]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/cephfs-shell: Add du command usage
authorVarsha Rao <varao@redhat.com>
Thu, 7 May 2020 11:27:24 +0000 (16:57 +0530)
committerVarsha Rao <varao@redhat.com>
Fri, 8 May 2020 14:37:26 +0000 (20:07 +0530)
Fixes: https://tracker.ceph.com/issues/44788
Signed-off-by: Varsha Rao <varao@redhat.com>
doc/cephfs/cephfs-shell.rst

index 1001c8b11617a40b6d6239b9649c6c01749b6d81..aed5a7ec91c692f57a60aded0526cd0de53623c8 100644 (file)
@@ -455,3 +455,19 @@ Usage :
 
 Options:
   -h, --help   Shows the help message
+
+du
+--
+
+Show disk usage of a directory
+
+Usage :
+
+    du [-h] [-r] [paths [paths ...]]
+
+* paths - name of the directory
+
+Options:
+  -h, --help   Shows the help message
+
+  -r     Recursive Disk usage of all directories