maybe you have problem with clvm<br><br> can you show me your vm configuration?<br><br><div class="gmail_quote">Il giorno 19 aprile 2012 08:29, Frank Meier <span dir="ltr">&lt;<a href="mailto:frank.meier@hr-group.de">frank.meier@hr-group.de</a>&gt;</span> ha scritto:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I&#39;ve installed a 2-Node Xen-Cluster with SLES 11 SP1.<br>
<br>
After an upgrade to SLES11 SP2 the cluster won&#39;t work as the old one.<br>
<br>
After some time, all LVs reorganize and so the VM where restarted.<br>
<br>
Any clue?<br>
<br>
CIB:<br>
<br>
node xencluster1 \<br>
        attributes standby=&quot;off&quot;<br>
node xencluster2 \<br>
        attributes standby=&quot;off&quot;<br>
primitive STONITH--Node1 stonith:meatware \<br>
        meta is-managed=&quot;true&quot; target-role=&quot;Started&quot; \<br>
        operations $id=&quot;STONITH--Node1-operations&quot; \<br>
        op monitor interval=&quot;15&quot; timeout=&quot;15&quot; start-delay=&quot;15&quot; \<br>
        params hostlist=&quot;xencluster1&quot;<br>
primitive STONITH-Node2 stonith:meatware \<br>
        meta target-role=&quot;started&quot; is-managed=&quot;true&quot; \<br>
        operations $id=&quot;STONITH-Node2-operations&quot; \<br>
        op monitor interval=&quot;15&quot; timeout=&quot;15&quot; start-delay=&quot;15&quot; \<br>
        params hostlist=&quot;xencluster2&quot;<br>
primitive clvm ocf:lvm2:clvmd \<br>
        operations $id=&quot;clvm-operations&quot; \<br>
        op monitor interval=&quot;10&quot; timeout=&quot;20&quot; \<br>
        op start interval=&quot;0&quot; timeout=&quot;90&quot; \<br>
        op stop interval=&quot;0&quot; timeout=&quot;100&quot; \<br>
        params daemon_timeout=&quot;30&quot;<br>
primitive clvm-xenvg ocf:heartbeat:LVM \<br>
        operations $id=&quot;clvm-xenvg-operations&quot; \<br>
        op monitor interval=&quot;10&quot; timeout=&quot;30&quot; \<br>
        params volgrpname=&quot;XenVG&quot;<br>
primitive cmirror ocf:lvm2:cmirrord \<br>
        operations $id=&quot;cmirror-operations&quot; \<br>
        op monitor interval=&quot;10&quot; timeout=&quot;20&quot; \<br>
        op start interval=&quot;0&quot; timeout=&quot;90&quot; \<br>
        op stop interval=&quot;0&quot; timeout=&quot;100&quot; \<br>
        params daemon_timeout=&quot;30&quot;<br>
primitive dlm ocf:pacemaker:controld \<br>
        operations $id=&quot;dlm-operations&quot; \<br>
        op monitor interval=&quot;10&quot; timeout=&quot;20&quot; start-delay=&quot;0&quot; \<br>
        op start interval=&quot;0&quot; timeout=&quot;90&quot; \<br>
        op stop interval=&quot;0&quot; timeout=&quot;100&quot;<br>
primitive fs-config-xen ocf:heartbeat:Filesystem \<br>
        meta is-managed=&quot;true&quot; target-role=&quot;Started&quot; \<br>
        operations $id=&quot;fs-config-xen-operations&quot; \<br>
        op monitor interval=&quot;20&quot; timeout=&quot;40&quot; \<br>
        params device=&quot;/dev/mapper/XenVG-xenconfig&quot; directory=&quot;/etc/xen/vm&quot;<br>
fstype=&quot;ocfs2&quot;<br>
primitive o2cb ocf:ocfs2:o2cb \<br>
        operations $id=&quot;o2cb-operations&quot; \<br>
        op monitor interval=&quot;10&quot; timeout=&quot;20&quot; \<br>
        op start interval=&quot;0&quot; timeout=&quot;90&quot; \<br>
        op stop interval=&quot;0&quot; timeout=&quot;100&quot;<br>
primitive vm-cim ocf:heartbeat:Xen \<br>
        meta target-role=&quot;Started&quot; is-managed=&quot;true&quot; allow-migrate=&quot;true&quot; \<br>
        operations $id=&quot;vm-cim-operations&quot; \<br>
        op monitor interval=&quot;10&quot; timeout=&quot;30&quot; \<br>
        op start interval=&quot;0&quot; timeout=&quot;60&quot; \<br>
        op stop interval=&quot;0&quot; timeout=&quot;60&quot; \<br>
        op migrate_to interval=&quot;0&quot; timeout=&quot;360&quot; \<br>
        params xmfile=&quot;/etc/xen/vm/cim&quot;<br>
