Connect several nodes to the same iSCSI volume

omegared77

New Member
Feb 4, 2019
16
0
1
46
Hey,

I'm trying to mount the same iSCSI LUN (on a HP MSA) on my 2 nodes
upload_2019-3-15_11-8-45.png

On top of the iSCSI volume, I created a LVM :
upload_2019-3-15_11-9-37.png

I noticed that on the node I didn't use for creating the LVM, there's no pv or lv :

Node 1 (works fine)
upload_2019-3-15_11-11-37.png

Node 2 :
upload_2019-3-15_11-12-38.png
upload_2019-3-15_11-12-50.png

Any advice ?
 

Attachments

  • upload_2019-3-15_11-7-35.png
    upload_2019-3-15_11-7-35.png
    6.7 KB · Views: 5
I could finally fix it.
On a host, the LUN was seen as enclosure instead of disk

Rinning modprobe -r mptsas;sleep 1; modprobe mptsas fixed it