fio: Generalize zonemode=zbd
[fio.git] / t / run-fio-tests.py
index ea5abc4e64f6c4b30a8af36320fedb5384fa5a25..8e326ed50f210c02dfeed0f005047a08acf9e699 100755 (executable)
@@ -465,7 +465,7 @@ class Requirements(object):
                 print("Unable to open {0} to check requirements".format(config_file))
                 Requirements._zbd = True
             else:
-                Requirements._zbd = "CONFIG_LINUX_BLKZONED" in contents
+                Requirements._zbd = "CONFIG_HAS_BLKZONED" in contents
                 Requirements._libaio = "CONFIG_LIBAIO" in contents
 
             Requirements._root = (os.geteuid() == 0)