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:
Christophe Courtaut 2013-06-27 11:14:33 +02:00
parent 2ad4ff69a1
commit 3a20b06938

View File

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