bectl will unconditionally load the ZFS module. For systems not running ZFS, we shouldn't be spuriously loading ZFS just because we ran freebsd-update install.
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
We have a fix for this already in the tree; bectl/libbe was never meant to trigger loading of zfs.ko in the first place.
We could bring it back to stable/12, too, if we need to... it's been soaking for quite a while.
Comment Actions
I went ahead and tested it on and brought it back to stable/12 in case you're trying to errata this or something...
- stable/12: ee4bdd4b0db5b9d64e64490fc84a395344862aed
Comment Actions
I mostly just noticed this on a fresh UFS based install. Do you think it would be good to have both checks (one in bectl and one in freebsd-update)?
Comment Actions
IMO no since this was really anomalous behavior, but I'd grab a second opinion from our resident freebsd-update expert @emaste to be sure...