added additional ip-addresses to iscsi targets, how can we get RHEV-H to discover this?

Latest response

I just added an additional ip-address to each of my iscsi targets, and now would very much like my RHEV-H hypervisors to discover the new paths and start using them. Any ideas for how to achieve that?

I tried going to an SD, edit it, discover targets, input new ip-address, chap username = initiatorname of the "use host" value, and a password. This works for the single host that is the "use host"/SPM, but the other hypervisors doesn't pick up this. I've tried setting them in maintenance/activating, and also rebooting them.. But no new paths are discovered for any other host than the SPM.

Any ideas?

 

How I want it to look:

# multipath -ll

36005076802808538a00000000000009d dm-10 IBM,2145
size=2.0T features='0' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=50 status=active
| |- 1:0:0:4 sdf  8:80   active ready running
| `- 4:0:0:4 sdz  65:144 active ready running
`-+- policy='round-robin 0' prio=10 status=enabled
  |- 3:0:0:4 sdr  65:16  active ready running
  `- 5:0:0:4 sdah 66:16  active ready running
<snip>

# iscsiadm -m session
tcp: [1] 192.168.138.4:3260,1 iqn.1986-03.com.ibm:2145.mro-adc-v7000u.node1
tcp: [2] 192.168.129.4:3260,2003 iqn.1986-03.com.ibm:sn.151745642
tcp: [3] 192.168.138.5:3260,1 iqn.1986-03.com.ibm:2145.mro-adc-v7000u.node2
tcp: [4] 192.168.138.6:3260,1 iqn.1986-03.com.ibm:2145.mro-adc-v7000u.node1
tcp: [5] 192.168.138.7:3260,1 iqn.1986-03.com.ibm:2145.mro-adc-v7000u.node2
 

How it looks on non-SPM hosts:

# multipath -ll

36005076802808538a00000000000009d dm-10 IBM,2145
size=2.0T features='0' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=50 status=active
| `- 1:0:0:4 sdf 8:80  active ready running
`-+- policy='round-robin 0' prio=10 status=enabled
  `- 3:0:0:4 sdr 65:16 active ready running
<snip>

# iscsiadm -m session
tcp: [1] 192.168.138.4:3260,1 iqn.1986-03.com.ibm:2145.mro-adc-v7000u.node1
tcp: [2] 192.168.129.4:3260,2003 iqn.1986-03.com.ibm:sn.151745642
tcp: [3] 192.168.138.5:3260,1 iqn.1986-03.com.ibm:2145.mro-adc-v7000u.node2
 

Responses