Fix failure to verify in mixed read/write workload with backlog
[fio.git] / options.c
index 8034cd7dad755b58c5f546e64fb083be79ec49a4..463b66dcd99ea85ddbeb265f5cb17959ab39a53b 100644 (file)
--- a/options.c
+++ b/options.c
@@ -2021,6 +2021,13 @@ static struct fio_option options[FIO_MAX_OPTS] = {
                .minval = 1,
                .help   = "How compressible the buffer is (approximately)",
        },
+       {
+               .name   = "buffer_compress_chunk",
+               .type   = FIO_OPT_INT,
+               .off1   = td_var_offset(compress_chunk),
+               .parent = "buffer_compress_percentage",
+               .help   = "Size of compressible region in buffer",
+       },
        {
                .name   = "clat_percentiles",
                .type   = FIO_OPT_BOOL,