summaryrefslogtreecommitdiffstats
path: root/doc/man/8/rados.rst
diff options
context:
space:
mode:
authorAndreas Gerstmayr <andreas.gerstmayr@catalysts.cc>2017-05-30 16:02:09 +0200
committerAndreas Gerstmayr <andreas.gerstmayr@catalysts.cc>2017-05-30 16:02:09 +0200
commit5ededbef9162e0c75eb89e11f3aa05664a2402bc (patch)
tree61e0305e3c142aba617116e483467aaacdc6d684 /doc/man/8/rados.rst
parentMerge pull request #15294 from liewegas/wip-osd-tree (diff)
downloadceph-5ededbef9162e0c75eb89e11f3aa05664a2402bc.tar.xz
ceph-5ededbef9162e0c75eb89e11f3aa05664a2402bc.zip
doc: add rados xattr commands to manpage
Signed-off-by: Andreas Gerstmayr <andreas.gerstmayr@catalysts.cc>
Diffstat (limited to '')
-rw-r--r--doc/man/8/rados.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst
index e6aaf7356c2..90668706c09 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.