]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: add rados xattr commands to manpage 15362/head
authorAndreas Gerstmayr <andreas.gerstmayr@catalysts.cc>
Tue, 30 May 2017 14:02:09 +0000 (16:02 +0200)
committerAndreas Gerstmayr <andreas.gerstmayr@catalysts.cc>
Tue, 30 May 2017 14:02:09 +0000 (16:02 +0200)
Signed-off-by: Andreas Gerstmayr <andreas.gerstmayr@catalysts.cc>
doc/man/8/rados.rst

index e6aaf7356c2a39513b458bc5121ae04e1a6e9360..90668706c09b7c64a8a6a51590347eff3212b7d9 100644 (file)
@@ -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.