I was debugging some suspend/resume problems I happen to have on my system and decided to give kern.vt.suspendswitch=1 a try, so that I could see my console in case of problems...and boy I was right!
Of course a forced poweroff a a subsequent poweron show no errors.
I guess a PR is in order unless someone has ideas?
Of course a forced poweroff a a subsequent poweron show no errors.
Code:
[6:10][fmc000@tu45b-freebsd ~]$ zpool status -v
pool: zroot
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
the features. See zpool-features(7) for details.
scan: scrub repaired 0B in 00:04:44 with 0 errors on Thu Oct 16 06:22:55 2025
config:
NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
nda0p4.eli ONLINE 0 0 0
errors: No known data errors
[6:10][fmc000@tu45b-freebsd ~]$
I guess a PR is in order unless someone has ideas?