]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: admin: Add --shard-id option to help
authorChristophe Courtaut <christophe.courtaut@gmail.com>
Thu, 27 Jun 2013 09:14:33 +0000 (11:14 +0200)
committerChristophe Courtaut <christophe.courtaut@gmail.com>
Tue, 2 Jul 2013 13:24:02 +0000 (15:24 +0200)
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>
src/rgw/rgw_admin.cc

index 810b18c6984e34047dd5af07331dbe5492e42493..1cb783ce3cf2bad0139713d77c0711e1d466125f 100644 (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";