]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: Adds --rgw-zone --rgw-region help text. 448/head
authorChristophe Courtaut <christophe.courtaut@gmail.com>
Fri, 19 Jul 2013 08:13:51 +0000 (10:13 +0200)
committerChristophe Courtaut <christophe.courtaut@gmail.com>
Fri, 19 Jul 2013 08:13:51 +0000 (10:13 +0200)
Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
src/rgw/rgw_admin.cc
src/rgw/rgw_main.cc

index 0b7cb143400dadc164dfcd3a59980e07b0b91e32..abf9e26c8e3f8b4777bd5d5d82c8b418943ae955 100644 (file)
@@ -126,6 +126,8 @@ void _usage()
   cerr << "                               mdlog trim\n";
   cerr << "                               replica mdlog get/delete\n";
   cerr << "                               replica datalog get/delete\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";
   cerr << "   --check-objects           bucket check: rebuilds bucket index according to\n";
   cerr << "                             actual objects state\n";
index e3c853c19d7f8c30400552a87cc1a403c505f8fd..514e9e47171cdc1c29f328586ce106b81c5bc407 100644 (file)
@@ -417,6 +417,8 @@ int usage()
 {
   cerr << "usage: radosgw [options...]" << std::endl;
   cerr << "options:\n";
+  cerr << "   --rgw-region=<region>     region in which radosgw runs\n";
+  cerr << "   --rgw-zone=<zone>         zone in which radosgw runs\n";
   generic_server_usage();
   return 0;
 }