Skip to content

Commit 2740007

Browse files
committed
test/osd: Fix ceph_test_rados_io_sequence help documentation
Some interactive commands (append/truncate/sleep) were missing as well as some being incorrectly documented (injecterror/clearinject) in the help command, which has been fixed in this commit. Signed-off-by: Jon Bailey <[email protected]>
1 parent b929fd0 commit 2740007

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/test/osd/ceph_test_rados_io_sequence/ceph_test_rados_io_sequence.cc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,11 @@ constexpr std::string_view usage[] = {
161161
"\t\t read|write|failedwrite <off> <len>",
162162
"\t\t read2|write2|failedwrite2 <off> <len> <off> <len>",
163163
"\t\t read3|write3|failedwrite3 <off> <len> <off> <len> <off> <len>",
164-
"\t\t injecterror <type> <shard> <good_count> <fail_count>",
165-
"\t\t clearinject <type> <shard>",
164+
"\t\t append",
165+
"\t\t truncate",
166+
"\t\t injecterror <io_type> <shard> <type> <good_count> <fail_count>",
167+
"\t\t clearinject <io_type> <shard> <type>",
168+
"\t\t sleep",
166169
"\t\t done"};
167170

168171
po::options_description get_options_description() {

0 commit comments

Comments
 (0)