Skip to main content

Red Hat Enterprise Linux

Red Hat Enterprise Linux®, often abbreviated RHEL, is a Linux distribution developed by Red Hat and targeted toward the commercial server market. Red Hat Enterprise Linux is released in server versions for several micro architectures. The list of kernel versions shipped with all RHEL releases can be found here.

Supported Zoned Block Devices

The latest release 9 of RHEL is based on the kernel version 5.14. The default binary kernel shipped with the distribution is configured with zoned block device support enabled, which enable using SMR and ZNS devices. Earlier versions of RHEL do not have support for zoned storage enabled by default.

Distribution VersionKernel VersionSCSI ZBC and ATA ZAC SupportNVMe ZNS Supportnull_blk Zone   Emulation Supportscsi_debug ZBC   Emulation  Support 
73.10.0-123NoNoNoNo
7.13.10.0-229NoNoNoNo
7.23.10.0-327NoNoNoNo
7.33.10.0-514NoNoNoNo
7.43.10.0-693NoNoNoNo
7.53.10.0-862NoNoNoNo
7.63.10.0-957NoNoNoNo
7.73.10.0-1062NoNoNoNo
7.83.10.0-1127NoNoNoNo
7.93.10.0-1160NoNoNoNo
84.18.0-80NoNoNoNo
8.14.18.0-147NoNoNoNo
8.24.18.0-193NoNoNoNo
8.34.18.0-240NoNoNoNo
95.14.0-70YesYesYesYes

Supported File Systems and Device Mapper Targets

Starting with release 9, RHEL pre-compiled kernel package includes loadable module support for file systems and some device mapper targets supporting zoned block devices. Support for the dm-zoned device mapper target is not enabled by default.

File SystemsDevice Mapper
Distribution VersionKernel Versionf2fszonefsbtrfslinearflakeyzonedcrypt
ZBC/ZACZNS
73.10.0-123NoNoNoNoNoNoNoNo
7.13.10.0-229NoNoNoNoNoNoNoNo
7.23.10.0-327NoNoNoNoNoNoNoNo
7.33.10.0-514NoNoNoNoNoNoNoNo
7.43.10.0-693NoNoNoNoNoNoNoNo
7.53.10.0-862NoNoNoNoNoNoNoNo
7.63.10.0-957NoNoNoNoNoNoNoNo
7.73.10.0-1062NoNoNoNoNoNoNoNo
7.83.10.0-1127NoNoNoNoNoNoNoNo
7.93.10.0-1160NoNoNoNoNoNoNoNo
84.18.0-80NoNoNoNoNoNoNoNo
8.14.18.0-147NoNoNoNoNoNoNoNo
8.24.18.0-193NoNoNoNoNoNoNoNo
8.34.18.0-240NoNoNoNoNoNoNoNo
95.14.0-70YesYesYesYesYesYesNoYes

Available Precompiled Packages

RHEL 9 only provides support for zoned block devices with the "standard" pre-compiled packages, that is, regular system tools and libraries packages.

  • System utilities packages:

    • util-linux (blkzone utility)
    • nvme-cli
    • sg3_utils
  • Libraries related packages:

    • libblkid (and libblkid-devel)

The file systems user utilities and libraries supporting zoned block devices need to be compiled from source (e.g. zonefs-tools, btrfs-progs, and libzbd). Since RHEL 9 does not include support by default for the dm-zoned device mapper target, compiling and installing the dm-zoned-tools project is not necessary.

Older RHEL Versions

RHEL 8 is based on the kernel version 4.18 which includes zoned block device support. However, this support is not enabled at compile time for the default binary kernel shipped with the distribution.

All releases of RHEL 7 are based on the kernel version 3.10 which lacks zoned block device support.

RHEL 6 being based on the older kernel 2.6.32, zoned block devices are not supported.

Users who require a more complete support for zoned block devices can reconfigure and recompile the RHEL kernel. Using such recompiled kernel may however conflict with Red Hat support. Users should contact Red Hat support for more information.