From 60e2e24fcdf298da952660691c37b21b5e5bf4b8 Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Sat, 13 Apr 2024 20:48:21 +1000 Subject: [PATCH] doc/cephfs: disambiguate "Reporting Free Space" Make a few sentences clearer in doc/cephfs/ceph-auth.rst. Co-authored-by: Anthony D'Atri Signed-off-by: Zac Dover (cherry picked from commit 788ccff18149b16cb01947c5bcf3bde380090df0) --- doc/cephfs/client-auth.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/cephfs/client-auth.rst b/doc/cephfs/client-auth.rst index 264fbff463305..6e74e2845e697 100644 --- a/doc/cephfs/client-auth.rst +++ b/doc/cephfs/client-auth.rst @@ -90,14 +90,14 @@ following command: ceph-fuse -n client.foo mnt -r /bar -Free space reporting +Reporting free space -------------------- -When a client is mounting a sub-directory, by default the used space (``df``) -is calculated from the quota on that sub-directory rather than reporting the -overall amount of space used on the cluster. +When a client has mounted a sub-directory, the used space (``df``) is +calculated from the quota on that sub-directory rather than from the overall +amount of space used on the CephFS file system. -To make the client report the overall usage of the file system and not just the +To make the client report the overall usage of the file system and not only the quota usage on the mounted sub-directory, set the following config option on the client:: -- 2.39.5