I changed the VM ID and now the 2 VM's OS Console shows error:
Volume group "VolGroup00" not found
The other VM is trying to run a new install.
I followed this process to rename the VM IDs. Funnily enough, there were no files in /var/lib/vz/images.
Stop VM > Yes > SSH into Proxmox < $ cd /var/lib/vz/images > $ mv xyz abc > $ cd abc > $ mv vm-xyz-disk-1.qcow2 vm-abc-disk-1.qcow2 (or .raw) > $ cd /etc/pve/nodes/proxmox/qemu-server > $ mv xyz.conf abc.conf > $ vim abc.conf > change line local:xyz/vm-xyz-disk-1.raw,format=raw,size=30G to local:abc/vm-abc-disk-1.raw,format=raw,size=30G > Save > view Proxmox with new VMID.
Volume group "VolGroup00" not found
The other VM is trying to run a new install.
I followed this process to rename the VM IDs. Funnily enough, there were no files in /var/lib/vz/images.
Stop VM > Yes > SSH into Proxmox < $ cd /var/lib/vz/images > $ mv xyz abc > $ cd abc > $ mv vm-xyz-disk-1.qcow2 vm-abc-disk-1.qcow2 (or .raw) > $ cd /etc/pve/nodes/proxmox/qemu-server > $ mv xyz.conf abc.conf > $ vim abc.conf > change line local:xyz/vm-xyz-disk-1.raw,format=raw,size=30G to local:abc/vm-abc-disk-1.raw,format=raw,size=30G > Save > view Proxmox with new VMID.