primitive vm-deprepo ocf:heartbeat:Xen \<br>
        meta target-role=&quot;started&quot; is-managed=&quot;true&quot; allow-migrate=&quot;true&quot; \<br>
        operations $id=&quot;vm-deprepo-operations&quot; \<br>
        op monitor interval=&quot;10&quot; timeout=&quot;30&quot; \<br>
        op start interval=&quot;0&quot; timeout=&quot;60&quot; \<br>
        op stop interval=&quot;0&quot; timeout=&quot;60&quot; \<br>
        op migrate_to interval=&quot;0&quot; timeout=&quot;360&quot; \<br>
        params xmfile=&quot;/etc/xen/vm/debrepo&quot;<br>
<br>
<br>
group clvm-glue dlm clvm o2cb cmirror \<br>
        meta target-role=&quot;Started&quot;<br>
group xen-vg-fs clvm-xenvg fs-config-xen<br>
clone c-clvm-glue clvm-glue \<br>
        meta interleave=&quot;true&quot; ordered=&quot;true&quot; target-role=&quot;Started&quot;<br>
clone c-xen-vg-fs xen-vg-fs \<br>
        meta interleave=&quot;true&quot; ordered=&quot;true&quot; is-managed=&quot;true&quot;<br>
target-role=&quot;Started&quot;<br>
location STONITHnode1Constraint STONITH--Node1 -inf: xencluster1<br>
colocation colo-clvmglue-xenvgsfs inf: c-xen-vg-fs c-clvm-glue<br>
order o-cim inf: c-xen-vg-fs vm-cim<br>
order o-clvmglue-xenvgfs inf: c-clvm-glue c-xen-vg-fs<br>
order o-deprepo inf: c-xen-vg-fs vm-deprepo<br>
order o-ilmt inf: c-xen-vg-fs vm-ilmt<br>
order o-intranet inf: c-xen-vg-fs vm-intranet<br>
order o-nagois inf: c-xen-vg-fs vm-nagios<br>
order o-oneiroi inf: c-xen-vg-fs vm-oneiroi<br>
order o-otbridge inf: c-xen-vg-fs vm-otbridge<br>
order o-soa inf: c-xen-vg-fs vm-soa<br>
order o-topdesk-entw inf: c-xen-vg-fs vm-topdesk-entw<br>
order o-traumschiff inf: c-xen-vg-fs vm-traumschiff<br>
order o-virenscanner inf: c-xen-vg-fs vm-virenscanner<br>
property $id=&quot;cib-bootstrap-options&quot; \<br>
        dc-version=&quot;1.1.6-b988976485d15cb702c9307df55512d323831a5e&quot; \<br>
        no-quorum-policy=&quot;ignore&quot; \<br>
        default-resource-stickiness=&quot;100000&quot; \<br>
        last-lrm-refresh=&quot;1334518148&quot; \<br>
        cluster-infrastructure=&quot;openais&quot; \<br>
        expected-quorum-votes=&quot;2&quot; \<br>
        default-action-timeout=&quot;120s&quot; \<br>
        maintenance-mode=&quot;true&quot;<br>
op_defaults $id=&quot;op_defaults-options&quot; \<br>
        record-pending=&quot;false&quot;<br>
