From: Abhishek Lekshmanan Date: Thu, 31 Aug 2017 12:00:19 +0000 (+0200) Subject: doc: man: document stat, stat2 for rados cli X-Git-Tag: v13.0.1~1059^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f6db58093a2bb6b4a4911089d492109884e1e659;p=ceph.git doc: man: document stat, stat2 for rados cli Signed-off-by: Abhishek Lekshmanan --- diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index 949010537c4..7276460667e 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -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.