The Latest Gartner® Magic Quadrant™Hyperconverged Infrastructure Software
/etc/pve/storage.cfg defines:/dev/sdc is the disk behind iSCSI target ...-proxmox181-ds (10.0.0.250, logged in, sdc, confirmed in iscsi-sessions.txt/dmesg.txt).lvm: Prox181LVM
vgname VolumeGRP181
base Prox181DS:0.0.0.scsi-36090a0c8c0d826d39aa1164df206c04c
That scsi-36090a0c... WWN resolves (ls -la /dev/disk/by-id/) to /dev/sdc.
But disks/disk-sdc.txt shows /dev/sdc has a GPT table with EFI System / MSR / Basic Data / Windows-RE partitions — i.e. it's a Windows VM's disk, not an LVM2 physical volume . Compare with sdd (backs Prox184LVM/VolumeGRP184) and sde (backs the StarLVM shared storage), which both show clean LVM PV/VG structures.
So every Volume group "VolumeGRP181" not found error seen across qmcreate/qmmove tasks for VMs 104, 105, 114, 119, 123, etc. (from 2026-07-02 through 2026-07-16, i.e. both before and after the plugin bump) is expected: Prox181LVM is pointed at a LUN that was never pvcreate/vgcreate'd as VolumeGRP181 — it's presenting an already-provisioned Windows disk instead. This is a SAN-side/target-mapping issue (wrong volume exposed under the proxmox181-ds target, or the intended VolumeGRP181 volume was never initialized), not something the plugin upgrade would fix.
Separately, there's an unrelated real I/O error during two qmclone operations against VolumeGRP184 (qemu-img: error while writing... Input/output error on /dev/VolumeGRP184/vm-114-disk-1) — worth flagging to the user but it's a different LUN/target (proxmox184-ds) than the one causing the recurring VG error.