TASK ERROR: Migration Aborted

Hi Team,

I am new in Proxmox, could you help me? I have problems with the migration of the virtual machines

Error:
Code:
cannot receive new filesystem stream: destination 'rpool/data/vm-101-disk-2' exists
must specify -F to overwrite it
warning: cannot send 'rpool/data/vm-101-disk-2@Virgin': Broken pipe
TIME SENT SNAPSHOT
warning: cannot send 'rpool/data/vm-101-disk-2@reboot': Broken pipe
TIME SENT SNAPSHOT
warning: cannot send 'rpool/data/vm-101-disk-2@BioStar02': Broken pipe
TIME SENT SNAPSHOT
warning: cannot send 'rpool/data/vm-101-disk-2@snapshotacc01': Broken pipe
TIME SENT SNAPSHOT
warning: cannot send 'rpool/data/vm-101-disk-2@__migration__': Broken pipe
zfs send/receive failed, cleaning up snapshot(s)..

'########::'##::::'##:'########::::::::::::'#####::::'#######::
##.... ##: ##:::: ##: ##.....::::::::::::'##.. ##::'##.... ##:
##:::: ##: ##:::: ##: ##::::::::::::::::'##:::: ##:..::::: ##:
########:: ##:::: ##: ######:::'#######: ##:::: ##::'#######::
##.....:::. ##:: ##:: ##...::::........: ##:::: ##::...... ##:
##:::::::::. ## ##::: ##::::::::::::::::. ##:: ##::'##:::: ##:
##::::::::::. ###:::: ########:::::::::::. #####:::. #######::
..::::::::::::...:::::........:::::::::::::.....:::::.......:::

could not find any snapshots to destroy; check snapshot names.

could not remove target snapshot: command 'ssh root@10.15.0.22 zfs destroy rpool/data/vm-101-disk-2@__migration__' failed: exit code 1

Oct 04 10:18:19 ERROR: Failed to sync data - command 'set -o pipefail && zfs send -Rpv rpool/data/vm-101-disk-2@__migration__ |
ssh root@10.15.0.22 zfs recv rpool/data/vm-101-disk-2' failed: exit code 1

Oct 04 10:18:19 aborting phase 1 - cleanup resources

Oct 04 10:18:19 ERROR: found stale volume copy 'local-zfs:vm-101-disk-2' on node 'pve-03'

Oct 04 10:18:19 ERROR: migration aborted (duration 00:00:01): Failed to sync data - command 'set -o pipefail && zfs send -Rpv rpool/data/vm-101-disk-2@__migration__ |
 ssh root@10.15.0.22 zfs recv rpool/data/vm-101-disk-2' failed: exit code 1

TASK ERROR: migration aborted

Best regards
 
The first line tells you the problem, a disk with the same name already exists on your target node. You can delete it with
Code:
zfs destroy -r rpool/data/vm-101/disk-2
But first make sure it's no longer needed.
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!