Fact-checked by Grok 2 weeks ago

OpenZFS

OpenZFS is an open-source storage platform that combines the functionality of a traditional and a volume manager into a single, pooled storage system designed for , , and ease of . Originally developed by as for the operating system starting in 2001, it was released under the (CDDL) as part of in 2005. Following Oracle's acquisition of Sun in 2010 and the subsequent discontinuation of , the codebase was forked to create independent implementations across multiple platforms, leading to the formation of the OpenZFS project in 2013. This collaborative effort, involving developers from communities around , , , macOS, and Windows, unified development under the OpenZFS umbrella to ensure cross-platform compatibility and feature parity. Today, OpenZFS is maintained by a global community supported by organizations like Software in the Public Interest (), a 501(c)(3) nonprofit, and it powers storage solutions in enterprise, research, and consumer environments worldwide. Key features of OpenZFS include robust through end-to-end checksums and self-healing capabilities via , RAID-Z (RAID-Z1, RAID-Z2, RAID-Z3), and distributed RAID (DRAID), which automatically detect and repair without downtime. It supports massive scalability, handling up to 256 trillion yobibytes (2^{128} bytes) in pool capacity, and offers space-efficient operations such as LZ4, , or , native hardware-accelerated , and atomic snapshotting with clones for backups and replication using the ZFS send/receive mechanism. Additional enhancements include performance optimizations like single-copy Adaptive Replacement Cache (), TRIM support for SSDs, and for flexible provisioning. OpenZFS is actively developed with regular releases, such as the stable ZFS on in 2013, and it supports a wide range of platforms including (kernels 4.18 and later), , , macOS via third-party ports, and experimental ports for Windows. The project hosts annual Developer and User Summits—for instance, the 2025 event in from October 25-28—to foster contributions and innovation, ensuring ongoing improvements in reliability, security, and performance for diverse storage needs.

Overview

Definition and Core Functionality

OpenZFS is an open-source platform that represents the collaborative, community-driven continuation of the and manager originally developed by . It integrates the roles of a and a manager into a unified , enabling efficient management of resources through a pooled model where physical devices are aggregated into logical units called storage pools. This design eliminates the need for separate partitioning or volume management layers, allowing for dynamic allocation of space across multiple datasets. At its core, OpenZFS provides pooled storage via virtual devices (vdevs), which combine disks or other storage media into resilient configurations such as mirrors or for . It supports a variety of datasets, including writable file systems, block volumes, read-only snapshots for point-in-time copies, and clones derived from snapshots, all managed atomically through mechanics that prevent during modifications. is maintained via end-to-end checksums on all data and , enabling continuous and self-healing in redundant setups where corrupted blocks are automatically repaired using or mirrored copies. The system scales to theoretical maximums of 2^128 bytes (approximately 281 yobibytes) per , accommodating exabyte-scale deployments. OpenZFS is primarily deployed in enterprise storage environments for its robust data protection features, serving as the foundation for (NAS) and (SAN) appliances that require high reliability and scalability. It excels in server and scenarios, where its atomic operations and self-healing capabilities safeguard critical data against silent corruption or hardware failures, often integrated into platforms for efficient and replication workflows. Key benefits include guaranteed end-to-end integrity without reliance on hardware controllers, efficient space utilization through snapshots that avoid full data duplication, and proactive self-healing that restores data transparency to users.

Relationship to ZFS

OpenZFS originated as a community-driven of the and volume manager, which was initially developed by starting in 2001 and first integrated into 10 in 2005 under the (CDDL). The CDDL permitted open-source distribution, enabling ZFS's inclusion in the project, where its was released as part of the operating system's codebase. The forking of OpenZFS was precipitated by Oracle's acquisition of in 2010, which led to the abrupt termination of the project and a shift toward closed-source development of within . In response, the open-source community forked shortly thereafter, initially through the project as a successor to , to preserve and advance 's development under the CDDL without Oracle's proprietary constraints. This fork ensured continued accessibility and innovation for across diverse platforms. To formalize multi-platform coordination, the OpenZFS project was established in 2013 as an umbrella organization governed by a diverse group of developers from various operating system communities, including , , and distributions. Under this governance, OpenZFS has maintained the original CDDL licensing, allowing for both open-source contributions and commercial implementations while diverging from Oracle's closed-source trajectory. Regarding compatibility, OpenZFS supports reading pools created on ZFS up to pool version 28 (from older releases), provided no incompatible features were enabled, but ZFS cannot read OpenZFS pools upgraded to version 5000 or those utilizing OpenZFS-specific feature flags, which extend the on-disk format beyond 's supported versions (29–35). There is no binary compatibility between OpenZFS and ZFS implementations, as each is compiled separately for its respective kernel and platform, necessitating source-level portability for cross-system use.

History

Origins in Sun Microsystems

The ZFS project originated at in 2001, initiated by engineers Jeff Bonwick and Matthew Ahrens with the goal of creating a next-generation to address the limitations of traditional storage management. Bonwick served as the lead architect, overseeing the design and implementation, while Ahrens contributed significantly to core components such as the data management unit. Development began on July 20, 2001, and by October 31 of that year, the team had produced a working prototype, focusing on scalability to handle massive data volumes through innovative architectural choices. ZFS introduced a revolutionary pooled storage model that eliminated the need for traditional volume management and partitioning, allowing storage devices to be aggregated into flexible pools managed directly by the . This design incorporated semantics for all data modifications, ensuring atomic updates and enabling efficient space accounting without fragmentation. Key features included instantaneous snapshots, which captured the state of a or pool at a point in time, and clones, which created writable, space-efficient copies from snapshots. Additionally, ZFS employed 128-bit addressing to support exabyte-scale capacities, far exceeding the limits of contemporary 64-bit systems and positioning it for future data growth. The project was first publicly announced on September 14, 2004, highlighting its potential to simplify administration and enhance in enterprise environments. Source code integration into the Solaris development trunk occurred on , 2005, making ZFS available in Solaris 10 updates and marking a in its maturation. However, during its early phase under Sun, was constrained to Solaris users and Sun hardware ecosystems, limiting broader community experimentation and feedback. The launch of in June 2005 began to address this by opening the codebase, fostering initial external contributions while ZFS remained tied to Sun's commercial offerings.

Fork and Open-Source Development

