mirror of
https://github.com/ceph/ceph
synced 2024-12-30 15:33:31 +00:00
rgw: admin: Add --shard-id option to help
http://tracker.ceph.com/issues/5324 fixes #5324 Explains operations dependency, which is more important than the semantic. Signed-off-by: Christophe Courtaut <christophe.courtaut@gmail.com>
This commit is contained in:
parent
2ad4ff69a1
commit
3a20b06938
@ -121,6 +121,11 @@ void _usage()
|
||||
cerr << " --start-date=<date>\n";
|
||||
cerr << " --end-date=<date>\n";
|
||||
cerr << " --bucket-id=<bucket-id>\n";
|
||||
cerr << " --shard-id=<shard-id> optional for mdlog list\n";
|
||||
cerr << " required for: \n";
|
||||
cerr << " mdlog trim\n";
|
||||
cerr << " replica mdlog get/delete\n";
|
||||
cerr << " replica datalog get/delete\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";
|
||||
|
Loading…
Reference in New Issue
Block a user