]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: man: document stat, stat2 for rados cli 17395/head
authorAbhishek Lekshmanan <abhishek@suse.com>
Thu, 31 Aug 2017 12:00:19 +0000 (14:00 +0200)
committerAbhishek Lekshmanan <abhishek@suse.com>
Thu, 31 Aug 2017 12:14:10 +0000 (14:14 +0200)
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
doc/man/8/rados.rst

index 949010537c48731786bfa76fc8cf4c03289c59a0..7276460667ef32450d32bf82136ce6815c0101b7 100644 (file)
@@ -60,7 +60,8 @@ Options
 .. option:: --striper
 
    Uses the striping API of rados rather than the default one.
-   Available for stat, get, put, append, truncate, rm, ls and all xattr related operation
+   Available for stat, stat2, get, put, append, truncate, rm, ls
+   and all xattr related operation
 
 
 Global commands
@@ -152,6 +153,12 @@ Pool specific commands
 :command:`rmxattr` *name* *attr*
   Remove *attr* from the extended attributes of an object.
 
+:command:`stat` *name*
+   Get stat (ie. mtime, size) of given object
+
+:command:`stat2` *name*
+   Get stat (similar to stat, but with high precision time) of given object
+
 :command:`listomapkeys` *name*
   List all the keys stored in the object map of object name.