In August 2010, following 's acquisition of , discontinued the open-source project, effectively closing access to further public development of on and freezing the codebase at the final open release, build 134 (also known as snv_134). This closure prompted the immediate forking of by the open-source community to preserve and continue development outside 's control. Prior to the fork, early efforts to port to other platforms had already begun, laying the groundwork for broader adoption. A preview port of was integrated into 7.0 in 2008, enabling experimental use on that operating system. Simultaneously, development of for commenced in 2008, initially through a FUSE-based implementation to allow filesystem mounting without full kernel integration. The 2010 closure accelerated these initiatives, culminating in the creation of the project as a direct fork focused on maintaining an open-source successor to the Solaris kernel, including ongoing enhancements. To unify these fragmented development efforts across platforms, the OpenZFS project was officially announced on September 17, 2013, as a vendor-neutral dedicated to coordinating ZFS advancements for , , , and other systems. This branding fostered cross-platform compatibility and a shared , with the first stable release of on occurring the same year. Annual OpenZFS Developer Summits began in 2013, starting with the inaugural event on November 18-19 in , hosted by Delphix, to promote collaboration among developers from diverse . Key milestones in OpenZFS's open-source evolution include sustained coordination to ensure feature parity across implementations, supported by contributions from companies such as —which has provided developers focused on and broader integration since 2009—and Delphix, whose engineers, many from the original Sun ZFS team, have driven testing suites and complex enhancements. These efforts have enabled ongoing innovation, exemplified by the thirteenth annual OpenZFS Developer Summit held October 25-28, 2025, in , which included both developer and user tracks to advance community-driven priorities.

Technical Features

Data Integrity and Redundancy

OpenZFS ensures through end-to-end verification applied to all data and blocks. Each block is checksummed using a 256-bit , with Fletcher-4 as the default for its high performance in detecting errors, or SHA-256 for cryptographically strong guarantees against intentional tampering. These are stored separately from the data in a structure, allowing the system to detect silent corruption caused by , hardware faults, or misdirected writes during read operations. Self-healing is achieved through proactive scrubbing, a background process that reads every in the pool, recomputes checksums, and compares them against stored values to identify discrepancies. If is detected and is available—such as from mirrors or —OpenZFS automatically repairs the affected by reconstructing it from intact copies, ensuring consistency without manual intervention. This mechanism extends to , preventing filesystem inconsistencies that could otherwise require tools like . For , OpenZFS supports , which maintains one or more exact copies (1:1 or N-way) of across drives, providing by allowing reads from any healthy copy during failures. RAID-Z variants offer -based protection: RAID-Z1 tolerates one drive failure with single , RAID-Z2 handles two failures with double , and RAID-Z3 supports three with triple , distributing and stripes across vdevs for efficient . Additionally, dRAID (distributed ) enhances RAID-Z by incorporating distributed spares across all drives in a vdev, eliminating dedicated hot spares and distributing rebuild load to accelerate recovery while preserving self-healing properties. In 2025, OpenZFS introduced RAID-Z Expansion in version 2.3, enabling the addition of disks to existing RAID-Z vdevs to increase without or , maintaining levels as stripes adapt to the wider . The copy-on-write (COW) mechanism underpins atomicity in OpenZFS, where writes are grouped into transaction groups (TXGs) that commit entirely or not at all, preventing partial or "torn" writes that could corrupt data. New data is always written to free blocks before updating pointers, ensuring the previous state remains intact until the transaction completes successfully. This approach not only bolsters integrity but also enables instantaneous, space-efficient snapshots by preserving block pointers to prior versions without ongoing performance overhead. During recovery, resilvering rebuilds data onto a replacement by traversing only the pool's block pointer tree for used blocks, avoiding unnecessary reads and writes of free space to minimize time and bandwidth compared to traditional methods that rescan entire drives. Scrubbing complements this by verifying integrity proactively, while optimized sequential resilvering in recent implementations further reduces recovery duration in large pools by prioritizing data flow.

Advanced Capabilities

OpenZFS provides inline to reduce usage and I/O operations transparently to users, with supported algorithms including LZ4 (the default for its balance of speed and ratio), for higher at greater CPU cost, and for versatile levels offering ratios comparable to with improved performance. is enabled via the compression property on datasets, applying to all written thereafter, and can achieve average ratios of 2:1 or better depending on patterns, thereby enhancing efficiency in space-constrained environments. Deduplication in OpenZFS operates at the level, storing only one copy of identical blocks using a deduplication (DDT) that can reside in for fast lookups or on disk for larger datasets, though traditional implementations incur overhead from hash computations and maintenance. The feature is activated with the dedup property, but its use is cautioned due to high demands (approximately 5 GB per TB of pool storage) and potential I/O amplification; however, OpenZFS 2.3 introduced "Fast Dedup," an optimized inline mechanism that minimizes for suitable workloads like images with high . Snapshots in OpenZFS capture the state of a dataset at a point in time, consuming space only for changed since creation, enabling efficient versioning and without full backups. Clones are writable, space-efficient copies derived from snapshots, sharing unchanged blocks with the origin to optimize storage; the zfs clone command creates them, and allows swapping roles with the parent for independent management. The zfs send and zfs receive utilities facilitate replication by streaming snapshots or incremental changes between pools, supporting backups, migrations, and while preserving properties like . Native encryption, introduced in OpenZFS 0.8.0, secures datasets at creation using in GCM or CCM modes (with 128-, 192-, or 256-bit s), encrypting data and transparently while allowing operations like snapshots and clones on encrypted content. Key management is handled via commands like zfs load-[key](/page/Key) to import and zfs unload-[key](/page/Key) to remove keys from memory, supporting formats such as passphrases or raw keys stored in files or prompts, ensuring data remains inaccessible without the key even if disks are stolen. Quotas and reservations enable precise space management in OpenZFS, with the quota property setting user, group, or dataset limits to prevent overconsumption, while reservation guarantees minimum space allocation for a dataset and its descendants, facilitating thin provisioning where volumes appear larger than allocated until data is written. User and group quotas (userquota@... and groupquota@...) track usage per identity, aiding multi-tenant environments, and sparse volumes created with zfs create -s -V support overprovisioning without immediate space commitment.

Architecture

Storage Pools and Datasets

