https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222533
--- Comment #14 from Denis Polygalov <[email protected]> --- Created attachment 193412 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=193412&action=edit dmesg while mps.X.use_phy_num set to 0 for all X Setting hw.mps.use_phy_num=0 solved the problem. The missing disk appeared and zpool scrub went well on that pool, but now dmesg shows this: mps0: failure at /usr/src/sys/dev/mps/mps_sas_lsi.c:700/mpssas_add_device()! Could not get ID for device with handle 0x0009 Is this serious or can be ignored? Attached see dmesg with following in the /boot/loader.conf: hw.mps.spinup_wait_time=10 dev.mps.0.debug_level=0x0203 dev.mps.0.use_phy_num=0 dev.mps.1.debug_level=0x0203 dev.mps.1.use_phy_num=0 dev.mps.2.debug_level=0x0203 dev.mps.2.use_phy_num=0 Thanks a lot! Denis -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
