]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw-admin: Adds --metadata-key option to help 587/head
authorChristophe Courtaut <christophe.courtaut@gmail.com>
Wed, 11 Sep 2013 15:49:04 +0000 (17:49 +0200)
committerChristophe Courtaut <christophe.courtaut@gmail.com>
Wed, 11 Sep 2013 15:49:04 +0000 (17:49 +0200)
Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index 644a1760aafe921612d92b263f3154256998f4c6..81abb231b6fd8bac0311949cc5bb736a9ade08cb 100644 (file)
@@ -127,6 +127,7 @@ void _usage()
   cerr << "                               mdlog trim\n";
   cerr << "                               replica mdlog get/delete\n";
   cerr << "                               replica datalog get/delete\n";
+  cerr << "   --metadata-key=<key>      key to retrieve metadata from with metadata get\n";
   cerr << "   --rgw-region=<region>     region in which radosgw is running\n";
   cerr << "   --rgw-zone=<zone>         zone in which radosgw is running\n";
   cerr << "   --fix                     besides checking bucket index, will also fix it\n";
index 90f6beca1339ad587ce4efbaf504a031c9352ae0..524d0edd8bac377f016bb1b71c821d553795e8ae 100644 (file)
@@ -88,6 +88,7 @@
                                  mdlog trim
                                  replica mdlog get/delete
                                  replica datalog get/delete
+     --metadata-key=<key>      key to retrieve metadata from with metadata get
      --rgw-region=<region>     region in which radosgw is running
      --rgw-zone=<zone>         zone in which radosgw is running
      --fix                     besides checking bucket index, will also fix it