NFS engine
[fio.git] / options.c
index ddabaa82d240202df131c0a81a0ae761cbcded66..b82a10aa444f6a36cd07891da23fbdc85405d0ec 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2025,6 +2025,11 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                          { .ival = "dfs",
                            .help = "DAOS File System (dfs) IO engine",
                          },
+#endif
+#ifdef CONFIG_NFS
+                         { .ival = "nfs",
+                           .help = "NFS IO engine",
+                         },
 #endif
                },
        },