[mount] Set btrfs compression default to zstd:1 to match comment default
The comment and examples above the mountOptions already indicate zstd:1 for compression. Empirically, this has proven out to be a reasonable default choice and should be actually used in the default configuration.
This commit is contained in:
parent
84e66f8512
commit
5f897468ef
@ -116,7 +116,7 @@ mountOptions:
|
||||
- filesystem: efi
|
||||
options: [ defaults, umask=0077 ]
|
||||
- filesystem: btrfs
|
||||
options: [ defaults, compress=lzo ]
|
||||
options: [ defaults, compress=zstd:1 ]
|
||||
- filesystem: btrfs_swap
|
||||
options: [ defaults, noatime ]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user