fio: add multi directory support
[fio.git] / engines / rbd.c
index d089a41d35fa1de5ff1d1eef983caa505cd27343..39fa0ceb21c8f97c6c1ac1bcc3e83bcace424903 100644 (file)
@@ -377,7 +377,7 @@ static int fio_rbd_setup(struct thread_data *td)
         * The size of the RBD is set instead of a artificial file.
         */
        if (!td->files_index) {
         * The size of the RBD is set instead of a artificial file.
         */
        if (!td->files_index) {
-               add_file(td, td->o.filename ? : "rbd");
+               add_file(td, td->o.filename ? : "rbd", 0);
                td->o.nr_files = td->o.nr_files ? : 1;
        }
        f = td->files[0];
                td->o.nr_files = td->o.nr_files ? : 1;
        }
        f = td->files[0];