From f6db58093a2bb6b4a4911089d492109884e1e659 Mon Sep 17 00:00:00 2001 From: Abhishek Lekshmanan Date: Thu, 31 Aug 2017 14:00:19 +0200 Subject: [PATCH] doc: man: document stat, stat2 for rados cli Signed-off-by: Abhishek Lekshmanan --- doc/man/8/rados.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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. -- 2.47.3