X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=options.c;h=a8986d116716fb7f5df8e572caff0a6c8dfdc995;hb=575686bb85fa;hp=b82a10aa444f6a36cd07891da23fbdc85405d0ec;hpb=6df25f781e07e373833ec1629e005d36474c3b67;p=fio.git diff --git a/options.c b/options.c index b82a10aa..a8986d11 100644 --- a/options.c +++ b/options.c @@ -3492,6 +3492,16 @@ struct fio_option fio_options[FIO_MAX_OPTS] = { .category = FIO_OPT_C_IO, .group = FIO_OPT_G_INVALID, }, + { + .name = "ignore_zone_limits", + .lname = "Ignore zone resource limits", + .type = FIO_OPT_BOOL, + .off1 = offsetof(struct thread_options, ignore_zone_limits), + .def = "0", + .help = "Ignore the zone resource limits (max open/active zones) reported by the device", + .category = FIO_OPT_C_IO, + .group = FIO_OPT_G_INVALID, + }, { .name = "zone_reset_threshold", .lname = "Zone reset threshold",