In OpenZFS, storage pools, managed via the zpool command, serve as the foundational unit of storage, aggregating physical devices into a unified that provides both capacity and data replication for overlying datasets. A is constructed from virtual devices (vdevs), which form a hierarchical where top-level vdevs—such as stripes for simple , mirrors for , or RAID-Z variants for parity-based —are combined to balance storage expansion and . This aggregation allows dynamic addition of vdevs to increase usable space without downtime, while the 's root vdev oversees the overall configuration, ensuring that data is distributed across vdevs for optimal performance and resilience. For instance, a might include multiple mirror vdevs alongside RAID-Z groups to achieve desired levels, with the system automatically handling data placement. Datasets, configured through the zfs command, represent the logical entities built atop pools, encompassing filesystems, volumes, and snapshots that organize and within the pool's . Filesystems provide POSIX-compliant with features like snapshots and clones, while volumes act as raw devices suitable for applications requiring direct , such as virtual machines. Snapshots capture read-only point-in-time copies of datasets, enabling efficient space sharing through mechanisms. The hierarchical structures datasets as paths like poolname/filesystem/child, allowing nested organization where child datasets inherit properties from parents unless explicitly overridden, facilitating scalable management across complex environments. Datasets and pools support a rich set of properties that define behavior and optimization, with many inheriting values down the hierarchy to simplify administration. Common attributes include mountpoint, which specifies the filesystem's mount location (e.g., /export/home), and compression, which can be enabled (e.g., lz4 algorithm) to reduce storage footprint transparently. For volumes, the volsize property sets the logical size, independent of the underlying pool capacity, allowing flexible allocation. Pool-level properties, such as ashift, ensure sector size alignment (e.g., 4K for modern drives) to prevent performance degradation from misalignment during creation or import. Portability of storage pools is enabled through and operations, which detach and reattach pools across systems without . ing a pool unmounts its datasets and updates configuration metadata, making it transportable via or , while ing scans for available pools and restores access, often using a file for boot-time automation. This mechanism supports scenarios like server migration, with safeguards such as host ID to prevent accidental imports on mismatched systems.

Feature Flags and Compatibility

OpenZFS employs flags as a mechanism to manage on-disk format changes in pools, replacing traditional sequential numbering with individually named properties for each . These flags allow administrators to enable specific enhancements on a per-pool basis, ensuring granular control over compatibility without forcing a full pool upgrade for every change. Each flag is identified by a unique , such as com.delphix:async_destroy for asynchronous destruction or org.[illumos](/page/Illumos):large_blocks for support of larger block sizes. Feature flags operate in three states: disabled (no on-disk changes, pending enablement), enabled (administratively activated but no format alterations yet, allowing import by older software), and active (on-disk modifications applied, requiring support for read-write access). Pools using feature flags are associated with 5000, while pools retain versions 1 through 28 inherited from earlier implementations. versions support basic compatibility across older systems, but pools at 5000 or higher rely on the presence of supported flags for . Administrators can view and manage flags using commands like zpool get all to inspect states and zpool set feature@flag_name=enabled to activate them. The zpool upgrade command facilitates pool evolution by enabling all supported features on a specified pool or all pools (-a option), transitioning legacy versions up to the maximum level or activating flags in version 5000 pools. This process is irreversible, as downgrading features or reverting to lower versions is not possible, ensuring forward-only to prevent data corruption from unsupported formats. If a pool has active features unsupported by the importing system, import fails unless read-only access is explicitly allowed for read-only features; otherwise, the pool remains inaccessible until the system is updated. is further controlled via the compatibility property, which restricts feature enablement to predefined sets (e.g., for bootloaders like ), as defined in system-specific files such as /usr/share/zfs/compatibility.d/. Interoperability across OpenZFS implementations, such as those on , , and , is maintained by rapidly porting new flags between platforms, allowing pools to be exported and imported seamlessly if all active are supported. For instance, a pool created on with the com.delphix:async_destroy flag enabled can be shared with , provided the receiving system includes that flag in its supported set. A matrix, often outlined in distribution-specific documentation, guides administrators on support levels. However, pools from (versions 29–35) exhibit limitations due to on-disk changes and divergent implementations, preventing full read-write with OpenZFS. Pools from , including versions 28 and earlier, may have issues due to changes and are not guaranteed to be fully portable.

Implementations

illumos and Solaris Derivatives

Illumos emerged in August 2010 as a community-driven of the last public release of , created to continue open-source development after discontinued the project. This , initiated by developer Garrett D'Amore, preserved the core and components of , with OpenZFS serving as an integral part of the for and storage management. As the foundational platform for derivatives, maintains native integration of OpenZFS, enabling robust , pooling, and capabilities directly within the . OpenIndiana stands as the primary distribution built on illumos, launched in 2010 to provide a stable, open-source alternative to commercial Solaris offerings. Its Hipster branch operates as a model, incorporating the latest OpenZFS enhancements such as improved algorithms and support on an ongoing basis. This approach ensures users receive cutting-edge features without periodic major upgrades, making it suitable for both workstation and server environments that leverage OpenZFS for scalable storage pools. Other notable illumos derivatives include OmniOS and , each tailored for and cloud-oriented applications. OmniOS, developed as a minimalist operating , emphasizes stability and , with OpenZFS natively handling volume management, , and RAID-Z configurations for enterprise storage needs. Commercial support for OmniOS is provided through partnerships, allowing integration in production environments focused on high-availability services. , originally created by , extends illumos with capabilities and is optimized for cloud infrastructure, where OpenZFS underpins zone-based virtualization by providing efficient, snapshot-enabled storage for containerized workloads. Across these implementations, OpenZFS benefits from native kernel-level embedding in , supporting the full spectrum of features including consistency and end-to-end checksums. Development remains active, with contributions synchronized through the gate to ensure compatibility and ongoing enhancements tied directly to kernel evolution.

BSD Variants

