Hello, I'm having the strangest problem during migration of a 4 node cluster of PVE 5.4 to PVE 6.
I followed the instructions from the wiki and updated Corosync to version 3 successfully. I was able to migrate servers from one node to others, and update it to PVE 6 just fine. Now, I am attempting to migrate some of those nodes back to the new instance (or any other instance), and they fail to migrate. I was able to rerun the kvm command on the target node to see what the issue was, and it shows me this:
I check, and sure enough, that file doesn't exist there, it still exists in 'nodes/pve2/qemu-server`. I tried to manually copy the config file over as a test, and I get this...
This confuses me greatly. I cannot see the file via ls, cat, vim, lsof, or any other method available to me.
Is there something I'm missing now? The cluster still works correctly, I can create new VMs and CTs just fine, etc. I was hoping to finish migrating the hosts to PVE 6 soon, but I really didn't want to have to stop the VMs and leave them on the host while upgrading...
I followed the instructions from the wiki and updated Corosync to version 3 successfully. I was able to migrate servers from one node to others, and update it to PVE 6 just fine. Now, I am attempting to migrate some of those nodes back to the new instance (or any other instance), and they fail to migrate. I was able to rerun the kvm command on the target node to see what the issue was, and it shows me this:
Code:
Configuration file 'nodes/pve1/qemu-server/153.conf' does not exist
I check, and sure enough, that file doesn't exist there, it still exists in 'nodes/pve2/qemu-server`. I tried to manually copy the config file over as a test, and I get this...
Code:
root@pve1:~# cp /etc/pve/nodes/pve2/qemu-server/153.conf /etc/pve/nodes/pve1/qemu-server/
cp: cannot create regular file '/etc/pve/nodes/pve1/qemu-server/153.conf': File exists
This confuses me greatly. I cannot see the file via ls, cat, vim, lsof, or any other method available to me.
Is there something I'm missing now? The cluster still works correctly, I can create new VMs and CTs just fine, etc. I was hoping to finish migrating the hosts to PVE 6 soon, but I really didn't want to have to stop the VMs and leave them on the host while upgrading...
Last edited: