summaryrefslogtreecommitdiff
path: root/doc/man/8/rados.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/8/rados.rst')
-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
========