From 029dade640474695e49a5e96f7ce474af56763c4 Mon Sep 17 00:00:00 2001 From: Ricardo Marques Date: Thu, 1 Aug 2019 11:27:22 +0100 Subject: [PATCH] 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 --- doc/man/8/rbd.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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* -- 2.39.5