Merge branch 'patch-2' into 'development'
Optimize fstab for btrfs performance and stability See merge request applications/calamares!32
This commit is contained in:
commit
f9878e7fcb
@ -10,7 +10,7 @@
|
|||||||
# options from this mapping.
|
# options from this mapping.
|
||||||
mountOptions:
|
mountOptions:
|
||||||
default: defaults,noatime
|
default: defaults,noatime
|
||||||
btrfs: defaults,noatime,space_cache,autodefrag
|
btrfs: defaults,noatime,space_cache
|
||||||
|
|
||||||
# Mount options to use for the EFI System Partition. If not defined, the
|
# Mount options to use for the EFI System Partition. If not defined, the
|
||||||
# *mountOptions* for *vfat* are used, or if that is not set either,
|
# *mountOptions* for *vfat* are used, or if that is not set either,
|
||||||
@ -25,7 +25,7 @@ ssdExtraMountOptions:
|
|||||||
jfs: discard
|
jfs: discard
|
||||||
xfs: discard
|
xfs: discard
|
||||||
swap: discard
|
swap: discard
|
||||||
btrfs: discard,compress=lzo
|
btrfs: ssd,compress=zstd,commit=120
|
||||||
|
|
||||||
# Additional options added to each line in /etc/crypttab
|
# Additional options added to each line in /etc/crypttab
|
||||||
crypttabOptions: luks
|
crypttabOptions: luks
|
||||||
|
Loading…
Reference in New Issue
Block a user