[PVE-User] HA migration behaviour vs. failures

Dietmar Maurer dietmar at proxmox.com
Mon Jul 28 06:13:25 CEST 2014


> I don't, that's why i added a status check in the code (see my first post.)
> 
> +    check_running($status);
> +    exit(OCF_ERR_MIGRATE) if $status->{running};
> 
> Inspired from RedHat script (line 1043:/usr/share/cluster/vm.sh)
> 
> Why would you assume the opposite ?

Because there is definitely something wrong. check_running() only tests
if the kvm process is still alive, but cannot test if everything is OK with
the VM.

Why exactly does migration fail with your VM?




More information about the pve-user mailing list