summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-06-10 14:12:16 -0700
committerSage Weil <sage@inktank.com>2012-06-10 14:12:16 -0700
commit720aa4663f8933b7eefaa84b221df5d25093f92a (patch)
tree5efeaafdbe058851d44b6c49031fb78463eaa1c1 /doc
parentb25f27705b6dc63a1b8b565afc3aeb9fe0b7f1a4 (diff)
parent3d22546101a5e7e63aa534fd755cb7d0bfa515cf (diff)
downloadceph-720aa4663f8933b7eefaa84b221df5d25093f92a.tar.gz
Merge remote-tracking branch 'gh/wip-rbd-format'
Diffstat (limited to 'doc')
-rw-r--r--doc/man/8/rados.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/man/8/rados.rst b/doc/man/8/rados.rst
index b805f63236f..0122f350d31 100644
--- a/doc/man/8/rados.rst
+++ b/doc/man/8/rados.rst
@@ -98,6 +98,27 @@ Pool specific commands
object size is 4 KB, and the default number of simulated threads
(parallel writes) is 16.
+:command:`listomapkeys` *name*
+ List all the keys stored in the object map of object name.
+
+:command:`listomapvals` *name*
+ List all key/value pairs stored in the object map of object name.
+ The values are dumped in hexadecimal.
+
+:command:`getomapval` *name* *key*
+ Dump the hexadecimal value of key in the object map of object name.
+
+:command:`setomapval` *name* *key* *value*
+ Set the value of key in the object map of object name.
+
+:command:`rmomapkey` *name* *key*
+ Remove key from the object map of object name.
+
+:command:`getomapheader` *name*
+ Dump the hexadecimal value of the object map header of object name.
+
+:command:`setomapheader` *name* *value*
+ Set the value of the object map header of object name.
Examples
========