Article · Wikipedia archive · Last revised Jul 25, 2026

Stratis (configuration daemon)

Stratis is a user-space configuration daemon that configures and monitors existing components from Linux's underlying storage components of logical volume management (LVM) and XFS filesystem via D-Bus.

Last revised
Jul 25, 2026
Read time
≈ 1 min
Length
302 w
Citations
4
Source
stratisd
Release28 September 2018 (2018-09-28)1
Stable release
3.7.2 / October 16, 2024 (2024-10-16)
Written inRust
Operating systemLinux
LicenseMozilla Public License 2.0
Websitestratis-storage.github.io
Repositorygithub.com/stratis-storage/stratisd
stratis-cli
Stable release
3.7.0 / October 16, 2024 (2024-10-16)
Written inPython
Operating systemLinux
LicenseApache License 2.0
Websitestratis-storage.github.io
Repositorygithub.com/stratis-storage/stratis-cli

Stratis is a user-space configuration daemon that configures and monitors existing components from Linux's underlying storage components of logical volume management (LVM) and XFS filesystem via D-Bus.

Details

Stratis is not a user-level filesystem like the Filesystem in Userspace (FUSE) system. Stratis configuration daemon was originally developed by Red Hat to have feature parity with ZFS and Btrfs. The hope was due to Stratis configuration daemon being in userland, it would more quickly reach maturity versus the years of kernel level development of file systems ZFS and Btrfs.23 It is built upon enterprise-tested components LVM and XFS with over a decade of enterprise deployments and the lessons learned from System Storage Manager in Red Hat Enterprise Linux 7.4

Stratis provides ZFS/Btrfs-style features by integrating layers of existing technology: Linux's device mapper subsystem, and the XFS filesystem. The stratisd daemon manages collections of block devices, and provides a D-Bus API. The stratis-cli DNF package provides a command-line tool stratis, which itself uses the D-Bus API to communicate with stratisd.

See also

See also

References

References

External links