From 39701258f8d441ad25fa4e05980aafadbbab2101 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Nov 01 2018 15:29:01 +0000 Subject: 208 - Stratis Storage 1.0 --- diff --git a/modules/release-notes/pages/sysadmin/System_Utilities.adoc b/modules/release-notes/pages/sysadmin/System_Utilities.adoc index b26a0a7..a9eb02b 100644 --- a/modules/release-notes/pages/sysadmin/System_Utilities.adoc +++ b/modules/release-notes/pages/sysadmin/System_Utilities.adoc @@ -40,3 +40,14 @@ Older installations will keep their original settings. To disable this function, use run the [command]#sudo grub2-editenv - unset menu_auto_hide# command in a terminal. For additional information, see the link:++https://hansdegoede.livejournal.com/19224.html++[announcement post]. + +== Stratis Storage 1.0 + +Fedora 29 provides version 1.0 of *Stratis Storage*, a local storage management solution. +This will allow further testing and user feedback that will guide the development and stabilization of Stratis, and let us consider future integration into Anaconda and other more critical aspects of Fedora. + +Stratis is a local storage system akin to *Btrfs*, *ZFS*, and *LVM*. +Its goal is to enable easier setup and management of disks and SSDs, as well as enabling the use of advanced storage features such as thin provisioning, snapshots, integrity, and a cache tier without requiring expert-level storage administration knowledge. +Furthermore, Stratis includes monitoring and repair capabilities, and a programmatic API, for better integration with higher levels of system management software. + +See link:++https://stratis-storage.github.io/++[the project website] for documentation and full release notes.