From: Kefu Chai Date: Mon, 23 Mar 2015 03:59:40 +0000 (+0800) Subject: doc: update .rst file with their .8 counterparts X-Git-Tag: v9.0.0~118^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c7826567c09b903f7adc3f00f75af36371cfd05e;p=ceph.git doc: update .rst file with their .8 counterparts Signed-off-by: Kefu Chai --- diff --git a/doc/man/8/cephfs.rst b/doc/man/8/cephfs.rst index 597f319076e..5db52ee070a 100644 --- a/doc/man/8/cephfs.rst +++ b/doc/man/8/cephfs.rst @@ -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 diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index 7dd1d08e5ef..c33593e95d6 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -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.