[Bug 222533] One HDD not seen by mps (11.1 regression)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon May 14 17:13:02 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=222533

--- Comment #13 from Stephen McConnell <slm at freebsd.org> ---
Can you try changing the use_phy_num sysctl variable to 0. You should set this
globally so all of your instances of mps have use_phy_num set to 0. Then rerun
and let's see what happens. I see this in the log:

mps0: Attempting to reuse target id 8 handle 0x0009

which means that a device with target ID 8 has already been added. You can see
this a few lines earlier. So, I'm thinking that the first device is overwritten
by the second device (making the first device invisible). If you change
use_phy_num to 0, the driver will not use the Phy Number as the device ID and
the two devices should have different IDs and both should be added
successfully. Give it a try and let me know.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list