From 5ededbef9162e0c75eb89e11f3aa05664a2402bc Mon Sep 17 00:00:00 2001 From: Andreas Gerstmayr Date: Tue, 30 May 2017 16:02:09 +0200 Subject: [PATCH] doc: add rados xattr commands to manpage Signed-off-by: Andreas Gerstmayr --- doc/man/8/rados.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst index e6aaf7356c2a3..90668706c09b7 100644 --- a/doc/man/8/rados.rst +++ b/doc/man/8/rados.rst @@ -138,6 +138,18 @@ Pool specific commands :command:`cleanup` +:command:`listxattr` *name* + List all extended attributes of an object. + +:command:`getxattr` *name* *attr* + Dump the extended attribute value of *attr* of an object. + +:command:`setxattr` *name* *attr* *value* + Set the value of *attr* in the extended attributes of an object. + +:command:`rmxattr` *name* *attr* + Remove *attr* from the extended attributes of an object. + :command:`listomapkeys` *name* List all the keys stored in the object map of object name.