]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
radosgw-admin: remove fault injection options from usage
authorCasey Bodley <cbodley@redhat.com>
Fri, 18 Dec 2020 21:01:15 +0000 (16:01 -0500)
committerCasey Bodley <cbodley@redhat.com>
Fri, 5 Feb 2021 02:42:33 +0000 (21:42 -0500)
these are only used for testing, not administration

Signed-off-by: Casey Bodley <cbodley@redhat.com>
src/rgw/rgw_admin.cc

index d157320ceee6d13d9af1d5220a8ae6753b3c3cff..d53d2e777fa75af8a75b147820a346e573d0de56 100644 (file)
@@ -409,8 +409,6 @@ void usage()
   cout << "   --trim-delay-ms           time interval in msec to limit the frequency of sync error log entries trimming operations,\n";
   cout << "                             the trimming process will sleep the specified msec for every 1000 entries trimmed\n";
   cout << "   --max-concurrent-ios      maximum concurrent ios for bucket operations (default: 32)\n";
-  cout << "   --fault-inject-at         for testing fault injection\n";
-  cout << "   --fault-abort-at          for testing fault abort\n";
   cout << "\n";
   cout << "<date> := \"YYYY-MM-DD[ hh:mm:ss]\"\n";
   cout << "\nQuota options:\n";