From 8ae087460c65772627ae5f45fc65613fadee6dd3 Mon Sep 17 00:00:00 2001 From: Petr Bokoc Date: Tue, 28 Oct 2025 05:12:55 +0100 Subject: [PATCH] Small fixes to the Stratis note --- modules/release-notes/pages/sysadmin.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/release-notes/pages/sysadmin.adoc b/modules/release-notes/pages/sysadmin.adoc index a6b2c10..ac57e97 100644 --- a/modules/release-notes/pages/sysadmin.adoc +++ b/modules/release-notes/pages/sysadmin.adoc @@ -40,6 +40,7 @@ The change applies to all systems, whether newly installed or updated to Fedora You can change the frequency of automatic updates (or disable them completely, though this is not recommended) in system settings, under the **Software Updates** tab. +[[stratis]] == Stratis 3.8.5: stratisd 3.8.5 and stratis-cli 3.8.2 Stratis 3.8.5, which consists of `stratisd 3.8.5` and `stratis-cli 3.8.2` includes @@ -61,7 +62,10 @@ and the boot process will fail. An example fstab entry for a filesystem on a pool that is encrypted using NBDE should look something like this: -`/dev/stratis// xfs defaults,_netdev,x-systemd.requires=stratis-fstab-setup-with-network@.service 0 2` +[,console] +---- +/dev/stratis// xfs defaults,_netdev,x-systemd.requires=stratis-fstab-setup-with-network@.service 0 2 +---- If a filesystem's pool does not require that the network is up to be unlocked then the fstab entry may use the existing `stratis-fstab-setup@.service` unit instead.