From af7be579816c5636e3b6fc07dee745d52aefd4d4 Mon Sep 17 00:00:00 2001 From: Alexey Dobriyan Date: Fri, 22 May 2020 02:17:13 +0300 Subject: [PATCH] zbd: bump ZBD_MAX_OPEN_ZONES MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 128 opened zones is not enough for us! 4096 opened zones is OK for 64×iodepth=64 stress testing. Signed-off-by: Alexey Dobriyan (SK hynix) Reviewed-by: Damien Le Moal Signed-off-by: Jens Axboe --- zbd_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zbd_types.h b/zbd_types.h index 2f2f1324..d63c0d0a 100644 --- a/zbd_types.h +++ b/zbd_types.h @@ -8,7 +8,7 @@ #include -#define ZBD_MAX_OPEN_ZONES 128 +#define ZBD_MAX_OPEN_ZONES 4096 /* * Zoned block device models. -- 2.25.1