Page MenuHomeFreeBSD

D24202.diff
No OneTemporary

D24202.diff

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

Mime Type
text/plain
Expires
Tue, Jan 14, 5:27 AM (21 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15791402
Default Alt Text
D24202.diff (537 B)

Event Timeline