Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F116024995
D24202.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
537 B
Referenced Files
None
Subscribers
None
D24202.diff
View Options
Index: head/usr.sbin/bhyve/pci_nvme.c
===================================================================
--- head/usr.sbin/bhyve/pci_nvme.c
+++ head/usr.sbin/bhyve/pci_nvme.c
@@ -604,6 +604,11 @@
/* Set read/write remainder to round up according to spec */
sc->read_dunits_remainder = 999;
sc->write_dunits_remainder = 999;
+
+ /* Set nominal Health values checked by implementations */
+ sc->health_log.temperature = 310;
+ sc->health_log.available_spare = 100;
+ sc->health_log.available_spare_threshold = 10;
}
static void
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 2, 6:31 PM (15 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17909915
Default Alt Text
D24202.diff (537 B)
Attached To
Mode
D24202: bhyve: Initial some NVMe controller health log data.
Attached
Detach File
Event Timeline
Log In to Comment