NVME-related crash on 15.0-BETA1

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!

Nvme crash on resume.jpg


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?
 
"The Version should be 15.0-RELEASE but it's not available in the dropdown list."
I also ran into this. I think because they want to reserve "15.0-RELEASE" for the official release, I'm not sure though. There's also the subtle distinction between the branch label releng/15 versus official minor releases that are not on a pre-release cycle.
 
Yeah, my thoughts too. Anyways, I tracked down the issue to the second suspend/resume cycle, which fails all the time whilst the first suspend/resume cycle seems to work reliably. Definitely a regression when compared to 14.3 .
 
Back
Top