From 9214c0921d741c4e98646f85fef0b40874949cc0 Mon Sep 17 00:00:00 2001 From: Jannis Speer Date: Thu, 14 Aug 2025 18:49:48 +0200 Subject: [PATCH] doc/cephfs: Update quota.rst Make the user aware to adapt the client capabilities to enable the configuration of quotas. Signed-off-by: Jannis Speer doc/cephfs: fix broken link Signed-off-by: Zac Dover (cherry picked from commit 99fe86670fc23dd98b6e583ac4de6a5dcd8f8e28) --- doc/cephfs/quota.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/cephfs/quota.rst b/doc/cephfs/quota.rst index b3d0d63b3b1..da68a60d8ab 100644 --- a/doc/cephfs/quota.rst +++ b/doc/cephfs/quota.rst @@ -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)` for more details. + To view quota limit:: $ getfattr -n ceph.quota.max_bytes /some/dir -- 2.39.5