-
rmustaccsommerfeld: That's an igc bug.
-
rmustaccIt shouldn't allow that to happen.
-
rmustaccLet me know if you want to propose a fix or if I should.
-
rmustaccjbk: I would expect a map to be required.
-
rmustaccAs there's no general mapping of slots to bays and other physical locations on the chassis.
-
rmustaccGiven the LEDs are driven by a non-PCIe standard mechanism you'll probably want to explicitly enumerate a different indicator in the map as well.
-
jbkthe pcie slot itself though seems to have a label in fmtopo.. .that's what confused me
-
rmustaccI dunno. I assume you'd have a custom map regardless.
-
rmustaccBut it's been a while since I dealt with a non-Oxide system there.
-
rmustaccSepcifically you'd want bays in the chassis map that reflect how it's actually connected.
-
jbkthe PCI labels appear to do that -- it looks like it's more that diskinfo wants a parent named 'bay' or 'slot' to use the label
-
jbkit's only a sample size of 2 (this Dell box as well as my supermicro server), but adding `|| strcmp(pname, NVME) == 0` to the first group of that expression yields the correct results
-
jbk
-
sommerfeldrmustacc: from a quick look at how drivers do it, there are both checks of *_link_state != LINK_STATE_UP and driver/device-specific state checks. I'd have to spend a bunch of time reading the driver to figure out the latter part. So if you don't mind fixing it I'll be in a good position to test it. Fix isn't urgent for me as workaround is straightforward (don't leave dhcp configured on a down interface).
-
rmustaccsommerfeld: OK. I don't know that I still have it cabled up in the lab, so it may be a little tricky for me to test right now. But I'll see what I can do.
-
gitomat[illumos-gate] 17449 xhci includes spurious newlines in some log messages -- Joshua M. Clulow <josh⊙so>
-
sommerfeldrmustacc: I can take a stab at it if someone can throw me a clue about what other state to check in the driver to indicate that TX was stalled..
-
richloweI filed illumos.org/issues/17487 somewhat optimistically, because I didn't 100% spend the time to work out if it was fully possible.
-
fenix→ FEATURE 17487: want globbed breakpoints in mdb (New)