From c7826567c09b903f7adc3f00f75af36371cfd05e Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 23 Mar 2015 11:59:40 +0800 Subject: [PATCH] doc: update .rst file with their .8 counterparts Signed-off-by: Kefu Chai --- doc/man/8/cephfs.rst | 2 +- doc/man/8/rbd.rst | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) 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. -- 2.47.3