]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/cephfs: Update quota.rst 65081/head
authorJannis Speer <Jannis.speer@tutanota.com>
Thu, 14 Aug 2025 16:49:48 +0000 (18:49 +0200)
committerZac Dover <zac.dover@proton.me>
Mon, 18 Aug 2025 08:53:45 +0000 (18:53 +1000)
Make the user aware to adapt the client capabilities to enable the configuration of quotas.

Signed-off-by: Jannis Speer <Jannis.speer@tutanota.com>
doc/cephfs: fix broken link

Signed-off-by: Zac Dover <zac.dover@proton.me>
(cherry picked from commit 99fe86670fc23dd98b6e583ac4de6a5dcd8f8e28)

doc/cephfs/quota.rst

index b3d0d63b3b192078879b55391ed9fa40291ed78c..da68a60d8ab3aaf8752304dd1343b61a95f7bb23 100644 (file)
@@ -29,6 +29,12 @@ value::
 .. note:: Values will be strictly cast to IEC units even when SI units
    are input, e.g. 1K to 1024 bytes.
 
+.. note:: To enable a client to set a quota by modifying the corresponding
+   extended attribute, in the client's authentication capabilities the ``p``
+   flag needs to be set in addition to ``rw``. See :ref:`CephFS Client
+   Capabilities - Layout and Quota restriction (the 'p'
+   flag)<cephfs-layout-and-quota-restriction>` for more details.
+
 To view quota limit::
 
   $ getfattr -n ceph.quota.max_bytes /some/dir