X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=options.c;h=36f80fce61a7f6fe24dda2c474580bc3b74bb4bf;hp=055fbab7a14180a91062635a4176a9603b0fd8d2;hb=fc74ac1d749c977308016eb22c8658a9a5ac7989;hpb=564ca97254984165e06d5fd4b1270bac95ca55fb diff --git a/options.c b/options.c index 055fbab7..36f80fce 100644 --- a/options.c +++ b/options.c @@ -534,6 +534,13 @@ static struct fio_option options[] = { .minval = 1, .help = "Total size of device or files", }, + { + .name = "fill_device", + .type = FIO_OPT_BOOL, + .off1 = td_var_offset(fill_device), + .help = "Write until an ENOSPC error occurs", + .def = "0", + }, { .name = "filesize", .type = FIO_OPT_STR_VAL,