Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 17:13:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 222533] One HDD not seen by mps (11.1 regression)
Message-ID:  <bug-222533-227-qgWtzoW77l@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222533-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222533-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

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

--- Comment #13 from Stephen McConnell <slm@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222533-227-qgWtzoW77l>