zbd: bump ZBD_MAX_OPEN_ZONES
authorAlexey Dobriyan <adobriyan@gmail.com>
Thu, 21 May 2020 23:17:13 +0000 (02:17 +0300)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 May 2020 23:23:08 +0000 (17:23 -0600)
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) <adobriyan@gmail.com>
Reviewed-by: Damien Le Moal <damien.lemoal@wdc.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
zbd_types.h

index 2f2f13248c2256083dfb98a480d3c155123a959b..d63c0d0a7262978db87315a1e7daea1461603c5a 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <inttypes.h>
 
-#define ZBD_MAX_OPEN_ZONES     128
+#define ZBD_MAX_OPEN_ZONES     4096
 
 /*
  * Zoned block device models.