> 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?

_______________________________________________
pve-user mailing list
[email protected]
http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-user

Reply via email to