OpenZFS has been natively integrated into since its initial port in 2008 as part of FreeBSD 7.0, with production-ready status achieved in FreeBSD 8.0 by late 2009. This integration provides full feature parity with the upstream OpenZFS codebase, enabling comprehensive use of ZFS datasets, snapshots, and RAID-Z configurations directly within the kernel. FreeBSD's implementation emphasizes stability and performance, making it a preferred platform for storage-intensive applications. Notably, TrueNAS Core (formerly FreeNAS), a popular network-attached storage solution, leverages 's OpenZFS support for its core functionality, including boot environments and data redundancy features. DragonFly BSD received an early port of OpenZFS around 2010, initiated by developer Edward O'Callaghan, allowing users to create and manage ZFS storage pools alongside the system's native HAMMER2 file system. While DragonFly BSD prioritizes HAMMER2 for its default file system due to its design for high-availability clustering and copy-on-write efficiency, OpenZFS serves as a complementary option for scenarios requiring advanced volume management or compatibility with other ZFS ecosystems. This port enables DragonFly users to import and operate ZFS pools, though it remains secondary to HAMMER2 in the project's focus on lightweight, scalable storage. NetBSD supports OpenZFS primarily through its pkgsrc package management system, which facilitates building and installing the from for userland and kernel integration. Experimental kernel-level support has been developed by rebasing NetBSD's implementation on recent codebases for compatibility with OpenZFS 2.2 and later, while maintaining NetBSD's emphasis on cross-platform portability across diverse hardware architectures. This approach allows NetBSD users to utilize for root s and data pools, though it requires manual configuration and is considered suitable for testing rather than production-critical workloads due to ongoing refinements in stability, including reports of lockups under heavy load as of 2024. Several other BSD-derived systems incorporate OpenZFS for specialized roles. Firewall appliances like and , both based on , offer official ZFS installation options during setup, supporting mirrored pools for boot environments and enhanced data integrity in network routing scenarios. MidnightBSD includes ZFS version 6 support natively, enabling TRIM operations on SSDs and pool management up to compatibility level 6 for interoperability with other platforms. , a FreeBSD-based NAS distribution, integrates OpenZFS for scalable storage pools with RAID-Z redundancy, focusing on file sharing protocols like SMB and NFS. The lineage of TrueOS (formerly PC-BSD), a desktop-oriented FreeBSD derivative with deep ZFS boot environment integration, has been absorbed into broader FreeBSD-based projects following its discontinuation in 2020, contributing enhancements like Lumina desktop tools back to the ecosystem. Porting OpenZFS to BSD variants has presented challenges due to kernel differences, such as varying and models, necessitating custom adaptations like the Solaris Porting Layer (SPL) for compatibility. In , these issues were addressed through iterative kernel module development, culminating in full Adaptive Replacement Cache (ARC) support starting with 13, which optimizes read caching for improved I/O performance without excessive memory consumption. Overall, these adaptations highlight the trade-offs in maintaining OpenZFS's integrity checks and scalability across BSD's modular architectures.

Linux Integrations

OpenZFS on Linux primarily utilizes the native project, which ports the file system and volume manager as kernel modules to the . Initiated in 2008 by at , ZoL leverages to build and install modules compatible with various kernel versions. As of 2025, it supports kernels from 4.18 to 6.17, enabling integration with modern distributions while maintaining core features like snapshots, , and RAID-Z redundancy. An earlier approach, on , provided a user-space implementation starting around 2006, allowing functionality without kernel modifications via the () interface. Active through 2008–2013, it offered limited performance due to overhead from user-kernel context switches and lacked full feature parity with native ports. This method has been deprecated in favor of ZoL, with distributions recommending the kernel-based implementation for production use. Major distributions integrate ZoL through official repositories or backports. has included ZFS as a default option since version 16.04 LTS (2016), providing precompiled kernel modules and user-space tools under the CDDL to sidestep GPL compatibility concerns. Proxmox VE, a -based virtualization platform, natively supports ZFS for root file systems and storage pools during installation, optimizing it for and container workloads. offers ZFS packages in its contrib repository and recommends backports for newer releases, while provides installation via the OpenZFS repository or COPR builds for kernel compatibility. TrueNAS Scale, a Debian Linux-based distribution for , incorporates OpenZFS as its core storage engine, succeeding the FreeBSD-based TrueNAS Core. It uses via for scalable enterprise applications, supporting ZFS datasets for shares, snapshots, and replication in environments. Licensing challenges arise from ZFS's (CDDL), which is incompatible with the Linux 's (GPLv2) due to differing scopes. This issue is mitigated by treating the kernel module as a separate binary distributed alongside the kernel, without dynamic linking, while user-space tools like zfs and zpool utilities remain under CDDL. Early efforts by KQ Infotech in contributed to ZoL's development with a GPL-compatible kernel port, though the project became defunct by 2011, with its code integrated into the ongoing ZoL effort.

Other Operating Systems

OpenZFS support on macOS originated with the MacZFS project in 2009, which continued development after Apple closed its native initiative amid licensing concerns following the Sun Microsystems acquisition. The project enabled basic ZFS functionality on Mac OS X, but Apple's decision to drop native ZFS support after version 10.5 in 2009—opting instead for HFS+ and later APFS—left users reliant on community efforts. The OpenZFS on OS X (O3X) project, initiated in 2014, advanced this port by integrating OpenZFS features into macOS, with installer releases supporting administration via for versions from 10.8 up to macOS (15.x). As of 2025, O3X provides read-write capabilities through kernel extensions, but faces challenges on due to Apple's restrictions on unsigned kexts and system integrity protections, including reported kernel panics and system freezes. Users often encounter limitations in seamless integration, resorting to read-only mounts or virtualized environments for advanced features like snapshots and . On Windows, early experimental ports appeared in the 2010s, including the -Win project, which provided read-only access to pools via the Dokan library without deep involvement. The modern OpenZFS on Windows initiative began preview development around , with release candidates starting in late and progressing to OpenZFS 2.3.x by 2025, still in beta. This port supports core operations such as creation, management, and RAID-Z configurations, but it operates with partial integration, relying on user-mode components for stability and lacking native Windows volume management hooks. Primarily used in settings, it enables testing of OpenZFS features on Windows without full readiness. Porting OpenZFS to these proprietary operating systems faces significant hurdles, including Windows' mandatory driver signing requirements, which historically demanded boot-time test mode to load unsigned modules, and macOS's entrenched HFS+/APFS legacy, compounded by the absence of official Apple endorsement beyond 10.5. These challenges limit scalability and user adoption, often confining implementations to niche or experimental use cases. Alternatives include third-party tools like the O3X installer for macOS, which simplifies deployment for Terminal-savvy users, and cloud-based services such as . Launched in November 2021, FSx provides fully managed, scalable OpenZFS file systems accessible via NFS from macOS and Windows clients, with 2025 updates adding seamless integration for hybrid workflows without data migration. This service bypasses local port limitations by handling ZFS operations in AWS infrastructure, supporting high-throughput access for enterprise applications.

Version History

Early Versions and Transitions

