From: Ricardo Marques Date: Thu, 1 Aug 2019 10:27:22 +0000 (+0100) Subject: doc: Fix rbd namespace documentation X-Git-Tag: v15.1.0~1992^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=029dade640474695e49a5e96f7ce474af56763c4;p=ceph-ci.git doc: Fix rbd namespace documentation Pool and namespace should be separated by a slash. Fixes: https://tracker.ceph.com/issues/41046 Signed-off-by: Ricardo Marques --- diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index 22f78ad63d5..45c3315a824 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -537,13 +537,13 @@ Commands :command:`mv` *src-image-spec* *dest-image-spec* Rename an image. Note: rename across pools is not supported. -:command:`namespace create` *pool-name* *namespace-name* +:command:`namespace create` *pool-name*/*namespace-name* Create a new image namespace within the pool. :command:`namespace list` *pool-name* List image namespaces defined within the pool. -:command:`namespace remove` *pool-name* *namespace-name* +:command:`namespace remove` *pool-name*/*namespace-name* Remove an empty image namespace from the pool. :command:`object-map check` *image-spec* | *snap-spec*