Skip to content

Commit

Permalink
common/io_exerciser: Make chunksize so initial generated value is 409…
Browse files Browse the repository at this point in the history
…6 and random values are generated thereafter

Signed-off-by: Jon Bailey <[email protected]>
  • Loading branch information
JonBailey1993 committed Jan 7, 2025
1 parent f50106f commit 8fb7829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/osd/ceph_test_rados_io_sequence.cc
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ ceph::io_sequence::tester::SelectErasurePlugin::SelectErasurePlugin(

ceph::io_sequence::tester::SelectErasureChunkSize::SelectErasureChunkSize(
ceph::util::random_number_generator<int>& rng, po::variables_map vm)
: ProgramOptionSelector(rng, vm, "chunksize", true, false) {}
: ProgramOptionSelector(rng, vm, "chunksize", true, true) {}

ceph::io_sequence::tester::SelectECPool::SelectECPool(
ceph::util::random_number_generator<int>& rng, po::variables_map vm,
Expand Down

0 comments on commit 8fb7829

Please sign in to comment.