From 1c8312544f2dfcecbece026fea3042afd0fb4c99 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Wed, 20 Jun 2018 12:39:34 -0400 Subject: [PATCH] doc/rbd: update man page Signed-off-by: Jason Dillaman --- doc/man/8/rbd.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/man/8/rbd.rst b/doc/man/8/rbd.rst index 28e0429476b4..b5b72ebd0eab 100644 --- a/doc/man/8/rbd.rst +++ b/doc/man/8/rbd.rst @@ -471,6 +471,15 @@ 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* + 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* + Remove an empty image namespace from the pool. + :command:`object-map check` *image-spec* | *snap-spec* Verify the object map is correct. -- 2.47.3