From 39a81fca78d0954942f94a220af2e6d1e7ae2081 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 59b021a180235..be440f34855d1 100644 --- a/src/rgw/rgw_admin.cc +++ b/src/rgw/rgw_admin.cc @@ -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 << " := \"YYYY-MM-DD[ hh:mm:ss]\"\n"; cout << "\nQuota options:\n"; -- 2.39.5