From: Jos Collin Date: Mon, 9 Oct 2017 09:14:29 +0000 (+0530) Subject: rgw: update usage() with status X-Git-Tag: v13.0.1~630^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=2d3a91c4931569d20d117d89efda4c66a191f115;p=ceph.git rgw: update usage() with status Fixed the missing 'status' in usage(). Signed-off-by: Jos Collin --- diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index 2634af232943..0bdeb15bed5c 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -194,6 +194,7 @@ void usage() cout << " role-policy delete delete policy attached to a role\n"; cout << " reshard add schedule a resharding of a bucket\n"; cout << " reshard list list all bucket resharding or scheduled to be reshared\n"; + cout << " reshard status read bucket resharding status\n"; cout << " reshard process process of scheduled reshard jobs\n"; cout << " reshard cancel cancel resharding a bucket\n"; cout << "options:\n";