]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test_cli: update rbd client help description
authorHaomai Wang <haomaiwang@gmail.com>
Mon, 9 Mar 2015 08:02:55 +0000 (16:02 +0800)
committerHaomai Wang <haomaiwang@gmail.com>
Fri, 13 Mar 2015 14:52:42 +0000 (22:52 +0800)
Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
src/test/cli/rbd/help.t

index 02637813049a595c6f842bcf8f3a560aab74a4c3..541ba9abea208930ef7852c5036d2a03d41f97eb 100644 (file)
                                                 path or "-" for stdin
     (cp | copy) <src> <dest>                    copy src image to dest
     (mv | rename) <src> <dest>                  rename src image to dest
+    image-meta list <image-name>                image metadata list keys with values
+    image-meta get <image-name> <key>           image metadata get the value associated with the key
+    image-meta set <image-name> <key> <value>   image metadata set key with value
+    image-meta remove <image-name> <key>        image metadata remove the key and value associated
     snap ls <image-name>                        dump list of image snapshots
     snap create <snap-name>                     create a snapshot
     snap rollback <snap-name>                   rollback image to snapshot