@suur13 welcome to the Rockstor community.
The kernel should support the zoned mode. However, when checking the lists of available features, it seems that it’s not available, which is probably due to the version of btrfs-progs that comes with this. On one of my VMs with Leap 15.6 it is not offered:
btrfs-progs v6.5.1
# mkfs.btrfs -O list-all
Filesystem features available:
mixed-bg - mixed data and metadata block groups (compat=2.6.37, safe=2.6.37)
quota - quota support (qgroups) (compat=3.4)
extref - increased hardlink limit per file to 65536 (compat=3.7, safe=3.12, default=3.12)
raid56 - raid56 extended format (compat=3.9)
skinny-metadata - reduced-size metadata extent refs (compat=3.10, safe=3.18, default=3.18)
no-holes - no explicit hole extents for files (compat=3.14, safe=4.0, default=5.15)
free-space-tree - free space tree (space_cache=v2) (compat=4.5, safe=4.9, default=5.15)
raid1c34 - RAID1 with 3 or 4 copies (compat=5.5)
block-group-tree - block group tree to reduce mount time (compat=6.1)
Whereas on Ubuntu (25.04 in my case) the option appears:
btrfs-progs v6.12
# mkfs.btrfs -O list-all
Filesystem features available:
mixed-bg - mixed data and metadata block groups (compat=2.6.37, safe=2.6.37)
quota - hierarchical quota group support (qgroups) (compat=3.4)
extref - increased hardlink limit per file to 65536 (compat=3.7, safe=3.12, default=3.12)
raid56 - raid56 extended format (compat=3.9)
skinny-metadata - reduced-size metadata extent refs (compat=3.10, safe=3.18, default=3.18)
no-holes - no explicit hole extents for files (compat=3.14, safe=4.0, default=5.15)
fst - free-space-tree alias
free-space-tree - free space tree, improved space tracking (space_cache=v2) (compat=4.5, safe=4.9, default=5.15)
raid1c34 - RAID1 with 3 or 4 copies (compat=5.5)
zoned - support zoned (SMR/ZBC/ZNS) devices (compat=5.12)
bgt - block-group-tree alias
block-group-tree - block group tree, more efficient block group tracking to reduce mount time (compat=6.1)
squota - squota support (simple accounting qgroups) (compat=6.7)
You can tinker with getting to a more recent version of btrfs-progs on there, or, since you’re experimenting already, you could also install either the Tumbleweed or slowroll version of Rockstor whose btrfs-progs version support the zoned
mode (I quickly checked there, they’re using btrfs-progs v6.14).
I don’t think it will work using the WebUI out of the box, meaning creating the RAID versions and have the disk formatted etc.
However, I suspect that if/when you have successfully created the filesystem/RAID setup, using the command line you might be able to import it via the WebUI. Whether it will then behave like any other btrfs device Rockstor currently handles … I don’t think anyone has tested this scenario before.
So, please, if you do continue, report back so we can get some additional experiences in that space.