Hi, > Andrew Ivan and Nikita thank you for taking your time to track down my > problem.
I'm glad we spot the problem and Lars' solution worked for you too. > I've got one more question about stand-by mode. When one of cluster nodes is > in stand-by, crm_verlify -LV returns warnings about resources stopped on > this > node(no errors, or failed actions): > > WARN: native_color: Resource ipmistonith1 cannot run anywhere > WARN: native_color: Resource Xenconfig_clone:0 cannot run anywhere > WARN: native_color: Resource Xendata_clone:0 cannot run anywhere > Warnings found during check: config may not be valid That's perfectly normal, I guess those are clone resources. HA is doing it's job, trying to run all your resources but if you put a node into standby you instruct the cluster not doing so. Of course it cannot run anywhere, you probably set where to run those but in standby you don't run them. :) This is just warning not error and normal. They will disappear as soon as you put the node back to active status. Regards, Ivan _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
