Hi, I haven several heavily loaded Xen resources in a 2 node V2 cluster, they all depend on the same evms resource.
I would like to implement some kind of delaying to save the hard time from the dom0 host starting them up at the same time. There's a start_delay and stop_delay parameters. I assume that because they all depend on the same resource (evms) the counter would start for all at the same time so it should be like this: vm1 start_delay=0 vm2 start_delay=20 vm3 start_delay=30 vm4 start_delay=40 vm1 stop_delay=40 vm2 stop_delay=30 vm3 stop_delay=10 vm4 stop_delay=0 And also I assume that HA adds these delay values to timeout values. What I mean is that if my vm4 has 60sec stop timeout and have 40 stop delay it will not consider the resource failed after 20 seconds right? Is that correct? Would these delays be considered by HA when it comes to migration? TA, Ivan _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
