<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#0050d0">
<br>
<blockquote cite="mid:20110112172034.GA4307@squib" type="cite">
  <blockquote type="cite">
    <pre wrap="">Oh, and its not waiting for the resource to stop on the other node  
before it starts it up either.
Here's the lrmd log for resource vip_55.63 from the 'ha02' node (the  
node I put into standby)
Jan 12 16:10:24 ha02 lrmd: [5180]: info: rsc:vip_55.63:1444: stop
Jan 12 16:10:24 ha02 lrmd: [5180]: info: Managed vip_55.63:stop process  
19063 exited with return code 0.


And here's the lrmd log for the same resource on 'ha01'
Jan 12 16:10:50 ha01 lrmd: [4707]: info: rsc:vip_55.63:1390: start
Jan 12 16:10:50 ha01 lrmd: [4707]: info: Managed vip_55.63:start process  
8826 exited with return code 0.


Notice that it stopped it a full 36 seconds before it tried to start it  
on the other node. The times on both boxes are in sync, so its not that  
either.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Is this the case when you wanted to fail-over a single resource
or was it part of the node standby process?

Thanks,

Dejan
  </pre>
</blockquote>
In that case I put the node in standby.<br>
<br>
<br>
While digging around a bit more, I noticed this:<br>
Jan 12 17:24:56 ha01 crmd: [4710]: info: te_rsc_command: Initiating
action 966: stop vip_55.236_stop_0 on ha01 (local)<br>
Jan 12 17:24:56 ha01 crmd: [4710]: info: do_lrm_rsc_op: Performing
key=966:14345:0:0e860f83-8611-4873-829f-2a0c6fcf6667
op=vip_55.236_stop_0 )<br>
Jan 12 17:24:56 ha01 lrmd: [4707]: info: rsc:vip_55.236:1714: stop<br>
Jan 12 17:24:56 ha01 lrmd: [4707]: info: Managed vip_55.236:stop
process 11414 exited with return code 0.<br>
Jan 12 17:24:56 ha01 crmd: [4710]: info: process_lrm_event: LRM
operation vip_55.236_stop_0 (call=1714, rc=0, cib-update=19621,
confirmed=true) ok<br>
Jan 12 17:25:04 ha01 crmd: [4710]: info: match_graph_event: Action
vip_55.236_stop_0 (966) confirmed on ha01 (rc=0)<br>
Jan 12 17:25:04 ha01 crmd: [4710]: info: te_rsc_command: Initiating
action 967: start vip_55.236_start_0 on ha02<br>
Jan 12 17:25:28 ha01 crmd: [4710]: info: match_graph_event: Action
vip_55.236_start_0 (967) confirmed on ha02 (rc=0)<br>
<br>
Notice the huge delays before the match_graph_event on both stop and
start. So it seems everything is waiting on match_graph_event. What is
this?<br>
<br>
</body>
</html>