From: Christophe Courtaut Date: Wed, 11 Sep 2013 15:49:04 +0000 (+0200) Subject: rgw-admin: Adds --metadata-key option to help X-Git-Tag: v0.71~133^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=288bef332939a651401df53554f6265095402900;p=ceph.git rgw-admin: Adds --metadata-key option to help Signed-off-by: Christophe Courtaut --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 644a1760aaf..81abb231b6f 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -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 to retrieve metadata from with metadata get\n"; cerr << " --rgw-region= region in which radosgw is running\n"; cerr << " --rgw-zone= zone in which radosgw is running\n"; cerr << " --fix besides checking bucket index, will also fix it\n"; diff --git a/src/test/cli/radosgw-admin/help.t b/src/test/cli/radosgw-admin/help.t index 90f6beca133..524d0edd8ba 100644 --- a/src/test/cli/radosgw-admin/help.t +++ b/src/test/cli/radosgw-admin/help.t @@ -88,6 +88,7 @@ mdlog trim replica mdlog get/delete replica datalog get/delete + --metadata-key= key to retrieve metadata from with metadata get --rgw-region= region in which radosgw is running --rgw-zone= zone in which radosgw is running --fix besides checking bucket index, will also fix it