According to zfsprops(7), the canonical property for the compression
algorithm is "compression", with "compress" accepted as an alternate
name. Use the canonical name in bsdinstall.
MFC after: 1 week
Differential D51572
bsdinstall: use the canonical name for compression ivy on Jul 27 2025, 1:29 PM. Authored by Tags None Referenced Files
Details According to zfsprops(7), the canonical property for the compression MFC after: 1 week
Diff Detail
Event TimelineComment Actions I think it makes sense to just leave compression to on (use the default, which is lz4 for the current ZFS version) instead of explicitly saying lz4 here because that would be more future proof. The change looks otherwise fine to me. |