On 1/17/19 11:18 AM, Omar Sandoval wrote: > On Thu, Jan 10, 2019 at 06:37:12PM +0900, Shin'ichiro Kawasaki wrote: >> set_scheduler() function defined in common/multipath-over-rdma is useful >> to set up a specific IO scheduler not only for multipath tests but also >> for zoned block device tests. Move this function to common/rc to allow >> its use in test groups other than multipath. > > The preferred way to set the scheduler is: > > _test_dev_queue_set scheduler "$scheduler" > > This function is in the multipath tests because it was a preexisting > test suite which was merged into blktests. OK. Will use _test_dev_queue_set instead. -- Best Regards, Shin'ichiro Kawasaki