Stratis (configuration daemon)
{{short description|Linux storage configuration daemon}}
{{Context|date=June 2021}}
{{Infobox software
| name = stratisd
| logo =
| logo alt =
| logo caption =
| screenshot =
| screenshot size =
| screenshot alt =
| caption =
| collapsible =
| author =
| developer =
| released = {{Start date and age|2018|09|28|df=yes}}https://stratis-storage.github.io/stratis-release-notes-1-0-0/
| discontinued =
| ver layout =
| latest release version = 3.7.2
| latest release date = {{Start date and age|2024|10|16}}
| latest preview version =
| latest preview date =
| repo = {{URL|https://github.com/stratis-storage/stratisd}}
| programming language = Rust
| engine =
| operating system = Linux
| platform =
| included with =
| size =
| language =
| language count =
| language footnote =
| genre =
| license = Mozilla Public License 2.0
| alexa =
| website = {{URL|https://stratis-storage.github.io/}}
| standard =
| AsOf =
}}
{{Infobox software
| name = stratis-cli
| logo =
| logo alt =
| logo caption =
| screenshot =
| screenshot size =
| screenshot alt =
| caption =
| collapsible =
| author =
| developer =
| released =
| discontinued =
| ver layout =
| latest release version = 3.7.0
| latest release date = {{Start date and age|2024|10|16}}
| latest preview version =
| latest preview date =
| repo = {{URL|https://github.com/stratis-storage/stratis-cli}}
| programming language = Python
| engine =
| operating system = Linux
| platform =
| included with =
| size =
| language =
| language count =
| language footnote =
| genre =
| license = Apache License 2.0
| alexa =
| website = {{URL|https://stratis-storage.github.io/}}
| standard =
| AsOf =
}}
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.{{cite web
| url = https://www.marksei.com/fedora-29-new-features-startis/
| title = Fedora 29 new features: Startis now officially in Fedora
| last = Sei
| first = Mark
| date = 10 October 2018
| work = Marksei, Weekly sysadmin pills}}{{cite web
| url = https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8-beta/html/configuring_and_managing_file_systems/managing-layered-local-storage-with-stratis_configuring-and-managing-file-systems
| title = RHEL 8: Chapter 8. Managing layered local storage with Stratis
| date = 10 October 2018}} 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.{{cite web |date=15 April 2019 |title=Using Stratis: Frequently Asked Questions |url=https://stratis-storage.github.io/faq/ |archive-url=https://web.archive.org/web/20191017075557/https://stratis-storage.github.io/faq/ |archive-date=2019-10-17}}
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
{{Portal|Free and open-source software|Linux}}
- 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
{{Reflist}}
External links
- {{Official website|https://stratis-storage.github.io/}}
- {{GitHub|stratis-storage/stratisd}}