make glfs call per thread based
[fio.git] / engines / rbd.c
index d089a41d35fa1de5ff1d1eef983caa505cd27343..5a4a3e271f6c32ce7ee073df139e47e490f6daec 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) {
-               add_file(td, td->o.filename ? : "rbd");
+               add_file(td, td->o.filename ? : "rbd", 0, 0);
                td->o.nr_files = td->o.nr_files ? : 1;
        }
        f = td->files[0];