Hello Alex
everything works out of the box
after connecting two other cables , and mapped correctly restarting did the whole job. LVM volume remained the same and nothing changed.
root@pve01:~# lvscan
ACTIVE '/dev/pve/swap' [31.00 GiB] inherit
ACTIVE '/dev/pve/root' [69.50 GiB] inherit
ACTIVE '/dev/pve/data' [161.46 GiB] inherit
ACTIVE '/dev/pve2/vm-100-disk-1' [72.00 GiB] inherit
ACTIVE '/dev/pve2/vm-100-disk-2' [450.00 GiB] inherit
root@pve01:~#
root@pve02:~# lvscan
ACTIVE '/dev/pve/swap' [31.00 GiB] inherit
ACTIVE '/dev/pve/root' [69.50 GiB] inherit
ACTIVE '/dev/pve/data' [161.46 GiB] inherit
inactive '/dev/pve2/vm-100-disk-1' [72.00 GiB] inherit
inactive '/dev/pve2/vm-100-disk-2' [450.00 GiB] inherit
root@pve02:~#
root@pve02:~# multipath -ll
36005076300808672d800000000000001 dm-1 IBM,2145
size=1.2T features='1 queue_if_no_path' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=50 status=active
| `- 7:0:1:0 sdc 8:32 active ready running
`-+- policy='round-robin 0' prio=10 status=enabled
`- 7:0:0:0 sdb 8:16 active ready running
3600605b00805c7501bee87290d6b4896 dm-0 IBM,ServeRAID M1115
size=278G features='0' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=1 status=active
`- 6:2:0:0 sda 8:0 active ready running
root@pve02:~#
root@pve01:~# multipath -ll
36005076300808672d800000000000001 dm-1 IBM,2145
size=1.2T features='1 queue_if_no_path' hwhandler='0' wp=rw
|-+- policy='round-robin 0' prio=50 status=active
| `- 2:0:1:0 sdc 8:32 active ready running
`-+- policy='round-robin 0' prio=10 status=enabled
`- 2:0:0:0 sdb 8:16 active ready running
3600605b00805b0301bec2bbf4363c211 dm-0 IBM,ServeRAID M1115
size=278G features='0' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=1 status=active
`- 0:2:0:0 sda 8:0 active ready running
root@pve01:~#
there was no need for the multipath.conf because denial has already built-in multipath definition (aka hardcoded) exactly for this storage
After that I reinstalled both hosts, installed multipath-tools , left lvm volume on storage as it is ( with those VM-disks) , mapped sas adapters to the storage , and after one reboot I defined LVM storage in proxmox cluster and two vm-disks on the storage automatically appeared in the disk list ... I had to adjust 100.conf vm file change disk references , one qm rescan and that was it !!!
The only extra thing was installing multi path tools without any configuration and adjustment at all
So real out-of-the-box concept !!!
Thank you for your help and support
BR
Tonci