diff options
author | Andreas Gerstmayr <andreas.gerstmayr@catalysts.cc> | 2017-05-30 16:02:09 +0200 |
---|---|---|
committer | Andreas Gerstmayr <andreas.gerstmayr@catalysts.cc> | 2017-05-30 16:02:09 +0200 |
commit | 5ededbef9162e0c75eb89e11f3aa05664a2402bc (patch) | |
tree | 61e0305e3c142aba617116e483467aaacdc6d684 /doc/man/8/rados.rst | |
parent | Merge pull request #15294 from liewegas/wip-osd-tree (diff) | |
download | ceph-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.rst | 12 |
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. |