On 11/1/07, HIDEO YAMAUCHI <[EMAIL PROTECTED]> wrote: > Hi, > > I used the development edition(Heartbeat-Dev-0f41ec29aef5.tar.gz) and > confirmed fail over. > > When I tried the following cases, clone did not stop. > In addition, the fail over was not generated, too. > > 1)I start IPaddr resource and clone in two nodes > > Node: rh44-1 (1b983d2a-c2eb-4dbd-a07b-061974558ace): online > Node: rh44-2 (fe50e16b-3592-4d85-9aec-5e32b08b2afd): online > > Resource Group: test > resource_3 (heartbeat::ocf:IPaddr): Started rh44-1 > Clone Set: clone1 > resource_dummy:0 (heartbeat::ocf:Dummy): Started rh44-2 > resource_dummy:1 (heartbeat::ocf:Dummy): Started rh44-1 > > 2)It causes a monitor error in an IPaddr resource > > 3)IPaddr stopped, but does not do fail over.
The cause of your problem is that you have specified a configuration that makes no sense (as the PE tries to tell you). pengine[22122]: 2007/11/01_13:07:22 ERROR: unpack_operation: Specifying on_fail=fence and stonith-enabled=false makes no sense If you change your value of on_fail to something sensible and you'll find the resource would have been moved. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
