I have tried to create a LUN multiple times, following this thread (except not allowing the ISCSI target to be reach directly, and setting up LVM through the GUI).
Every time I try, I end up with duplication uuids, as below from pvesm status command:
<snip>
WARNING: Not using lvmetad because duplicate PVs were found.
WARNING: Use multipath or vgimportclone to resolve duplicate PVs?
WARNING: After duplicates are resolved, run "pvscan --cache" to enable lvmetad.
WARNING: PV 7rtS2N-3t71-CyO6-SqnI-24Um-LfOh-VRlfSW on /dev/sdc was already found on /dev/sdb.
WARNING: PV 7rtS2N-3t71-CyO6-SqnI-24Um-LfOh-VRlfSW prefers device /dev/sdb because device was seen first.
WARNING: Not using lvmetad because duplicate PVs were found.
WARNING: Use multipath or vgimportclone to resolve duplicate PVs?
WARNING: After duplicates are resolved, run "pvscan --cache" to enable lvmetad.
WARNING: PV 7rtS2N-3t71-CyO6-SqnI-24Um-LfOh-VRlfSW on /dev/sdc was already found on /dev/sdb.
WARNING: PV 7rtS2N-3t71-CyO6-SqnI-24Um-LfOh-VRlfSW prefers device /dev/sdb because device was seen first.
local dir 1 98559220 19951020 73558652 21.84%
local-lvm lvmthin 1 342761472 0 342761472 0.50%
netstore lvm 1 4718587904 0 4718587904 0.50%
scsimount1 iscsi 1 0 0 0 100.00%
</snip>
No amount of mucking about seems to solve this - every time I add the iscsi volume, this ends up being the result. Using a synology, very recent firmware. Only thing I can think of to attempt next is multipath, but it is disabled on all nodes.
The error appeared on 2/3 nodes. It did not appear on the system that I'm connecting to the GUI on. Once I restarted the system without the problem, it is now happening on all nodes.
iscsiadm -m session
tcp: [1] 1.1.1.200:3260,1 internaname.d5f838b405 (non-flash)
tcp: [2] 1.1.1.201:3260,1 internalname.d5f838b405 (non-flash)
I don't need multiple targets, what's the best way to disable as I suspect this will solve the problem. I'm running proxmox-ve: 5.0-15 (running kernel: 4.10.15-1-pve)
Thanks in advance
Every time I try, I end up with duplication uuids, as below from pvesm status command:
<snip>
WARNING: Not using lvmetad because duplicate PVs were found.
WARNING: Use multipath or vgimportclone to resolve duplicate PVs?
WARNING: After duplicates are resolved, run "pvscan --cache" to enable lvmetad.
WARNING: PV 7rtS2N-3t71-CyO6-SqnI-24Um-LfOh-VRlfSW on /dev/sdc was already found on /dev/sdb.
WARNING: PV 7rtS2N-3t71-CyO6-SqnI-24Um-LfOh-VRlfSW prefers device /dev/sdb because device was seen first.
WARNING: Not using lvmetad because duplicate PVs were found.
WARNING: Use multipath or vgimportclone to resolve duplicate PVs?
WARNING: After duplicates are resolved, run "pvscan --cache" to enable lvmetad.
WARNING: PV 7rtS2N-3t71-CyO6-SqnI-24Um-LfOh-VRlfSW on /dev/sdc was already found on /dev/sdb.
WARNING: PV 7rtS2N-3t71-CyO6-SqnI-24Um-LfOh-VRlfSW prefers device /dev/sdb because device was seen first.
local dir 1 98559220 19951020 73558652 21.84%
local-lvm lvmthin 1 342761472 0 342761472 0.50%
netstore lvm 1 4718587904 0 4718587904 0.50%
scsimount1 iscsi 1 0 0 0 100.00%
</snip>
No amount of mucking about seems to solve this - every time I add the iscsi volume, this ends up being the result. Using a synology, very recent firmware. Only thing I can think of to attempt next is multipath, but it is disabled on all nodes.
The error appeared on 2/3 nodes. It did not appear on the system that I'm connecting to the GUI on. Once I restarted the system without the problem, it is now happening on all nodes.
iscsiadm -m session
tcp: [1] 1.1.1.200:3260,1 internaname.d5f838b405 (non-flash)
tcp: [2] 1.1.1.201:3260,1 internalname.d5f838b405 (non-flash)
I don't need multiple targets, what's the best way to disable as I suspect this will solve the problem. I'm running proxmox-ve: 5.0-15 (running kernel: 4.10.15-1-pve)
Thanks in advance