]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: Fix rbd namespace documentation
authorRicardo Marques <rimarques@suse.com>
Thu, 1 Aug 2019 10:27:22 +0000 (11:27 +0100)
committerRicardo Marques <rimarques@suse.com>
Thu, 1 Aug 2019 14:45:24 +0000 (15:45 +0100)
Pool and namespace should be separated by a slash.

Fixes: https://tracker.ceph.com/issues/41046
Signed-off-by: Ricardo Marques <rimarques@suse.com>
doc/man/8/rbd.rst

index 22f78ad63d555889dc723c1713813db3a1375405..45c3315a824b997cb44164bb48b6d6b6d316fa2f 100644 (file)
@@ -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*