fio: allow milliseconds on all time specifiers
[fio.git] / options.c
index 4dcefba05511879ad658efce073f699591351e3d..4a68c01bc9e4a0a11368b10ca9586e179c5ab0be 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1387,6 +1387,11 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                          { .ival = "windowsaio",
                            .help = "Windows native asynchronous IO"
                          },
+#endif
+#ifdef CONFIG_RBD
+                         { .ival = "rbd",
+                           .help = "Rados Block Device asynchronous IO"
+                         },
 #endif
                          { .ival = "mmap",
                            .help = "Memory mapped IO"
@@ -1778,6 +1783,13 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .category = FIO_OPT_C_IO,
                .group  = FIO_OPT_G_RANDOM,
        },
+       {
+               .name   = "allrandrepeat",
+               .type   = FIO_OPT_BOOL,
+               .off1   = td_var_offset(allrand_repeatable),
+               .help   = "Use repeatable random numbers for everything",
+               .def    = "0",
+       },
        {
                .name   = "nrfiles",
                .lname  = "Number of files",