mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-26 20:22:14 +03:00
Default to ON for compression
A simple change, but so many tests break with it, and those are the majority of this. Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: Rich Ercolani <rincebrain@gmail.com> Closes #13078
This commit is contained in:
@@ -388,12 +388,12 @@ set -A prop "checksum" "" \
|
||||
# above must have a corresponding entry in the two arrays below.
|
||||
#
|
||||
|
||||
set -A def_val "on" "off" "on" \
|
||||
set -A def_val "on" "on" "on" \
|
||||
"off" "" \
|
||||
"hidden" \
|
||||
"off"
|
||||
|
||||
set -A local_val "off" "on" "off" \
|
||||
set -A local_val "off" "off" "off" \
|
||||
"on" "" \
|
||||
"visible" \
|
||||
"off"
|
||||
|
||||
Reference in New Issue
Block a user