rgw: Adds --rgw-zone --rgw-region help text.

Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
This commit is contained in:
Christophe Courtaut 2013-07-19 10:13:51 +02:00
parent c9ba933b0b
commit 76040d90f7
2 changed files with 4 additions and 0 deletions

View 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";

View 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;
}