]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
radosgw-admin: add missing --zonegroup-id to usage 9019/head
authorCasey Bodley <cbodley@redhat.com>
Tue, 26 Apr 2016 19:20:45 +0000 (15:20 -0400)
committerYehuda Sadeh <yehuda@redhat.com>
Mon, 9 May 2016 23:00:37 +0000 (16:00 -0700)
also clarified that --rgw-zone takes the zone by name

Signed-off-by: Casey Bodley <cbodley@redhat.com>
Reported-by: John Wilkins <jowilkin@redhat.com>
(cherry picked from commit 97fad754565b262529073e1b9f8d1799bfdfe0de)

src/rgw/rgw_admin.cc
src/test/cli/radosgw-admin/help.t

index 3e4bcba2790b6dbbbaf9402271ffb9c4e780e805..641ca1f2e6e405e0f59a33ace87bcd31e8f2d746 100644 (file)
@@ -195,7 +195,8 @@ void _usage()
   cout << "   --realm-id=<realm id>     realm id\n";
   cout << "   --realm-new-name=<realm new name> realm new name\n";
   cout << "   --rgw-zonegroup=<zonegroup>   zonegroup name\n";
-  cout << "   --rgw-zone=<zone>         zone in which radosgw is running\n";
+  cout << "   --zonegroup-id=<zonegroup id> zonegroup id\n";
+  cout << "   --rgw-zone=<zone>         name of zone in which radosgw is running\n";
   cout << "   --zone-id=<zone id>       zone id\n";
   cout << "   --zone-new-name=<zone>    zone new name\n";
   cout << "   --source-zone             specify the source zone (for data sync)\n";
index 5867f00c6349cc0ffbdfe70bcf66c726ef9af1ee..d15b0268c0033a776a3731f0f0d475a023ca10d9 100644 (file)
      --realm-id=<realm id>     realm id
      --realm-new-name=<realm new name> realm new name
      --rgw-zonegroup=<zonegroup>   zonegroup name
-     --rgw-zone=<zone>         zone in which radosgw is running
+     --zonegroup-id=<zonegroup id> zonegroup id
+     --rgw-zone=<zone>         name of zone in which radosgw is running
      --zone-id=<zone id>       zone id
      --zone-new-name=<zone>    zone new name
      --source-zone             specify the source zone (for data sync)