We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12a5402 + 99fe866 commit 7aa89a7Copy full SHA for 7aa89a7
doc/cephfs/quota.rst
@@ -29,6 +29,12 @@ value::
29
.. note:: Values will be strictly cast to IEC units even when SI units
30
are input, e.g. 1K to 1024 bytes.
31
32
+.. note:: To enable a client to set a quota by modifying the corresponding
33
+ extended attribute, in the client's authentication capabilities the ``p``
34
+ flag needs to be set in addition to ``rw``. See :ref:`CephFS Client
35
+ Capabilities - Layout and Quota restriction (the 'p'
36
+ flag)<cephfs-layout-and-quota-restriction>` for more details.
37
+
38
To view quota limit::
39
40
$ getfattr -n ceph.quota.max_bytes /some/dir
0 commit comments