LVM not replicating to other host in 1 Cluster

daus2936

New Member
Jul 15, 2025
6
0
1
Hello,

I need help about my ISCSI LVM not replicating to other hosts, i mean the Volume Group is not created automatically on other host, its only created on 1 host.

this is node1, the ISCSI LVM is "proxmox-LUN-123" :
1754301103327.png

This is node2, it doesnt have "proxmox-LUN-123" on node2:
1754301182173.png

i run command pvesm on node1 :

1754301277459.png

i run command pvesm on node2, the status is inactive :
1754301317119.png

this is pvscan and vgscan node1 :
1754301454411.png

but when i run pvscan, vgscan on node2, it detected the PV and VG
1754301421374.png

this is my storage cluster configuration :
1754301530878.png

i dont understand why my LVM is not created on another host, anyone ever experienced this kind of problem? please help me about this. Thank you
 
Solved,

I trigger it by using command :
Code:
pvcreate /dev/sdd

now the iscsi LVM is on active state

Thank you
 
i dont understand why my LVM is not created on another host, anyone ever experienced this kind of problem?
This is by design. You create the physical volume (pvcreate) as well as the volume group (vgcreate) on one host and just activate it on the other hosts, e.g. via pvscan. You then create a new storage in PVE as "lvm" and check "shared" and you're good to go.