Page MenuHomeFreeBSD

nvme: Add SMART WARNING for persistent memory region
ClosedPublic

Authored by imp on Mar 4 2024, 11:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 1:32 PM
Unknown Object (File)
Sun, May 17, 1:22 AM
Unknown Object (File)
Sat, May 16, 9:46 PM
Unknown Object (File)
Thu, May 14, 2:47 AM
Unknown Object (File)
Apr 28 2026, 8:44 AM
Unknown Object (File)
Apr 28 2026, 7:57 AM
Unknown Object (File)
Apr 27 2026, 10:07 AM
Unknown Object (File)
Apr 27 2026, 8:04 AM
Subscribers

Details

Summary

NVME 2.0 added persistent memory regions, and this bit reports critical
warnings / errors with those regions.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 56434
Build 53322: arc lint + arc unit

Event Timeline

I wonder if there are any namespace-specific events? I remember NVMe specs allow per-namespace SMART, but I don't remember much details now.

This revision is now accepted and ready to land.Mar 5 2024, 6:21 PM
In D44213#1008990, @mav wrote:

I wonder if there are any namespace-specific events? I remember NVMe specs allow per-namespace SMART, but I don't remember much details now.

I don't recall seeing that, but I'll take a look. But for SMART events, I didn't see any when I just checked. I think they come in on the namespace change page... Which likely also needs work.