-
gitomat[illumos-gate] 16282 libresolv2: left shift of negative value -- Toomas Soome <tsoome⊙mc>
-
KungFuJesusso, how do I make fmd make a fail LED light automatically when a drive dies? These drives have SES and I can manually set it via fmtopo -P but it turns itself off after like a minute
-
KungFuJesusor rather this chassis + backplane has SES, independent of the drive. fmtopo also knows which drive is attached to which bay
-
KungFuJesusIt would seem all the right ingredients are here. And for all I know, when it was faulted it lit the drive but turned off the LED after a minute just like when I manually set the fail LED to on
-
jbkit depends on how it fails
-
jbkthere are certain situations where it should do that already, but not all of them
-
jbkthough I can't recall the specifics offhand
-
jbkone of the things one my list of stuff I'd like to do is add some code to the disk fma module to enable background scanning on disks that support it
-
jbkwe also interpret all read failures as a disk i/o failure.. there's a few of them though we should treat more like a checksum error, remap the LBA on the disk and let zfs self heal it
-
jbkinstead of treating it like the whole disk has gone bad
-
jbk(at least where we can)
-
gitomat[illumos-gate] 16291 udapl: multiply-defined symbols -- Toomas Soome <tsoome⊙mc>
-
KungFuJesusjbk: fma in this case has marked the disk faulty
-
KungFuJesusthe pool faulted the device, fma generated an event, I suspect this is a case where the disk should have been marked as faulted by the LED
-
KungFuJesusI also find it an interesting coincidence that setting the LED to fail manually only works temporarily, as if the backplane wants the SAS controller / software to constantly assert the fault
-
gitomat[illumos-gate] 16332 AVX-512 VBMI dis support -- Robert Mustacchi <rm⊙fo>