]> 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)
committerAdam C. Emerson <aemerson@redhat.com>
Tue, 1 Feb 2022 14:52:18 +0000 (09:52 -0500)
these are only used for testing, not administration

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

index 59b021a180235682ba5412aa1a4001c4cbffbea1..be440f34855d165a20add2ec48310adf2589a399 100644 (file)
@@ -423,8 +423,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";