vzmigrate fails with error 80

Problem:
When doing a migration with Virtuozzo Software at the end it wants to start the container on the destination node but might fail with errorcode=80.



[root@vz098 ]# vzmigrate --keep-dst -r no --ssh="-p 2233" vz099.server.invalid 132132
root@vz099.server.invalid's password:
Connection to destination HN (vz099.server.invalid) is successfully established
Moving/copying VE#132132 -> VE#132132, [], [] ...
Start of CT 132132 migration (private /vz/private/132132, root /vz/root/132132)
tracker pid 12801
Syncing private area '/vz/private/132132'
- 100% |*******************************************************************************************|
done
Stopping VE#132132 ...
done
Fast syncing private area '/vz/private/132132'
\ 100% |********************************************************************************************|
done
OfflineManagement CT#132132 ...
done
Starting CT#132132 ...
vzctl : Container start failed
vzctl failed, exitcode=80
Can't move/copy VE#132132 -> VE#132132, [], [] : vzctl failed, exitcode=80
Starting VE#132132 ...
done

The manual page only says:

error code 80:
Can not set up traffic shaping


Solution:

In the config file (/etc/vz/conf/132132.conf) there is traffic shapping configured for a different amiount of available interfaces. E.g. vz098 has eth0 and eth1 whereas vz099 only has eth0.
So you might want to change

RATE="eth0:1:10240 eth1:1:102400"

to

RATE="eth0:1:10240"