Skip to content

Commit

Permalink
iotune: use SEASTAR_IO instead of SCYLLA_IO
Browse files Browse the repository at this point in the history
Be generic.
  • Loading branch information
avikivity committed Feb 23, 2016
1 parent 7506d86 commit f23284e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/iotune/iotune.cc
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ void write_configuration_file(std::string conf_file, std::string format, unsigne
ofs_io << "num-io-queues=" << *num_io_queues << std::endl;
}
} else {
ofs_io << "SCYLLA_IO=\"--max-io-requests=" << max_io_requests;
ofs_io << "SEASTAR_IO=\"--max-io-requests=" << max_io_requests;
if (num_io_queues) {
ofs_io << " --num-io-queues=" << *num_io_queues;
}
Expand Down

0 comments on commit f23284e

Please sign in to comment.