]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: update .rst file with their .8 counterparts 4141/head
authorKefu Chai <kchai@redhat.com>
Mon, 23 Mar 2015 03:59:40 +0000 (11:59 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 23 Mar 2015 09:56:33 +0000 (17:56 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
doc/man/8/cephfs.rst
doc/man/8/rbd.rst

index 597f319076e6254b2eb2129f6b5153324e01420e..5db52ee070a83bed0aaf50115741d3e190517b96 100644 (file)
@@ -58,7 +58,7 @@ Setting options:
 
 .. option:: -o --osd
 
-   Set the preferred OSD to use as the primary
+   Set the preferred OSD to use as the primary (deprecated and ignored)
 
 
 Limitations
index 7dd1d08e5ef3312e22a1f6f419054cf26bbd47de..c33593e95d604285ae98f2378b9d31535f50ac17 100644 (file)
@@ -237,6 +237,19 @@ Commands
 :command:`mv` [*src-image*] [*dest-image*]
   Renames an image.  Note: rename across pools is not supported.
 
+:command:`image-meta list` [*image-name*]
+  Show metadata held on the image. The first column is the key
+  and the second column is the value.
+
+:command:`image-meta get` [**image-name*] [*key*]
+  Get metadata value with the key.
+
+:command:`image-meta set` [*image-name*] [*key*] [*value*]
+  Set metadata key with the value. They will displayed in `metadata-list`
+
+:command:`image-meta remove` [*image-name*] [*key*]
+  Remove metadata key with the value.
+
 :command:`snap` ls [*image-name*]
   Dumps the list of snapshots inside a specific image.