]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rbd:add info for rbd group 17633/head
authoryonghengdexin735 <zhang.zezhu@zte.com.cn>
Mon, 11 Sep 2017 08:34:31 +0000 (16:34 +0800)
committeryonghengdexin735 <zhang.zezhu@zte.com.cn>
Mon, 11 Sep 2017 09:56:25 +0000 (17:56 +0800)
Signed-off-by: yonghengdexin735 <zhang.zezhu@zte.com.cn>
doc/man/8/rbd.rst

index c37ca44749815953cc098f78c69d14c5bd2da3b2..f1c38fa84a75e890fa727d7e441e963feeb3db7e 100644 (file)
@@ -398,11 +398,30 @@ Commands
 :command:`trash restore` *image-id*  
   Restore an image from trash.
 
-Image and snap specs
-====================
+:command:`group create` *group-spec*
+  Create a consistency group.
+
+:command:`group list` [-p | --pool *pool-name*]
+  List rbd consistency groups.
+
+:command:`group remove` *group-spec*
+  Delete a consistency group.
+
+:command:`group image add` *group-spec* *image-spec*
+  Add an image to a consistency group.
+
+:command:`group image list` *group-spec*
+  List images in a consistency group.
+
+:command:`group image remove` *group-spec* *image-spec*
+  Remove an image from a consistency group.
+
+Image, snap and group specs
+===========================
 
 | *image-spec* is [*pool-name*]/*image-name*
 | *snap-spec*  is [*pool-name*]/*image-name*\ @\ *snap-name*
+| *group-spec* is [*pool-name*]/*group-name*
 
 The default for *pool-name* is "rbd".  If an image name contains a slash
 character ('/'), *pool-name* is required.