From e5fc73d23525fbff5934510a915295cf64dd4c4e Mon Sep 17 00:00:00 2001 From: Daniel Clavijo Coca Date: Tue, 22 Oct 2024 10:15:01 -0600 Subject: [PATCH 1/2] M #: Clarify unlimited default quota --- source/management_and_operations/capacity_planning/quotas.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/management_and_operations/capacity_planning/quotas.rst b/source/management_and_operations/capacity_planning/quotas.rst index dbf35e73e1..876e64e504 100644 --- a/source/management_and_operations/capacity_planning/quotas.rst +++ b/source/management_and_operations/capacity_planning/quotas.rst @@ -212,6 +212,8 @@ Use the ``oneuser/onegroup defaultquota`` command. $ oneuser defaultquota +By default, the defaultquota is set to unlimited. Once the editor opens after issuing ``oneuser defaultquota`` you'll see comments regarding how to set the quotas and no quota template. Setting a quota with a template using unlimited values will translate to a blank quota. If you issue ``oneuser defaultquota`` again, you'll se the same comments with blank quota. If you set a non unlimited quota, you'll see the value of the quota that is established as default. + Checking User/Group Quotas ================================================================================ From 3e7717da031708c1621fde082c30ee784a1967ea Mon Sep 17 00:00:00 2001 From: Daniel Clavijo Coca Date: Tue, 22 Oct 2024 10:19:54 -0600 Subject: [PATCH 2/2] M #: Fix typo --- source/management_and_operations/capacity_planning/quotas.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/management_and_operations/capacity_planning/quotas.rst b/source/management_and_operations/capacity_planning/quotas.rst index 876e64e504..bc0d863a5e 100644 --- a/source/management_and_operations/capacity_planning/quotas.rst +++ b/source/management_and_operations/capacity_planning/quotas.rst @@ -212,7 +212,7 @@ Use the ``oneuser/onegroup defaultquota`` command. $ oneuser defaultquota -By default, the defaultquota is set to unlimited. Once the editor opens after issuing ``oneuser defaultquota`` you'll see comments regarding how to set the quotas and no quota template. Setting a quota with a template using unlimited values will translate to a blank quota. If you issue ``oneuser defaultquota`` again, you'll se the same comments with blank quota. If you set a non unlimited quota, you'll see the value of the quota that is established as default. +By default, the defaultquota is set to unlimited. Once the editor opens after issuing ``oneuser defaultquota`` you'll see comments regarding how to set the quotas and no quota template. Setting a quota with a template using unlimited values will translate to a blank quota. If you issue ``oneuser defaultquota`` again, you'll see the same comments with blank quota. If you set a non unlimited quota, you'll see the value of the quota that is established as default. Checking User/Group Quotas ================================================================================