Merge pull request #1824 from dalto8/spacecache
[fstab] Remove space_cache from btrfs mount options
This commit is contained in:
commit
d7865a5bcd
@ -11,9 +11,13 @@
|
||||
# Mount options to use for all filesystems. If a specific filesystem
|
||||
# is listed here, use those options, otherwise use the *default*
|
||||
# options from this mapping.
|
||||
#
|
||||
# With kernels 5.15 and newer be cautious of adding the option space_cache
|
||||
# to the btrfs mount options. The default in 5.15 changed to space_cache=v2.
|
||||
# If space_cache or space_cache=v1 are specified, it may fail to remount.
|
||||
mountOptions:
|
||||
default: defaults,noatime
|
||||
btrfs: defaults,noatime,space_cache,autodefrag,compress=zstd
|
||||
btrfs: defaults,noatime,autodefrag,compress=zstd
|
||||
|
||||
# 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,
|
||||
|
Loading…
Reference in New Issue
Block a user