Following the closure of OpenSolaris by Oracle in 2010, independent open-source efforts continued ZFS development across multiple platforms. Illumos, an open-source fork of OpenSolaris build 134 released in August 2010, incorporated ZFS as a core component and issued its initial stable releases in 2010-2011 to maintain compatibility with prior Solaris-derived implementations, supporting ZFS pool versions up to 28. Similarly, FreeBSD introduced a preview version of ZFS in its 8.0 release in November 2010, enabling experimental use of key features like snapshots and RAID-Z while ensuring boot support. Platform-specific adaptations emerged as ZFS ports diverged in versioning and features. The ZFS on Linux (ZoL) project, initiated in 2008 by , achieved its first stable release, version 0.6.0, in August 2013, focusing on kernel integration for distributions and initial support for pool versions up to 28. Feature flags and pool version 5000 were introduced in 9.0 (January 2012), with 9.3 (April 2014) providing further stability and compatibility, allowing independent enabling of OpenZFS-specific enhancements without requiring full pool upgrades. These divergences highlighted the need for cross-platform coordination, as features like compression algorithms varied between (prioritizing stability) and ZoL (emphasizing Linux-specific optimizations). The OpenZFS project was formally announced on September 17, 2013, to unify branding and development efforts across , , , and other ports, establishing a shared repository for code contributions and reducing fragmentation. This initiative fostered the first OpenZFS Developer Summit in November 2013, where participants from 14 organizations discussed standardization of commands and pool portability. A significant in unification came with OpenZFS 0.7.0, released on July 26, 2017, which aligned core features across platforms through shared implementations of resumable send/receive, large dnodes for efficiency, and user/group quotas. Early releases emphasized bug fixes for stability, such as resolving import conflicts and permission issues, alongside improvements including compressed caching and adaptive buffer data structures to enhance memory efficiency and I/O performance. The pool version 5000 framework, originating in around 2012 and adopted widely by 2013, enabled these OpenZFS features by decoupling compatibility from rigid version numbers.

Recent Releases (2.0 and Later)

OpenZFS 2.0, released on November 30, 2020, marked a significant unification of the codebase across and platforms, enabling a single repository to support both operating systems and aligning development efforts previously split between projects. This release introduced block cloning, which allows efficient space-efficient copies of blocks via the .META feature, and redacted send/receive capabilities for selective replication that excludes sensitive using bookmarks. Additionally, it mandated pool version 5000 to enable these OpenZFS-specific enhancements while maintaining compatibility with earlier pools. Subsequent releases from 2.1 to 2.2, spanning to , focused on optimizations and expanded functionality. OpenZFS 2.1, released on July 2, , included vectorized RAID-Z implementations for faster calculations on modern CPUs, special vdevs dedicated to to improve access times for operations, and enhancements to through optimized key handling. Building on this, OpenZFS 2.2, released on October 13, , further refined these areas with additional vectorized checksums, broader support for special vdevs in metadata-intensive workloads, and continued throughput improvements, alongside compatibility up to 6.5. OpenZFS 2.3, released on January 14, 2025, introduced RAID-Z Expansion, allowing incremental addition of disks to existing RAID-Z vdevs without downtime or full rebuilds, thereby enhancing storage scalability. It also incorporated faster deduplication via the "Fast Dedup" feature, a log-structured approach developed as a contribution from and Klara Systems, which significantly reduces memory overhead and improves sustained dedup performance. The series continued with zfs-2.3.4 on August 25, 2025, providing bug fixes, performance tweaks, and extended kernel support up to 6.16, followed by 2.3.5 on November 18, 2025, with additional bug fixes and backports for kernels as old as 4.18. As of November 20, 2025, OpenZFS 2.4 remains in release candidate stage, with RC4 issued on November 18, 2025, featuring enhancements to I/O scheduling for better concurrency handling and vdev load biasing to optimize traffic distribution across devices. It extends kernel compatibility to 6.17 and is anticipated for full stable release later in 2025. These releases include backports to maintain compatibility with older kernels, such as 4.18 and earlier, ensuring broad adoption across legacy systems. FSx for OpenZFS has incorporated 2.3 features like RAID-Z Expansion into its managed service updates, providing cloud users with incremental storage growth without service interruptions.

