]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: fix ut failure caused by rbd usage update 9382/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Sat, 28 May 2016 06:32:30 +0000 (14:32 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Sat, 28 May 2016 10:24:38 +0000 (18:24 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
src/test/cli/rbd/help.t

index 4848370feb4a7e239e83c737d7103891681ce53d..991b1b761c0b1ea1737727a4a642e165420864a3 100644 (file)
@@ -60,6 +60,7 @@
       nbd list (nbd ls)           List the nbd devices already used.
       nbd map                     Map image to a nbd device.
       nbd unmap                   Unmap a nbd device.
+      object-map check            Verify the object map is correct.
       object-map rebuild          Rebuild an invalid object map.
       remove (rm)                 Delete an image.
       rename (mv)                 Rename image within pool.
   Positional arguments
     <device-spec>        specify nbd device
   
+  rbd help object-map check
+  usage: rbd object-map check [--pool <pool>] [--image <image>] [--snap <snap>] 
+                              [--no-progress] 
+                              <image-or-snap-spec> 
+  
+  Verify the object map is correct.
+  
+  Positional arguments
+    <image-or-snap-spec>  image or snapshot specification
+                          (example: [<pool-name>/]<image-name>[@<snap-name>])
+  
+  Optional arguments
+    -p [ --pool ] arg     pool name
+    --image arg           image name
+    --snap arg            snapshot name
+    --no-progress         disable progress output
+  
   rbd help object-map rebuild
   usage: rbd object-map rebuild [--pool <pool>] [--image <image>] 
                                 [--snap <snap>] [--no-progress]