Based on a LinkedIn post originally published on 28 January 2026 On HG000009, the front-end data store node in my home lab, ZFS serves as the central storage control plane. I use the term control plane deliberately. ZFS is not merely the filesystem placed on top of a disk. It is the layer through which back-end storage resources are aggregated, organised, protected, observed and presented to consumers. The physical and remotely provided storage devices become part of ZFS-managed pools. ZFS then provides the storage from which client-facing services can be created, including: iSCSI targets; SMB shares where appropriate; datasets; volumes; snapshots; and replicated storage states. This design makes storage behaviour explicit. Instead of allowing each application or client to interact directly with individual devices, HG000009 provides a controlled point at which data-integrity, allocation, recovery and presentation decisions are made. What “control plane” means here In large distributed...