Make rbd engine use aio flush
authorHaomai Wang <haomaiwang@gmail.com>
Wed, 21 May 2014 08:30:55 +0000 (16:30 +0800)
committerJens Axboe <axboe@fb.com>
Thu, 29 May 2014 20:14:27 +0000 (14:14 -0600)
The fio's option "fsync" can make rbd engine issue sync request. In practice,
we would like to use aio_rbd_flush to make it non-block. So it will be more
reliable to use fio to evaluate actual io scene like qemu.

Signed-off-by: Haomai Wang <haomaiwang@gmail.com>
Signed-off-by: Jens Axboe <axboe@fb.com>

No differences found