]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: updated rbd CLI --image-feature optional 5987/head
authorJason Dillaman <dillaman@redhat.com>
Tue, 10 Nov 2015 18:55:39 +0000 (13:55 -0500)
committerJason Dillaman <dillaman@redhat.com>
Tue, 10 Nov 2015 18:55:39 +0000 (13:55 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/cli/rbd/help.t

index 4f746b4d54fa1a643081921cba13eb5adeefb878..14fd23f0d88e807f2f2a5f937e3ec05064b9fc18 100644 (file)
   rbd help clone
   usage: rbd clone [--pool <pool>] [--image <image>] [--snap <snap>] 
                    [--dest-pool <dest-pool>] [--dest <dest>] [--order <order>] 
-                   [--image-features <image-features>] [--image-shared] 
+                   [--image-feature <image-feature>] [--image-shared] 
                    [--stripe-unit <stripe-unit>] [--stripe-count <stripe-count>] 
                    <source-snap-spec> <dest-image-spec> 
   
     --dest-pool arg      destination pool name
     --dest arg           destination image name
     --order arg          object order [12 <= order <= 25]
-    --image-features arg image features
+    --image-feature arg  image features
                          [layering(+), striping(+), exclusive-lock(*),
                          object-map(*), fast-diff(*), deep-flatten]
     --image-shared       shared image
   rbd help create
   usage: rbd create [--pool <pool>] [--image <image>] 
                     [--image-format <image-format>] [--new-format] 
-                    [--order <order>] [--image-features <image-features>] 
+                    [--order <order>] [--image-feature <image-feature>] 
                     [--image-shared] [--stripe-unit <stripe-unit>] 
                     [--stripe-count <stripe-count>] --size <size> 
                     <image-spec> 
     --new-format         use image format 2
                          (deprecated)
     --order arg          object order [12 <= order <= 25]
-    --image-features arg image features
+    --image-feature arg  image features
                          [layering(+), striping(+), exclusive-lock(*),
                          object-map(*), fast-diff(*), deep-flatten]
     --image-shared       shared image
   rbd help import
   usage: rbd import [--path <path>] [--dest-pool <dest-pool>] [--dest <dest>] 
                     [--image-format <image-format>] [--new-format] 
-                    [--order <order>] [--image-features <image-features>] 
+                    [--order <order>] [--image-feature <image-feature>] 
                     [--image-shared] [--stripe-unit <stripe-unit>] 
                     [--stripe-count <stripe-count>] [--no-progress] 
                     [--pool <pool>] [--image <image>] 
     --new-format         use image format 2
                          (deprecated)
     --order arg          object order [12 <= order <= 25]
-    --image-features arg image features
+    --image-feature arg  image features
                          [layering(+), striping(+), exclusive-lock(*),
                          object-map(*), fast-diff(*), deep-flatten]
     --image-shared       shared image