Small fixes to the Stratis note

This commit is contained in:
Petr Bokoč 2025-10-28 05:12:55 +01:00
commit 8ae087460c

View file

@ -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/<POOL_NAME>/<FILESYSTEM_NAME> <MOUNTPOINT> xfs defaults,_netdev,x-systemd.requires=stratis-fstab-setup-with-network@<POOL_UUID>.service 0 2`
[,console]
----
/dev/stratis/<POOL_NAME>/<FILESYSTEM_NAME> <MOUNTPOINT> xfs defaults,_netdev,x-systemd.requires=stratis-fstab-setup-with-network@<POOL_UUID>.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.