From c0460506e1cedf43018ff139e7fab40a846385c6 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Fri, 18 Dec 2020 16:01:15 -0500 Subject: [PATCH] radosgw-admin: remove fault injection options from usage these are only used for testing, not administration Signed-off-by: Casey Bodley --- src/rgw/rgw_admin.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rgw/rgw_admin.cc b/src/rgw/rgw_admin.cc index af75f9c0a182f..be3369aa49b2f 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -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 << " := \"YYYY-MM-DD[ hh:mm:ss]\"\n"; cout << "\nQuota options:\n"; -- 2.39.5