]> git.apps.os.sepia.ceph.com Git - ceph-ci.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, 27 May 2022 19:47:32 +0000 (15:47 -0400)
these are only used for testing, not administration

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

index fcd4d18af69e56bc6d2e86130efddac26b9223d6..ae12cc9a15f73ae3d461d980123165d5ebff1d57 100644 (file)
@@ -421,8 +421,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";