I've got 3 PVE nodes in a cluster.
When I add an iSCSI Disk (All Nodes + Use LUNs directly selected), the disk is only added to 2 nodes.
Checking each PVE server with lsscsi & iscsiadm confirms that only 2 nodes can see the disk.
# lsscsi (Nodes 1 & 3)
[2:0:0:0] storage HP P420i 8.32 -
[2:1:0:0] disk HP LOGICAL VOLUME 8.32 /dev/sda
[3:0:0:0] disk QNAP iSCSI Storage 4.0 /dev/sdb
# lsscsi (Node 2)
[2:0:0:0] storage HP P420i 8.32 -
[2:1:0:0] disk HP LOGICAL VOLUME 8.32 /dev/sda
# iscsiadm -m session (Nodes 1 & 3)
tcp: [3] 172.16.17.143:3260,1 iqn.2004-04.com.qnap:ts-1232pxu-rp:iscsi.nas401pve.853a72 (non-flash)
# iscsiadm -m session (Node 2)
iscsiadm: No active sessions.
Checking storage.cfg on ALL nodes shows that the disk is defined on all 3 nodes
iscsi: NAS-4-01-PVE_0
portal 172.16.17.143
target iqn.2004-04.com.qnap:ts-1232pxu-rp:iscsi.nas401pve.853a72
content images
When I check the Proxmox GUI the iSCSI disk shows as Enabled & Active on Nodes 1 & 3 and Node 2 shows only as Enabled = Yes & Active = No
Checking the iSCSI target shows that only Node 1 & 3 are connected.
Is there any reason that Node 2 consistently refuses to connect to the iSCSI disk? I've removed the iSCSI disk several times from the cluster and re-added it again and it's always Node 2 that won't connect.
Any ideas or tips for me to look at?
PVE v8.1.3 is installed on all 3 nodes
When I add an iSCSI Disk (All Nodes + Use LUNs directly selected), the disk is only added to 2 nodes.
Checking each PVE server with lsscsi & iscsiadm confirms that only 2 nodes can see the disk.
# lsscsi (Nodes 1 & 3)
[2:0:0:0] storage HP P420i 8.32 -
[2:1:0:0] disk HP LOGICAL VOLUME 8.32 /dev/sda
[3:0:0:0] disk QNAP iSCSI Storage 4.0 /dev/sdb
# lsscsi (Node 2)
[2:0:0:0] storage HP P420i 8.32 -
[2:1:0:0] disk HP LOGICAL VOLUME 8.32 /dev/sda
# iscsiadm -m session (Nodes 1 & 3)
tcp: [3] 172.16.17.143:3260,1 iqn.2004-04.com.qnap:ts-1232pxu-rp:iscsi.nas401pve.853a72 (non-flash)
# iscsiadm -m session (Node 2)
iscsiadm: No active sessions.
Checking storage.cfg on ALL nodes shows that the disk is defined on all 3 nodes
iscsi: NAS-4-01-PVE_0
portal 172.16.17.143
target iqn.2004-04.com.qnap:ts-1232pxu-rp:iscsi.nas401pve.853a72
content images
When I check the Proxmox GUI the iSCSI disk shows as Enabled & Active on Nodes 1 & 3 and Node 2 shows only as Enabled = Yes & Active = No
Checking the iSCSI target shows that only Node 1 & 3 are connected.
Is there any reason that Node 2 consistently refuses to connect to the iSCSI disk? I've removed the iSCSI disk several times from the cluster and re-added it again and it's always Node 2 that won't connect.
Any ideas or tips for me to look at?
PVE v8.1.3 is installed on all 3 nodes