broken online migration in Proxmox VE 2.2 ?

diego191

New Member
Sep 26, 2010
7
0
1
I'm trying to migrate VM between two nodes with dual primary DRBD storage and it's failing:

Code:
Oct 25 17:12:04 starting migration of VM 702 to node 'jupiter' (192.168.40.16)
Oct 25 17:12:04 copying disk images
Oct 25 17:12:04 starting VM 702 on remote node 'jupiter'
Oct  25 17:12:05 ERROR: online migrate failure - command '/usr/bin/ssh -c  blowfish -o 'BatchMode=yes' root@192.168.40.16 qm start 702 --stateuri  tcp --skiplock --migratedfrom mars' failed: exit code 2
Oct 25 17:12:05 aborting phase 2 - cleanup resources
Oct  25 17:12:05 ERROR: command '/usr/bin/ssh -c blowfish -o 'BatchMode=yes'  root@192.168.40.16 qm stop 702 --skiplock --migratedfrom mars' failed:  exit code 2
Oct 25 17:12:05 ERROR: migration finished with problems (duration 00:00:01)
TASK ERROR: migration problems

When I run manually command qm start 702 --stateuri tcp --skiplock --migratedfrom mars on the any node it says:
Code:
root@jupiter:~# qm start 702 --stateuri tcp --skiplock --migratedfrom mars
Unknown option: migratedfrom
400 unable to parse option
qm start <vmid> [OPTIONS]

Do you know where could be a problem?