mirror of
https://github.com/ceph/ceph
synced 2024-12-17 17:05:42 +00:00
rgw: Adds --rgw-zone --rgw-region help text.
Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
This commit is contained in:
parent
c9ba933b0b
commit
76040d90f7
@ -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";
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user