Good evening,
I'm trying to migrate a vm between 2 nodes.
I removed all backups and snapshot of the vm from the system.
The vm is 60G in size. When i do the migration i get the following error
I do have to note my second node "virtual" runs from a usb stick with a size of 32G.
But for storage i set up a ssd size 230G
How can i get my vm to the "virtual" node.
I tried to set the first node storage to shared, and it will migrate the container. But i need to move everything.
I want to take the first node out of service.
I test with a vm with 32G container and i move to the ssd without any problems.
So i don't think my usb install is the issue...i hope it is.
Anyway i hope some one can help me to move this AD server.
thanks in advance.....
I'm trying to migrate a vm between 2 nodes.
I removed all backups and snapshot of the vm from the system.
The vm is 60G in size. When i do the migration i get the following error
Code:
2018-09-06 21:53:40 starting migration of VM 103 to node 'virtual' (10.10.10.5)
2018-09-06 21:53:40 found local disk 'storage:103/vm-103-disk-1.qcow2' (in current VM config)
2018-09-06 21:53:40 copying disk images
Formatting '/mnt/storage/images/103/vm-103-disk-1.qcow2', fmt=qcow2 size=64424509440 cluster_size=65536 preallocation=metadata lazy_refcounts=off refcount_bits=16
dd: error writing '/mnt/storage/images/103/vm-103-disk-1.qcow2': No space left on device
159+69054 records in
159+69053 records out
2231918592 bytes (2.2 GB, 2.1 GiB) copied, 311.235 s, 7.2 MB/s
command 'dd 'of=/mnt/storage/images/103/vm-103-disk-1.qcow2' 'conv=sparse' 'bs=64k'' failed: exit code 1
command 'dd 'if=/mnt/storage/images/103/vm-103-disk-1.qcow2' 'bs=4k'' failed: got signal 13
send/receive failed, cleaning up snapshot(s)..
2018-09-06 21:58:56 ERROR: Failed to sync data - command 'set -o pipefail && pvesm export storage:103/vm-103-disk-1.qcow2 qcow2+size - -with-snapshots 1 | /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=virtual' root@10.10.10.5 -- pvesm import storage:103/vm-103-disk-1.qcow2 qcow2+size - -with-snapshots 1' failed: exit code 1
2018-09-06 21:58:56 aborting phase 1 - cleanup resources
2018-09-06 21:58:56 ERROR: found stale volume copy 'storage:103/vm-103-disk-1.qcow2' on node 'virtual'
2018-09-06 21:58:56 ERROR: migration aborted (duration 00:05:17): Failed to sync data - command 'set -o pipefail && pvesm export storage:103/vm-103-disk-1.qcow2 qcow2+size - -with-snapshots 1 | /usr/bin/ssh -e none -o 'BatchMode=yes' -o 'HostKeyAlias=virtual' root@10.10.10.5 -- pvesm import storage:103/vm-103-disk-1.qcow2 qcow2+size - -with-snapshots 1' failed: exit code 1
TASK ERROR: migration aborted
I do have to note my second node "virtual" runs from a usb stick with a size of 32G.
But for storage i set up a ssd size 230G
How can i get my vm to the "virtual" node.
I tried to set the first node storage to shared, and it will migrate the container. But i need to move everything.
I want to take the first node out of service.
I test with a vm with 32G container and i move to the ssd without any problems.
So i don't think my usb install is the issue...i hope it is.
Anyway i hope some one can help me to move this AD server.
thanks in advance.....