Proxmox 6.0 and 6.1 - Iscsi luns not found in GUI after multipath configuration

pisigno

New Member
Dec 8, 2019
1
0
1
Hi All,
i found an issue in new 6.0 (and 6.1).
After configuring multipath for iscsi connection are missing the symlink abount alias path in /dev/disk/by-id folder and in the gui are not listed the luns.

Example of multipath -ll output

mpath2 (36000d3100355fa000000000000000017) dm-9 COMPELNT,Compellent Vol
size=500G features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 14:0:0:3 sdg 8:96 active ready running
`- 11:0:0:3 sdf 8:80 active ready running
mpath1 (36000d3100355fa000000000000000016) dm-7 COMPELNT,Compellent Vol
size=500G features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 12:0:0:2 sdb 8:16 active ready running
`- 13:0:0:2 sdc 8:32 active ready running
mpath0 (36000d3100355fa000000000000000015) dm-8 COMPELNT,Compellent Vol
size=500G features='1 queue_if_no_path' hwhandler='1 alua' wp=rw
`-+- policy='round-robin 0' prio=50 status=active
|- 11:0:0:1 sdd 8:48 active ready running
`- 14:0:0:1 sde 8:64 active ready running

In /dev/disk/by-id folder
i expected the symlink like this

scsi-mpath0 -> ../../dm-8
scsi-mpath1 -> ../../dm-7
scsi-mpath2 -> ../../dm-9

I solved adding "to hand" the symlink after each node reboot...


In proxmox 5.4 the symlink are ok.

Can anyone help me?

Thanks