<br>
Node 1Logs:<br>
<br>
Apr 15 22:01:10 xencluster1 clvmd[8763]: Sending message to all cluster<br>
nodes<br>
Apr 15 22:01:10 xencluster1 clvmd[8763]: process_work_item: local<br>
Apr 15 22:01:10 xencluster1 clvmd[8763]: process_local_command: unknown<br>
(0x2d) msg=0x7f5c40010e80, msglen =32, client=0x7f5c400578d0<br>
Apr 15 22:01:10 xencluster1 clvmd[8763]: Syncing device names<br>
Apr 15 22:01:10 xencluster1 clvmd[8763]: Reply from node 4914420a: 0 bytes<br>
Apr 15 22:01:10 xencluster1 clvmd[8763]: Got 1 replies, expecting: 2<br>
Apr 15 22:01:10 xencluster1 clvmd[8763]: LVM thread waiting for work<br>
Apr 15 22:01:10 xencluster1 clvmd[8763]: 1226064394 got message from<br>
nodeid 1226064394 for 0. len 32<br>
Apr 15 22:01:40 xencluster1 lrmd: [8093]: WARN: clvm-xenvg:0:monitor<br>
process (PID 31785) timed out (try 1).  Killing with signal SIGTERM (15).<br>
Apr 15 22:01:40 xencluster1 lrmd: [8093]: WARN: operation monitor[92] on<br>
clvm-xenvg:0 for client 8096: pid 31785 timed out<br>
Apr 15 22:01:40 xencluster1 crmd: [8096]: ERROR: process_lrm_event: LRM<br>
operation clvm-xenvg:0_monitor_10000 (92) Timed Out (timeout=30000ms)<br>
Apr 15 22:01:42 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ac<br>
Apr 15 22:01:42 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ab<br>
Apr 15 22:01:42 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ac<br>
Apr 15 22:01:42 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ab<br>
<br>
<br>
pr 15 22:01:50 xencluster1 clvmd[8763]: Send local reply<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: Read on local socket 14, len = 32<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: check_all_clvmds_running<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: down_callback. node 1226064394,<br>
state = 3<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: down_callback. node 1309950474,<br>
state = 3<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: Got pre command condition...<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: Writing status 0 down pipe 16<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: Waiting to do post command -<br>
state = 0<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: read on PIPE 15: 4 bytes: status: 0<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: background routine status was<br>
0, sock_client=0x7f5c40057c10<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: distribute command: XID = 15473<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: num_nodes = 2<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: add_to_lvmqueue:<br>
cmd=0x7f5c4000dbd0. client=0x7f5c40057c10, msg=0x7f5c40057880, len=32,<br>
csid=(nil), xid=15473<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: Sending message to all cluster<br>
nodes<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: process_work_item: local<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: process_local_command: unknown<br>
(0x2d) msg=0x7f5c40010e80, msglen =32, client=0x7f5c40057c10<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: Syncing device names<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: Reply from node 4914420a: 0 bytes<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: Got 1 replies, expecting: 2<br>
Apr 15 22:01:50 xencluster1 clvmd[8763]: LVM thread waiting for work<br>
Apr 15 22:01:50 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ab<br>
Apr 15 22:01:50 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ac<br>
Apr 15 22:01:50 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ab<br>
...<br>
Apr 15 22:02:19 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ac<br>
Apr 15 22:02:20 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ab<br>
Apr 15 22:02:20 xencluster1 lrmd: [8093]: WARN: clvm-xenvg:0:monitor<br>
process (PID 771) timed out (try 1).  Killing with signal SIGTERM (15).<br>
Apr 15 22:02:20 xencluster1 lrmd: [8093]: WARN: operation monitor[92] on<br>
clvm-xenvg:0 for client 8096: pid 771 timed out<br>
Apr 15 22:02:20 xencluster1 crmd: [8096]: ERROR: process_lrm_event: LRM<br>
operation clvm-xenvg:0_monitor_10000 (92) Timed Out (timeout=30000ms)<br>
Apr 15 22:02:20 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ac<br>
Apr 15 22:02:20 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ab<br>
...<br>
Apr 15 22:02:30 xencluster1 clvmd[8763]: Got new connection on fd 17<br>
Apr 15 22:02:30 xencluster1 clvmd[8763]: Read on local socket 17, len = 28<br>
Apr 15 22:02:30 xencluster1 clvmd[8763]: creating pipe, [18, 19]<br>
Apr 15 22:02:30 xencluster1 clvmd[8763]: Creating pre&amp;post thread<br>
Apr 15 22:02:30 xencluster1 clvmd[8763]: Created pre&amp;post thread, state = 0<br>
Apr 15 22:02:30 xencluster1 clvmd[8763]: in sub thread: client =<br>
0x7f5c40058080<br>
Apr 15 22:02:30 xencluster1 clvmd[8763]: Sub thread ready for work.<br>
Apr 15 22:02:30 xencluster1 clvmd[8763]: doing PRE command LOCK_VG<br>
&#39;V_XenVG&#39; at 1 (client=0x7f5c40058080)<br>
Apr 15 22:02:30 xencluster1 clvmd[8763]: lock_resource &#39;V_XenVG&#39;,<br>
flags=0, mode=3<br>
Apr 15 22:02:30 xencluster1 clvmd[8763]: lock_resource returning 0,<br>
lock_id=3a0001<br>
<br>
<br>
<br>
Apr 15 22:02:48 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ab<br>
Apr 15 22:02:48 xencluster1 cib: [8092]: info: cib_stats: Processed 4<br>
operations (2500.00us average, 0% utilization) in the last 10min<br>
Apr 15 22:02:48 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ac<br>
<br>
<br>
<br>
Apr 15 22:03:00 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ac<br>
Apr 15 22:03:00 xencluster1 lrmd: [8093]: WARN: clvm-xenvg:0:monitor<br>
process (PID 2256) timed out (try 1).  Killing with signal SIGTERM (15).<br>
Apr 15 22:03:00 xencluster1 lrmd: [8093]: WARN: operation monitor[92] on<br>
clvm-xenvg:0 for client 8096: pid 2256 timed out<br>
Apr 15 22:03:00 xencluster1 crmd: [8096]: ERROR: process_lrm_event: LRM<br>
operation clvm-xenvg:0_monitor_10000 (92) Timed Out (timeout=30000ms)<br>
Apr 15 22:03:00 xencluster1 corosync[8071]:   [TOTEM ] Retransmit List: 21ab<br>
<br>
<br>
Node2 Log<br>
<br>
Apr 15 22:00:51 xencluster2 clvmd[12666]: Joined child thread<br>
Apr 15 22:00:51 xencluster2 clvmd[12666]: ret == 0, errno = 0. removing<br>
client<br>
Apr 15 22:00:51 xencluster2 clvmd[12666]: add_to_lvmqueue:<br>
cmd=0x7fa3d0028710. client=0x7fa3d0028760, msg=(nil), len=0, csid=(nil),<br>
xid=14778<br>
Apr 15 22:00:51 xencluster2 clvmd[12666]: process_work_item: free fd -1<br>
Apr 15 22:00:51 xencluster2 clvmd[12666]: LVM thread waiting for work<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: crm_timer_popped:<br>
PEngine Recheck Timer (I_PE_CALC) just popped (900000ms)<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: do_state_transition:<br>
State transition S_IDLE -&gt; S_POLICY_ENGINE [ input=I_PE_CALC<br>
cause=C_TIMER_POPPED origin=crm_timer_popped ]<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: do_state_transition:<br>
Progressed to state S_POLICY_ENGINE after C_TIMER_POPPED<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: do_state_transition: All<br>
2 cluster nodes are eligible to run resources.<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: do_pe_invoke: Query 983:<br>
Requesting the current CIB: S_POLICY_ENGINE<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: do_pe_invoke_callback:<br>
Invoking the PE: query=983, ref=pe_calc-dc-1334520052-604, seq=2212,<br>
quorate=1<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: unpack_config: On<br>
loss of CCM Quorum: Ignore<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation clvm:1_last_failure_0 found resource clvm:1 active on xencluster2<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation STONITH-Node2_last_failure_0 found resource STONITH-Node2<br>
active on xencluster2<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation STONITH--Node1_last_failure_0 found resource STONITH--Node1<br>
active on xencluster2<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation cmirror:1_last_failure_0 found resource cmirror:1 active on<br>
xencluster2<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation dlm:1_last_failure_0 found resource dlm:1 active on xencluster2<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation o2cb:1_last_failure_0 found resource o2cb:1 active on xencluster2<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation dlm:0_last_failure_0 found resource dlm:0 active on xencluster1<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation clvm:0_last_failure_0 found resource clvm:0 active on xencluster1<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation o2cb:0_last_failure_0 found resource o2cb:0 active on xencluster1<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation clvm-xenvg:0_last_failure_0 found resource clvm-xenvg:0 active<br>
on xencluster1<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: WARN: unpack_rsc_op:<br>
Processing failed op vm-deprepo_last_failure_0 on xencluster1: unknown<br>
error (1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 STONITH-Node2  (Started xencluster2)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 STONITH--Node1 (Started xencluster2)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 dlm:0  (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 clvm:0 (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 o2cb:0 (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 cmirror:0      (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 dlm:1  (Started xencluster2)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 clvm:1 (Started xencluster2)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 o2cb:1 (Started xencluster2)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 cmirror:1      (Started xencluster2)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 clvm-xenvg:0   (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 fs-config-xen:0        (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 clvm-xenvg:1   (Started xencluster2)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 fs-config-xen:1        (Started xencluster2)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-ilmt        (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-topdesk-entw        (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-otbridge    (Started xencluster2)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-virenscanner        (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-deprepo     (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-traumschiff (Started xencluster2)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-cim (Started xencluster2)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-oneiroi     (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-intranet    (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-soa (Started xencluster1)<br>
Apr 15 22:00:52 xencluster2 pengine: [7677]: notice: process_pe_message:<br>
Transition 80: PEngine Input stored in: /var/lib/pengine/pe-input-271.bz2<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: do_state_transition:<br>
State transition S_POLICY_ENGINE -&gt; S_TRANSITION_ENGINE [<br>
input=I_PE_SUCCESS cause=C_IPC_MESSAGE origin=handle_response ]<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: unpack_graph: Unpacked<br>
transition 80: 0 actions in 0 synapses<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: do_te_invoke: Processing<br>
graph 80 (ref=pe_calc-dc-1334520052-604) derived from<br>
/var/lib/pengine/pe-input-271.bz2<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: run_graph:<br>
====================================================<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: notice: run_graph: Transition<br>
80 (Complete=0, Pending=0, Fired=0, Skipped=0, Incomplete=0,<br>
Source=/var/lib/pengine/pe-input-271.bz2): Complete<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: te_graph_trigger:<br>
Transition 80 is now complete<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: notify_crmd: Transition<br>
80 status: done - &lt;null&gt;<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: do_state_transition:<br>
State transition S_TRANSITION_ENGINE -&gt; S_IDLE [ input=I_TE_SUCCESS<br>
cause=C_FSA_INTERNAL origin=notify_crmd ]<br>
Apr 15 22:00:52 xencluster2 crmd: [7678]: info: do_state_transition:<br>
Starting PEngine Recheck Timer<br>
Apr 15 22:01:00 xencluster2 clvmd[12666]: 1309950474 got message from<br>
nodeid 1226064394 for 0. len 32<br>
Apr 15 22:01:00 xencluster2 clvmd[12666]: add_to_lvmqueue:<br>
cmd=0x7fa3d0028780. client=0x6934a0, msg=0x7fa3d910063c, len=32,<br>
csid=0x7fffb4e5d944, xid=0<br>
Apr 15 22:01:00 xencluster2 clvmd[12666]: process_work_item: remote<br>
Apr 15 22:01:00 xencluster2 clvmd[12666]: process_remote_command unknown<br>
(0x2d) for clientid 0x5000000 XID 15337 on node 4914420a<br>
Apr 15 22:01:00 xencluster2 clvmd[12666]: Syncing device names<br>
Apr 15 22:01:00 xencluster2 clvmd[12666]: LVM thread waiting for work<br>
Apr 15 22:01:00 xencluster2 clvmd[12666]: 1309950474 got message from<br>
nodeid 1309950474 for 1226064394. len 18<br>
Apr 15 22:01:00 xencluster2 clvmd[12666]: 1309950474 got message from<br>
nodeid 1226064394 for 0. len 32<br>
<br>
<br>
<br>
<br>
Apr 15 22:01:02 xencluster2 clvmd[12666]: Joined child thread<br>
Apr 15 22:01:02 xencluster2 clvmd[12666]: ret == 0, errno = 0. removing<br>
client<br>
Apr 15 22:01:02 xencluster2 clvmd[12666]: add_to_lvmqueue:<br>
cmd=0x7fa3d004d7a0. client=0x7fa3d004d7f0, msg=(nil), len=0, csid=(nil),<br>
xid=14848<br>
Apr 15 22:01:02 xencluster2 clvmd[12666]: process_work_item: free fd -1<br>
Apr 15 22:01:02 xencluster2 clvmd[12666]: LVM thread waiting for work<br>
Apr 15 22:01:06 xencluster2 stonith-ng: [8283]: info: stonith_command:<br>
Processed st_execute from lrmd: rc=-1<br>
Apr 15 22:01:06 xencluster2 stonith: parse config info info=xencluster1<br>
Apr 15 22:01:06 xencluster2 stonith: meatware device OK.<br>
Apr 15 22:01:06 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH--Node1: Performing: stonith -t meatware -S<br>
Apr 15 22:01:06 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH--Node1: success:  0<br>
Apr 15 22:01:06 xencluster2 stonith-ng: [8283]: info:<br>
stonith_device_execute: Nothing to do for STONITH--Node1<br>
Apr 15 22:01:06 xencluster2 stonith-ng: [8283]: info: stonith_command:<br>
Processed st_execute from lrmd: rc=-1<br>
Apr 15 22:01:06 xencluster2 stonith: parse config info info=xencluster2<br>
Apr 15 22:01:06 xencluster2 stonith: meatware device OK.<br>
Apr 15 22:01:06 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH-Node2: Performing: stonith -t meatware -S<br>
Apr 15 22:01:06 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH-Node2: success:  0<br>
Apr 15 22:01:06 xencluster2 stonith-ng: [8283]: info:<br>
stonith_device_execute: Nothing to do for STONITH-Node2<br>
Apr 15 22:01:10 xencluster2 clvmd[12666]: 1309950474 got message from<br>
nodeid 1226064394 for 0. len 32<br>
Apr 15 22:01:10 xencluster2 clvmd[12666]: add_to_lvmqueue:<br>
cmd=0x7fa3d004d810. client=0x6934a0, msg=0x7fa3d9100cfc, len=32,<br>
csid=0x7fffb4e5d944, xid=0<br>
Apr 15 22:01:10 xencluster2 clvmd[12666]: process_work_item: remote<br>
Apr 15 22:01:10 xencluster2 clvmd[12666]: process_remote_command unknown<br>
(0x2d) for clientid 0x5000000 XID 15407 on node 4914420a<br>
Apr 15 22:01:10 xencluster2 clvmd[12666]: Syncing device names<br>
Apr 15 22:01:10 xencluster2 clvmd[12666]: LVM thread waiting for work<br>
Apr 15 22:01:10 xencluster2 clvmd[12666]: 1309950474 got message from<br>
nodeid 1309950474 for 1226064394. len 18<br>
Apr 15 22:01:10 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List: 2196<br>
Apr 15 22:01:10 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List: 2196<br>
Apr 15 22:01:10 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List: 2196<br>
....<br>
Apr 15 22:01:11 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List: 2196<br>
Apr 15 22:01:12 xencluster2 clvmd[12666]: Got new connection on fd 5<br>
Apr 15 22:01:12 xencluster2 clvmd[12666]: Read on local socket 5, len = 28<br>
Apr 15 22:01:12 xencluster2 clvmd[12666]: creating pipe, [12, 13]<br>
Apr 15 22:01:12 xencluster2 clvmd[12666]: Creating pre&amp;post thread<br>
Apr 15 22:01:12 xencluster2 clvmd[12666]: Created pre&amp;post thread, state = 0<br>
Apr 15 22:01:12 xencluster2 clvmd[12666]: in sub thread: client =<br>
0x7fa3d004d810<br>
<br>
<br>
<br>
<br>
Apr 15 22:01:12 xencluster2 clvmd[12666]: Syncing device names<br>
Apr 15 22:01:12 xencluster2 clvmd[12666]: Reply from node 4e14420a: 0 bytes<br>
Apr 15 22:01:12 xencluster2 clvmd[12666]: Got 1 replies, expecting: 2<br>
Apr 15 22:01:12 xencluster2 clvmd[12666]: LVM thread waiting for work<br>
Apr 15 22:01:12 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List: 2196<br>
Apr 15 22:01:12 xencluster2 clvmd[12666]: 1309950474 got message from<br>
nodeid 1309950474 for 0. len 32<br>
Apr 15 22:01:12 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List: 2196<br>
Apr 15 22:01:12 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List: 2196<br>
....<br>
Apr 15 22:01:21 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:21 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:21 xencluster2 stonith-ng: [8283]: info: stonith_command:<br>
Processed st_execute from lrmd: rc=-1<br>
Apr 15 22:01:21 xencluster2 stonith: parse config info info=xencluster1<br>
Apr 15 22:01:21 xencluster2 stonith: meatware device OK.<br>
Apr 15 22:01:21 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH--Node1: Performing: stonith -t meatware -S<br>
Apr 15 22:01:21 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH--Node1: success:  0<br>
Apr 15 22:01:21 xencluster2 stonith-ng: [8283]: info:<br>
stonith_device_execute: Nothing to do for STONITH--Node1<br>
Apr 15 22:01:21 xencluster2 stonith-ng: [8283]: info: stonith_command:<br>
Processed st_execute from lrmd: rc=-1<br>
Apr 15 22:01:21 xencluster2 stonith: parse config info info=xencluster2<br>
Apr 15 22:01:21 xencluster2 stonith: meatware device OK.<br>
Apr 15 22:01:21 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH-Node2: Performing: stonith -t meatware -S<br>
Apr 15 22:01:21 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH-Node2: success:  0<br>
Apr 15 22:01:21 xencluster2 stonith-ng: [8283]: info:<br>
stonith_device_execute: Nothing to do for STONITH-Node2<br>
Apr 15 22:01:21 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:22 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:22 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
....<br>
Apr 15 22:01:36 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:36 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:36 xencluster2 stonith-ng: [8283]: info: stonith_command:<br>
Processed st_execute from lrmd: rc=-1<br>
Apr 15 22:01:36 xencluster2 stonith: parse config info info=xencluster1<br>
Apr 15 22:01:36 xencluster2 stonith: meatware device OK.<br>
Apr 15 22:01:36 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH--Node1: Performing: stonith -t meatware -S<br>
Apr 15 22:01:36 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH--Node1: success:  0<br>
Apr 15 22:01:36 xencluster2 stonith-ng: [8283]: info:<br>
stonith_device_execute: Nothing to do for STONITH--Node1<br>
Apr 15 22:01:36 xencluster2 stonith-ng: [8283]: info: stonith_command:<br>
Processed st_execute from lrmd: rc=-1<br>
Apr 15 22:01:36 xencluster2 stonith: parse config info info=xencluster2<br>
Apr 15 22:01:36 xencluster2 stonith: meatware device OK.<br>
Apr 15 22:01:36 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH-Node2: Performing: stonith -t meatware -S<br>
Apr 15 22:01:36 xencluster2 stonith-ng: [8283]: info: log_operation:<br>
STONITH-Node2: success:  0<br>
Apr 15 22:01:36 xencluster2 stonith-ng: [8283]: info:<br>
stonith_device_execute: Nothing to do for STONITH-Node2<br>
Apr 15 22:01:36 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:37 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
....<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: process_graph_event:<br>
Detected action clvm-xenvg:0_monitor_10000 from a different transition:<br>
62 vs. 80<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: abort_transition_graph:<br>
process_graph_event:476 - Triggered transition abort (complete=1,<br>
tag=lrm_rsc_op, id=clvm-xenvg:0_monitor_10000,<br>
magic=2:-2;61:62:0:72497771-fdb2-4ca7-a723-2cc360861bb0, cib=0.5816.4) :<br>
Old event<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: WARN: update_failcount:<br>
Updating failcount for clvm-xenvg:0 on xencluster1 after failed monitor:<br>
rc=-2 (update=value++, time=1334520100)<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: do_state_transition:<br>
State transition S_IDLE -&gt; S_POLICY_ENGINE [ input=I_PE_CALC<br>
cause=C_FSA_INTERNAL origin=abort_transition_graph ]<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: do_state_transition: All<br>
2 cluster nodes are eligible to run resources.<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: do_pe_invoke: Query 984:<br>
Requesting the current CIB: S_POLICY_ENGINE<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d<br>
...<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: do_pe_invoke_callback:<br>
Invoking the PE: query=984, ref=pe_calc-dc-1334520100-605, seq=2212,<br>
quorate=1<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d<br>
...<br>
<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_config: On<br>
loss of CCM Quorum: Ignore<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation clvm:1_last_failure_0 found resource clvm:1 active on xencluster2<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation STONITH-Node2_last_failure_0 found resource STONITH-Node2<br>
active on xencluster2<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation STONITH--Node1_last_failure_0 found resource STONITH--Node1<br>
active on xencluster2<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation cmirror:1_last_failure_0 found resource cmirror:1 active on<br>
xencluster2<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation dlm:1_last_failure_0 found resource dlm:1 active on xencluster2<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation o2cb:1_last_failure_0 found resource o2cb:1 active on xencluster2<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation cmirror:0_last_failure_0 found resource cmirror:0 active on<br>
xencluster1<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation dlm:0_last_failure_0 found resource dlm:0 active on xencluster1<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation clvm:0_last_failure_0 found resource clvm:0 active on xencluster1<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation o2cb:0_last_failure_0 found resource o2cb:0 active on xencluster1<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: unpack_rsc_op:<br>
Operation clvm-xenvg:0_last_failure_0 found resource clvm-xenvg:0 active<br>
on xencluster1<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: WARN: unpack_rsc_op:<br>
Processing failed op clvm-xenvg:0_monitor_10000 on xencluster1: unknown<br>
exec error (-2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: WARN: unpack_rsc_op:<br>
Processing failed op vm-deprepo_last_failure_0 on xencluster1: unknown<br>
error (1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: RecurringOp:  Start<br>
recurring monitor (10s) for clvm-xenvg:0 on xencluster1<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 STONITH-Node2  (Started xencluster2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 STONITH--Node1 (Started xencluster2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 dlm:0  (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 clvm:0 (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 o2cb:0 (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 cmirror:0      (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 dlm:1  (Started xencluster2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 clvm:1 (Started xencluster2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 o2cb:1 (Started xencluster2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 cmirror:1      (Started xencluster2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Recover<br>
clvm-xenvg:0   (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Restart<br>
fs-config-xen:0        (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 clvm-xenvg:1   (Started xencluster2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 fs-config-xen:1        (Started xencluster2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Restart<br>
vm-ilmt        (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Restart<br>
vm-topdesk-entw        (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-otbridge    (Started xencluster2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Restart<br>
vm-virenscanner        (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Restart<br>
vm-deprepo     (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-traumschiff (Started xencluster2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Leave<br>
 vm-cim (Started xencluster2)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Restart<br>
vm-oneiroi     (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Restart<br>
vm-intranet    (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: LogActions: Restart<br>
vm-soa (Started xencluster1)<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: do_state_transition:<br>
State transition S_POLICY_ENGINE -&gt; S_TRANSITION_ENGINE [<br>
input=I_PE_SUCCESS cause=C_IPC_MESSAGE origin=handle_response ]<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: unpack_graph: Unpacked<br>
transition 81: 39 actions in 39 synapses<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: do_te_invoke: Processing<br>
graph 81 (ref=pe_calc-dc-1334520100-605) derived from<br>
/var/lib/pengine/pe-input-272.bz2<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: te_rsc_command:<br>
Initiating action 82: stop vm-ilmt_stop_0 on xencluster1<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: te_rsc_command:<br>
Initiating action 86: stop vm-topdesk-entw_stop_0 on xencluster1<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: te_rsc_command:<br>
Initiating action 90: stop vm-virenscanner_stop_0 on xencluster1<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: te_rsc_command:<br>
Initiating action 92: stop vm-deprepo_stop_0 on xencluster1<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: te_rsc_command:<br>
Initiating action 98: stop vm-oneiroi_stop_0 on xencluster1<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: te_rsc_command:<br>
Initiating action 100: stop vm-intranet_stop_0 on xencluster1<br>
Apr 15 22:01:40 xencluster2 crmd: [7678]: info: te_rsc_command:<br>
Initiating action 102: stop vm-soa_stop_0 on xencluster1<br>
Apr 15 22:01:40 xencluster2 pengine: [7677]: notice: process_pe_message:<br>
Transition 81: PEngine Input stored in: /var/lib/pengine/pe-input-272.bz2<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d 219e 219f 21a0 21a1 21a2 21a3 21a4 21a5<br>
Apr 15 22:01:40 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d 219e 219f 21a0 21a1 21a2 21a3 21a4 21a5<br>
...<br>
Apr 15 22:01:41 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d 219e 219f 21a0 21a1 21a2 21a3 21a4 21a5<br>
Apr 15 22:01:42 xencluster2 lrmd: [7675]: WARN: clvm-xenvg:1:monitor<br>
process (PID 29785) timed out (try 1).  Killing with signal SIGTERM (15).<br>
Apr 15 22:01:42 xencluster2 lrmd: [7675]: WARN: operation monitor[125]<br>
on clvm-xenvg:1 for client 7678: pid 29785 timed out<br>
Apr 15 22:01:42 xencluster2 crmd: [7678]: ERROR: process_lrm_event: LRM<br>
operation clvm-xenvg:1_monitor_10000 (125) Timed Out (timeout=30000ms)<br>
Apr 15 22:01:42 xencluster2 crmd: [7678]: info: process_graph_event:<br>
Detected action clvm-xenvg:1_monitor_10000 from a different transition:<br>
68 vs. 81<br>
Apr 15 22:01:42 xencluster2 crmd: [7678]: info: abort_transition_graph:<br>
process_graph_event:476 - Triggered transition abort (complete=0,<br>
tag=lrm_rsc_op, id=clvm-xenvg:1_monitor_10000,<br>
magic=2:-2;61:68:0:72497771-fdb2-4ca7-a723-2cc360861bb0, cib=0.5816.5) :<br>
Old event<br>
Apr 15 22:01:42 xencluster2 crmd: [7678]: info: update_abort_priority:<br>
Abort priority upgraded from 0 to 1000000<br>
Apr 15 22:01:42 xencluster2 crmd: [7678]: info: update_abort_priority:<br>
Abort action done superceeded by restart<br>
Apr 15 22:01:42 xencluster2 crmd: [7678]: WARN: update_failcount:<br>
Updating failcount for clvm-xenvg:1 on xencluster2 after failed monitor:<br>
rc=-2 (update=value++, time=1334520102)<br>
Apr 15 22:01:42 xencluster2 attrd: [7676]: notice: attrd_trigger_update:<br>
Sending flush op to all hosts for: fail-count-clvm-xenvg:1 (1)<br>
Apr 15 22:01:42 xencluster2 attrd: [7676]: notice: attrd_perform_update:<br>
Sent update 448: fail-count-clvm-xenvg:1=1<br>
Apr 15 22:01:42 xencluster2 attrd: [7676]: notice: attrd_trigger_update:<br>
Sending flush op to all hosts for: last-failure-clvm-xenvg:1 (1334520102)<br>
Apr 15 22:01:42 xencluster2 crmd: [7678]: info: abort_transition_graph:<br>
te_update_diff:176 - Triggered transition abort (complete=0, tag=nvpair,<br>
id=status-xencluster2-fail-count-clvm-xenvg.1,<br>
name=fail-count-clvm-xenvg:1, value=1, magic=NA, cib=0.5816.6) :<br>
Transient attribute: update<br>
Apr 15 22:01:42 xencluster2 attrd: [7676]: notice: attrd_perform_update:<br>
Sent update 451: last-failure-clvm-xenvg:1=1334520102<br>
Apr 15 22:01:42 xencluster2 crmd: [7678]: info: abort_transition_graph:<br>
te_update_diff:176 - Triggered transition abort (complete=0, tag=nvpair,<br>
id=status-xencluster2-last-failure-clvm-xenvg.1,<br>
name=last-failure-clvm-xenvg:1, value=1334520102, magic=NA,<br>
cib=0.5816.7) : Transient attribute: update<br>
Apr 15 22:01:42 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d 219e 219f 21a0 21a1 21a2 21a3 21a4 21a5<br>
Apr 15 22:01:42 xencluster2 corosync[7666]:   [TOTEM ] Retransmit List:<br>
2196 2197 219a 219b 219c 219d 219e 219f 21a0 21a1 21a2 21a3 21a4 21a5<br>
<br>
--<br>
Mit freundlichen Grüßen<br>
<br>
Frank Meier<br>
UNIX-Basis<br>
<br>
Hamm Reno Group GmbH<br>
Industriegebiet West | D-66987 Thaleischweiler-Fröschen<br>
T.+49(0)6334 444-8322 | F.+49(0)6334 444-8190<br>
<a href="mailto:frank.meier@hr-group.de">frank.meier@hr-group.de</a> | <a href="http://www.reno.de" target="_blank">www.reno.de</a><br>
___________________________________________________________________<br>
<br>
Sitz: Am Tie 7 | D-49086 Osnabrück<br>
Handelsregister Osnabrück HRB 19587<br>
Geschäftsführer: Hans-Jürgen de Fries,<br>
Jens Gransee, Manfred Klumpp,<br>
Robert Reisch<br>
<br>
_______________________________________________<br>
Pacemaker mailing list: <a href="mailto:Pacemaker@oss.clusterlabs.org">Pacemaker@oss.clusterlabs.org</a><br>
<a href="http://oss.clusterlabs.org/mailman/listinfo/pacemaker" target="_blank">http://oss.clusterlabs.org/mailman/listinfo/pacemaker</a><br>
<br>
Project Home: <a href="http://www.clusterlabs.org" target="_blank">http://www.clusterlabs.org</a><br>
Getting started: <a href="http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf" target="_blank">http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf</a><br>
Bugs: <a href="http://bugs.clusterlabs.org" target="_blank">http://bugs.clusterlabs.org</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>esta es mi vida e me la vivo hasta que dios quiera<br>