Software:Stratis (configuration daemon)

From HandWiki
Revision as of 15:01, 27 June 2023 by StanislovAI (talk | contribs) (fix)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Linux storage configuration daemon
stratisd
Stable release
3.2.3 / August 28, 2022; 20 months ago (2022-08-28)
Repositorygithub.com/stratis-storage/stratisd
Written inRust
Operating systemLinux
LicenseMozilla Public License 2.0
Websitestratis-storage.github.io
stratis-cli
Stable release
3.2.0 / July 8, 2022; 21 months ago (2022-07-08)
Repositorygithub.com/stratis-storage/stratis-cli
Written inPython
Operating systemLinux
LicenseApache License 2.0
Websitestratis-storage.github.io

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.[1][2] 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.[3]

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

  • Comparison of file systems
  • List of file systems
  • APFS – a copy-on-write file system for macOS, iOS, tvOS, and watchOS
  • HAMMER – DragonFly BSD's file system that uses B-trees, paired with checksums as a countermeasure for data corruption
  • ReFS – a copy-on-write file system for Windows Server 2012

References

External links