I am attempting to replace one of our hypervisors. It is not part of the cluster, though the new one will be. I was able to get all but one of the VMs that was running on it transferred to the other hypervisors via the backup, transfer, and restore method. But one of them is being problematic.
The problem is occuring during the restore with the following:
This happens no matter what I try during the backup, snapshot, stop, web, or console, or the transfer, backup and restore directly from NFS or copy the dump via SCP. The storage I am restoring to has plenty of free space to support the VM. This also happens no matter which hypervisor I try to restore to, there are three others.
I am now left with two choices, at least that I can see.
First stop the VM than copy the drive images and configs to the new hypervisor. With any luck it will start right back up.
The second, and longest, is to recreate the VM from scratch on another hypervisor. While the VM's OS does need to be upgraded this isn't the time to do so.
Everything I have found via Google and other searches use vzdump or the web interface to backup and then move the VM. I have yet to find a how to, forum thread, or article on doing it without backing up being the first step.
So has anyone done a transfer without backing up and can help me out?
The problem is occuring during the restore with the following:
Code:
** (process:27485): ERROR **: restore failed - got wrong block address - write bejond end
/bin/bash: line 1: 27484 Broken pipe lzop -d -c /mnt/backup/dump/vzdump-qemu-252-2018_05_24-00_00_02.vma.lzo
27485 Trace/breakpoint trap | vma extract -v -r /var/tmp/vzdumptmp27482.fifo - /var/tmp/vzdumptmp27482
I am now left with two choices, at least that I can see.
First stop the VM than copy the drive images and configs to the new hypervisor. With any luck it will start right back up.
The second, and longest, is to recreate the VM from scratch on another hypervisor. While the VM's OS does need to be upgraded this isn't the time to do so.
Everything I have found via Google and other searches use vzdump or the web interface to backup and then move the VM. I have yet to find a how to, forum thread, or article on doing it without backing up being the first step.
So has anyone done a transfer without backing up and can help me out?