librbd ioengine support
[fio.git] / options.c
index 4dcefba05511879ad658efce073f699591351e3d..ea5166434cf7b56a2db8e5a9696987f115421d2a 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"