]> 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>
Mon, 13 Sep 2021 16:27:50 +0000 (12:27 -0400)
these are only used for testing, not administration

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

index af75f9c0a182f18d97b9659ce0024feba025354d..be3369aa49b2f536786fb9ced8350de6fd3e384d 100644 (file)
@@ -413,8 +413,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";