[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:
Neal Gompa 2023-12-09 17:45:55 -05:00
parent 84e66f8512
commit 5f897468ef

View File

@ -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 ]