Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: add rados xattr commands to manpage #15362

Merged
merged 1 commit into from May 30, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 12 additions & 0 deletions doc/man/8/rados.rst
Expand Up @@ -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.

Expand Down