second async IO code drop
[fio.git] / options.c
index 4a54c98c15045864931ea503d3f7920bab4ae431..c81cd73c30201b75ba1237f26a7970d436073628 100644 (file)
--- a/options.c
+++ b/options.c
@@ -1523,6 +1523,15 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                            .help = "fallocate() file based engine",
                          },
 #endif
+#ifdef CONFIG_GFAPI
+                         { .ival = "gfapi",
+                           .help = "Glusterfs libgfapi(sync) based engine"
+                         },
+                         { .ival = "gfapi_async",
+                           .help = "Glusterfs libgfapi(async) based engine"
+                         },
+#endif
+
                          { .ival = "external",
                            .help = "Load external engine (append name)",
                          },