Merge branch 'master' into gfio
[fio.git] / options.c
index ae9fdac8f169d2985e77f7e5ac376c521677a353..0074e5fbc98e5d7cf9356e7967dd14de834da3d7 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2220,6 +2220,13 @@ struct fio_option fio_options[FIO_MAX_OPTS] = {
                .category = FIO_OPT_C_FILE,
                .group  = FIO_OPT_G_INVALID,
        },
+       {
+               .name   = "create_only",
+               .type   = FIO_OPT_BOOL,
+               .off1   = td_var_offset(create_only),
+               .help   = "Only perform file creation phase",
+               .def    = "0",
+       },
        {
                .name   = "pre_read",
                .lname  = "Pre-read files",