References

  1. [1]
    - OpenZFS
    Jun 2, 2025 · OpenZFS is an open-source storage platform. It includes the functionality of both traditional file systems and volume manager.Features · Distributions · Documentation · Companies
  2. [2]
    History - - OpenZFS
    May 25, 2014 · ZFS was originally developed by Sun Microsystems for the Solaris operating system. The source code for ZFS was released under the CDDL as ...Missing: origins | Show results with:origins
  3. [3]
    Features - OpenZFS
    Aug 13, 2025 · OpenZFS features include CLI improvements, native data encryption, and performance enhancements like single copy ARC, TRIM support, and lz4 ...CLI Usability · PerformanceMissing: overview | Show results with:overview
  4. [4]
    zfsconcepts.7 — OpenZFS documentation
    ### Summary of ZFS Concepts
  5. [5]
    zfs.8 — OpenZFS documentation
    ### Summary of ZFS Features from zfs.8
  6. [6]
    Companies - - OpenZFS
    MyNAS® Storage Appliance uses OpenZFS features such as integrity checking, compression, and at-rest data encryption to provide a robust and secure NAS storage ...
  7. [7]
    Introduction to ZFS — openzfs latest documentation
    History. ZFS was originally developed by Sun Microsystems for the Solaris operating system. The source code for ZFS was released under the CDDL as part of the ...Missing: origins | Show results with:origins<|control11|><|separator|>
  8. [8]
    License - OpenZFS Documentation
    The OpenZFS software is licensed under the Common Development and Distribution License (CDDL) unless otherwise noted. The OpenZFS documentation content is ...Missing: space | Show results with:space
  9. [9]
    FAQ - - OpenZFS
    Apr 30, 2019 · Just one pool version is associated with feature flags: version 5000. Versions less than 5000 can not use feature flags.
  10. [10]
    [PDF] a Community of Open Source ZFS Developers
    OpenZFS helps these developers work together to create a consistent, reliable, performant implementation of ZFS. Several new features and perfor- mance ...
  11. [11]
    History of ZFS - Part 1: The Birth of ZFS - Klara Systems
    Mar 16, 2021 · Originally created by Sun Microsystems in the early 2000s, ZFS grew in popularity because its advanced features fulfilled a previously unmet need.
  12. [12]
    A Conversation with Jeff Bonwick and Bill Moore - ACM Queue
    Nov 15, 2007 · Jeff Bonwick, CTO for storage at Sun, led development of the ZFS file system, which is now part of Solaris. Bonwick and his co-lead, Sun ...
  13. [13]
    Sun's ZFS Creator to Quit Oracle and Join Startup - eWeek
    Sep 29, 2010 · ZFS was announced in September of 2004, and source code for ZFS was integrated into the main trunk of Solaris development in October of 2005.
  14. [14]
    Happy 10th Birthday, ZFS! - Oracle Blogs
    Oct 31, 2015 · Ten years ago today, (October 31, 2005), the ZFS file system integrated into what would become Oracle Solaris 11. Along with many other system ...
  15. [15]
    History and Implementations of ZFS - Encyclopedia.pub
    Nov 23, 2022 · ZFS began as part of the Sun Microsystems Solaris operating system in 2001. Large parts of Solaris - including ZFS - were published under an ...Missing: origins | Show results with:origins
  16. [16]
  17. [17]
    Using ZFS though FUSE - Linux.com
    Jun 19, 2008 · The ZFS_on_FUSE project allows you to use ZFS through the Linux kernel as a FUSE filesystem. This means that a ZFS filesystem will be accessible just like any ...
  18. [18]
    Announcement - OpenZFS
    Apr 15, 2015 · OpenZFS launch announcement, September 17th, 2013: Today we announce OpenZFS: the truly open source successor to the ZFS project.Missing: formation | Show results with:formation
  19. [19]
    The OpenZFS project launches - LWN.net
    Sep 17, 2013 · The OpenZFS project has announced its existence. " ZFS is the world's most advanced filesystem, in active development for over a decade.Missing: formation | Show results with:formation
  20. [20]
    OpenZFS Developer Summit 2013
    Oct 3, 2018 · The first OpenZFS Developer Summit was held November 18-19, 2013. The goals of the event were: to foster cross-platform community ...Missing: formation | Show results with:formation
  21. [21]
    OpenZFS Developer Summit 2013 Recap - iXsystems, Inc.
    Nov 25, 2013 · On November 18-19, 2013, the OpenZFS Developer Summit was held at Delphix in San Francisco, California. The summit was attended by developers
  22. [22]
    Contributors - - OpenZFS
    Feb 9, 2022 · Xin Li. Developer at FreeBSD and FreeNAS projects, working at iXsystems; Worked on FreeBSD's ZFS effort since 2009. Broad knowledge of FreeBSD ...
  23. [23]
    OpenZFS: Stronger Than Ever - Enterprise Storage & Servers
    Oct 5, 2016 · ... OpenZFS project backed by a strong community and consistent vendor contributions. ... Delphix has long had a ZFS test suite and this team ...
  24. [24]
  25. [25]
    OpenZFS User and Developer Summit 2025 - FreeBSD Foundation
    The thirteenth annual OpenZFS Developer Summit and the second annual OpenZFS User Summit will take place October 25–28, 2025 (Saturday–Tuesday) in Portland, ...
  26. [26]
    Checksums and Their Use in ZFS — OpenZFS documentation
    ### Summary of Checksum Types, Bit Length, and Integrity in OpenZFS
  27. [27]
    System Administration - - OpenZFS
    Sep 11, 2023 · Overview. ZFS is a rethinking of the traditional storage stack. The basic unit of storage in ZFS is the pool and from it, we obtain datasets ...Overview · Boot process · Pool creation
  28. [28]
    Documentation/Read Write Lecture - - OpenZFS
    Mar 4, 2016 · - Simple administration - has more options, more configurability - intent is to make this easy for system administrators - Concisely express ...
  29. [29]
    [PDF] Isaac Huang - - OpenZFS
    – Use narrow RAIDz (for example: 4-wide RAIDz1 or mirroring). – Use lots of small disks or SSDs. ▫ None of these solutions address: – Single replacement ...
  30. [30]
    OpenZFS RAID-Z Expansion: A New Era in Storage Flexibility
    Feb 21, 2025 · Although the pandemic caused some delays, the project was feature complete in 2022. Additional integration steps followed, and the feature is ...Missing: date | Show results with:date
  31. [31]
    zfsprops.7 — OpenZFS documentation
    The zstd compression algorithm provides both high compression ratios and good performance. You can specify the zstd level by using the value zstd- N , where N ...
  32. [32]
    Introducing OpenZFS Fast Dedup - Klara Systems
    Nov 6, 2024 · OpenZFS new feature, inline deduplication, lets you store identical files or blocks without consuming additional space.
  33. [33]
    zfs-send.8 — OpenZFS documentation
    To receive, as a clone, an incremental send from the original snapshot to one of the snapshots it was redacted with respect to. In this case, the stream will ...
  34. [34]
    A quick-start guide to OpenZFS native encryption - Ars Technica
    Jun 23, 2021 · OpenZFS' encryption algorithm defaults to either aes-256-ccm (prior to 0.8.4) or aes-256-gcm (>= 0.8.4) when encryption=on is set. But it ...
  35. [35]
    zpool.8 — OpenZFS documentation
    The zpool command configures ZFS storage pools. A storage pool is a collection of devices that provides physical storage and data replication for ZFS datasets.
  36. [36]
    zfs.8 — OpenZFS documentation
    The zfs command configures ZFS datasets within a ZFS storage pool, as described in zpool(8). A dataset is identified by a unique path within the ZFS namespace.
  37. [37]
    zpool-features.7 — OpenZFS documentation
    The pool format does not affect file system version compatibility or the ability to send file systems between pools. Since most features can be enabled ...
  38. [38]
    Feature Flags — OpenZFS documentation
    ### Summary of OpenZFS Feature Flags (https://openzfs.github.io/openzfs-docs/Basic%20Concepts/Feature%20Flags.html)
  39. [39]
    zpool-upgrade.8 — OpenZFS documentation
    Upgrade to the specified legacy version. If specified, no features will be enabled on the pool. This option can only be used to increase the version number up ...
  40. [40]
    Fork Yeah! The Rise and Development of illumos - USENIX
    Dec 8, 2011 · In August 2010, illumos, a new OpenSolaris derivative, was born. While not at the time intended to be a fork, Oracle sealed the fate of illumos ...
  41. [41]
    [PDF] The Rise & Development of illumos - USENIX
    • illumos was not designed to be a fork, but rather an entirely open downstream repository of OpenSolaris. Page 15. The undignified death of OpenSolaris. • On ...Missing: OpenZFS | Show results with:OpenZFS<|control11|><|separator|>
  42. [42]
    Illumos Integration Process - - OpenZFS
    Sep 18, 2013 · Make it possible to build illumos ZFS on OmniOS. OmniOS is a modern server OS with virtual machine images available for all the major platforms.Missing: derivative | Show results with:derivative
  43. [43]
    OpenIndiana - Home
    A new prerelease version of OpenIndiana Hipster 2021.12 for SPARC is available for testing. Note that this is not an official release of the OpenIndiana project ...Package Respositories · OpenIndiana Docs · Release 2024.04 · Release of 2023.04
  44. [44]
    Getting Started - OpenIndiana Docs
    Approximately every six months, the OpenIndiana project releases a snapshot of the Hipster rolling release branch. Ideally suited for both workstations and ...
  45. [45]
    About OpenIndiana
    Jun 6, 2016 · Approximately every six months, the OpenIndiana project releases a snapshot of the Hipster rolling release branch. Ideally suited for both ...
  46. [46]
    OmniOS Community Edition
    ZFS, OmniOS' native file-system, combines a volume manager and file-system with strong data-integrity protection. Easily share volumes via iSCSI, CIFS and NFS.Downloads · Upgrading OmniOS · Contribute to OmniOS · Building OmniOSMissing: OpenZFS | Show results with:OpenZFS
  47. [47]
    Distributions - - OpenZFS
    Oct 16, 2019 · OpenZFS distributions include FreeBSD, OSv, illumos, ZFS on Linux (for Debian, Fedora, etc.), macOS (O3X), and Windows (in alpha).
  48. [48]
    ZFS - SmartOS Documentation
    ZFS is a file system and logical volume manager that keeps data safe, makes administration fast, and uses storage pools and snapshots.
  49. [49]
    Why Use SmartOS? | Triton DataCenter
    First of all, SmartOS is based on illumos, which is an open source fork of ... Each zone is given a ZFS dataset or volume(s) for its storage needs.
  50. [50]
    History of ZFS - Part 2: Exploding in Popularity - Klara Systems
    May 30, 2021 · Discover how ZFS rapidly gained popularity from its inception at Sun, leading to the rise of OpenZFS. Learn about its journey in the second ...Missing: origins | Show results with:origins
  51. [51]
    Chapter 22. The Z File System (ZFS) | FreeBSD Documentation Portal
    May 29, 2025 · Originally developed at Sun™, ongoing open source ZFS development has moved to the OpenZFS Project. ZFS has three major design goals: Data ...
  52. [52]
    ZFS: Enterprise-Grade File System - OpenZFS with TrueNAS
    Jun 12, 2020 · Learn why OpenZFS is the filesystem of choice for TrueNAS, and why it has a legendary reputation for preserving and protecting data.
  53. [53]
    zfs - NetBSD Wiki
    NetBSD-9 mounts other file systems and then ZFS file systems. This can be a problem if /usr/pkgsrc is on ZFS and /usr/pkgsrc/distfiles is on NFS. A ...Missing: integration | Show results with:integration
  54. [54]
    ZFS | pfSense Documentation
    Jul 3, 2024 · ZFS supports multiple disks in various ways for redundancy and/or extra capacity. Though using multiple disks with ZFS is software RAID, it is quite reliable.
  55. [55]
    Initial Installation & Configuration - OPNsense documentation
    Install (UFS|ZFS) - Choose UFS or ZFS filesystem. ZFS is in most cases the best option as it is the most reliable option, but it does require enough capacity (a ...
  56. [56]
    MidnightBSD ZFS Documentation
    MidnightBSD includes ZFS file system and storage pool version 6. You may access pools created on other operating systems at or below this version. If you ...Missing: OpenZFS | Show results with:OpenZFS
  57. [57]
    zfs:main [XigmaNAS Documentation Wiki]
    Jul 16, 2024 · ZFS is an enterprise-grade, scalable filesystem that combines file system and volume manager roles, and has self-healing data protection.Missing: OpenZFS | Show results with:OpenZFS
  58. [58]
    TrueOS Discontinuation - TrueNAS
    The TrueOS Project's core team has decided to discontinue the development of TrueOS for the foreseeable future.Missing: merger | Show results with:merger
  59. [59]
    sysutils/openzfs-kmod: OpenZFS kernel module for FreeBSD
    Jun 11, 2019 · sysutils/openzfs*: Update to latest master FreeBSD-specific changes: Use new FreeBSD API to largely eliminate object locking Fix zlib leak ...
  60. [60]
    3 Advantages to Running FreeBSD as Your Server Operating System
    Jun 20, 2023 · Discover why FreeBSD server is a top choice for reliability, security, and performance. Learn three key advantages for your infrastructure.
  61. [61]
    Mantaining OpenZFS on RHEL 9 - Practical ZFS
    Jun 2, 2025 · ZFS isn't included in the upstream Linux kernel, so managing ZFS on Linux requires using DKMS or kmod packages as external kernel modules.Which Linux distribution works best with OpenZFS (and ZFS Boot ...Linux distros with excellent ZFS supportMore results from discourse.practicalzfs.com
  62. [62]
    Releases · openzfs/zfs - GitHub
    Supported Platforms. Linux: compatible with 4.18 - 6.17 kernels; FreeBSD: compatible with releases starting from 13.3+, 14.0+. Key Features in OpenZFS ...
  63. [63]
    ZFS for Linux
    Feb 12, 2018 · The Linux implementation of FUSE received a ZFS port in 2006. FUSE is an interface that allows a filesystem to be implemented by a process that ...
  64. [64]
    Why does installing zfsutils-linux uninstall zfs-fuse? - Ask Ubuntu
    Apr 12, 2022 · According to https://wiki.ubuntu.com/ZFS zfs-fuse is deprecated. Wikipedia labels it as defunct. zfs-fuse ran in userspace and didn't have great ...
  65. [65]
    ZFS filesystem will be built into Ubuntu 16.04 LTS by default
    Feb 18, 2016 · Ubuntu 16.04 will include the ZFS filesystem module by default, and the OpenZFS-based implementation will get official support from Canonical.
  66. [66]
    ZFS on Linux - Proxmox VE
    Aug 5, 2025 · The default block size for a ZVOL is 8k. Therefore, in a RAIDZ2 each 8k block written will cause two additional 4k parity blocks to be written, ...
  67. [67]
    Should I move to SCALE? | TrueNAS Community
    May 6, 2023 · TrueNAS SCALE is based on Debian Linux (but is not a full debian install, so don't think it's the same as having a Debian box to play with).
  68. [68]
    ZFS Licensing and Linux - Ubuntu
    Feb 18, 2016 · The CDDL and GPLv2 are both “copyleft” licenses, they have different scope. The CDDL applies to all files under the CDDL, while the GPLv2 applies to derivative ...
  69. [69]
    Pune's KQInfoTech announces beta availability of ZFS file-system ...
    Sep 17, 2010 · The features of ZFS include support for high storage capacities, integration of the concepts of filesystem and volume management, snapshots and ...Missing: OpenZFS | Show results with:OpenZFS
  70. [70]
    KQ ZFS Linux Is No Longer Actively Being Worked On - Phoronix
    Jun 10, 2011 · While KQ Infotech may have vanished, fortunately ZFS for Linux has not. KQ's work was originally based upon the work done by the Lawrence ...
  71. [71]
    ZFS: The other new Apple file system that almost was—until it wasn't
    Jun 27, 2016 · ZFS was to bring to Mac OS X data integrity, compression, checksums, redundancy, snapshots, and more. But while energizing Mac/ZFS fans, Sun CEO ...<|control11|><|separator|>
  72. [72]
    OpenZFSOnOSX - OpenZFS
    May 25, 2014 · The first installer release of OpenZFS on OS X is ready for use by people who are comfortable with administering ZFS from the Terminal or who ...
  73. [73]
    Contents - OpenZFS on OS X
    Apr 9, 2025 · The installer release of OpenZFS on OS X is ready for use by people who are willing to learn to administer ZFS from the Terminal, or who already ...
  74. [74]
    OpenZFS on OS X
    The open source port of OpenZFS on OS X. Downloads; Forum; GitHub; Wiki; Twitter; OpenZFS.org · Mastodon Mastodon.
  75. [75]
    openzfsonosx/zfs: OpenZFS on OS X - GitHub
    OpenZFS on OS X (O3X) brings OpenZFS features to Apple's OS X. zfs.kext depends upon spl.kext, so start with that repository.
  76. [76]
    ZFS-Win - Google Code
    ZFS for Windows. This is an attempt to make the ZFS filesystem accessible under Windows. A read-only drive can be mounted with the help of Dokan.Missing: OpenZFS | Show results with:OpenZFS
  77. [77]
    OpenZFS on Windows
    The open source port of OpenZFS on Windows. Downloads; Forum; GitHub; Wiki; Twitter; OpenZFS.org · Mastodon Mastodon.
  78. [78]
    ZFS on Windows, first release candidate - Reddit
    Jan 23, 2024 · ZFS on Windows based on the same Open-ZFS 2.2.2 codebase as BSD and Linux has reached release candidate state in december 2023.OpenZFS on Windows 2.3.1 rc : r/zfsOpenZFS on Windows: 2.3.0 pre release rc2 : r/zfsMore results from www.reddit.com
  79. [79]
    openzfsonwindows/ZFSin: OpenZFS on Windows port - GitHub
    A development environment for compiling ZFS. Download free development Windows 10 image from Microsoft.
  80. [80]
    OpenZFS 2.3.0 on Windows nearly ready - Level1Techs Forums
    Feb 11, 2025 · While there are still some bugs, many major problems are fixed in new rc5 from today. With a new rc every few days now we will propably see a release soon.Why no OpenZFS on Windows? - Open Source & Web-BasedZFS port for windows? - Level1Techs ForumsMore results from forum.level1techs.com
  81. [81]
    ZFS performance on Windows by Imtiaz Mohammad - YouTube
    Nov 17, 2021 · From the 2021 OpenZFS Developer Summit slides: https://docs.google.com/presentation/d/1vcKWOCgw5G3YLiNSolWXg26eK4w7a_iG Details: ...
  82. [82]
    Introducing Amazon FSx for OpenZFS - AWS
    Nov 30, 2021 · Amazon FSx for OpenZFS enables you to launch, run, and scale fully managed file systems on AWS that replace the ZFS or other Linux-based file ...
  83. [83]
    Amazon FSx for OpenZFS now supports Amazon S3 access without ...
    Jun 25, 2025 · Starting today, you can attach Amazon S3 Access Points to your Amazon FSx for OpenZFS file systems to access your file data as if it were in Amazon Simple ...
  84. [84]
    Document history for Amazon FSx for OpenZFS
    FSx for OpenZFS is now available in Asia Pacific (Malaysia). For more information, see Availability by AWS Region. January 2, 2025. FSx for OpenZFS now offers ...
  85. [85]
    OpenSolaris - Wikipedia
    After Oracle's acquisition of Sun Microsystems in 2010, Oracle discontinued development of OpenSolaris ... close-sourcing Solaris, a group of former OpenSolaris ...
  86. [86]
    Release zfs-0.7.0 · openzfs/zfs
    ### Summary of ZFS 0.7.0 Release Notes
  87. [87]
    Release OpenZFS 2.0.0 · openzfs/zfs
    **Release Date and Key Features for OpenZFS 2.0.0**
  88. [88]
    OpenZFS 2.0 release unifies Linux, BSD and adds tons of new ...
    Dec 1, 2020 · The new OpenZFS 2.0.0 release is already available on FreeBSD, where it can be installed from ports (overriding the base system ZFS) on FreeBSD ...
  89. [89]
    Release zfs-2.1.0 · openzfs/zfs
    **Release Date and Key Features for OpenZFS 2.1.0**
  90. [90]
    Release zfs-2.2.0 · openzfs/zfs
    **Release Date and Key Features for OpenZFS 2.2.0**
  91. [91]
  92. [92]
    Fast Dedup is a Valentines Gift to the OpenZFS and TrueNAS ...
    Feb 13, 2024 · iXsystems and Klara have developed and donated the Fast Dedup capability for OpenZFS. The Open Source software has been made available to the OpenZFS community.Missing: Delphix | Show results with:Delphix<|separator|>
  93. [93]
  94. [94]
    OpenZFS 2.4-rc3 Released With New Workarounds For Linux 6.18
    OpenZFS 2.4-rc3 Released With New Workarounds For Linux 6.18. Written by Michael Larabel in Linux Storage on 22 October 2025 at 08:14 PM EDT. 5 ...
  95. [95]
    Amazon FSx for OpenZFS Features
    Amazon FSx for OpenZFS is a storage service that lets you launch, run, and scale fully managed OpenZFS file systems on AWS.Amazon Fsx For Openzfs... · Overview · Cost OptimizationMissing: 2.3 | Show results with:2.3