<div dir="ltr"><div><div><div>Hello Denis<br><br></div>If you use ocfs with pacemaker, you don't need to configure ocfs in legacy mode using /etc/ocfs2/cluster.conf<br><br></div>Thanks<br></div>Emmanuel<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">2013/6/25 Denis Witt <span dir="ltr"><<a href="mailto:denis.witt@concepts-and-training.de" target="_blank">denis.witt@concepts-and-training.de</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi List,<br>
<br>
I'm having trouble getting OCFS2 running. If I run everything by hand<br>
the OCFS-Drive works quite well, but cluster integration doesn't work<br>
at all.<br>
<br>
The Status:<br>
<br>
============<br>
Last updated: Tue Jun 25 17:00:49 2013<br>
Last change: Tue Jun 25 16:58:03 2013 via crmd on test4<br>
Stack: openais<br>
Current DC: test4 - partition with quorum<br>
Version: 1.1.7-ee0730e13d124c3d58f00016c3376a1de5323cff<br>
3 Nodes configured, 3 expected votes<br>
16 Resources configured.<br>
============<br>
<br>
Node test4: standby<br>
Online: [ test4-node1 test4-node2 ]<br>
<br>
 Master/Slave Set: ms_drbd [drbd]<br>
     Masters: [ test4-node1 test4-node2 ]<br>
 Clone Set: clone_pingtest [pingtest]<br>
     Started: [ test4-node2 test4-node1 ]<br>
     Stopped: [ pingtest:2 ]<br>
<br>
Failed actions:<br>
    p_o2cb:0_monitor_0 (node=test4-node2, call=20, rc=5,<br>
status=complete): not installed p_o2cb:1_monitor_0 (node=test4-node1,<br>
call=20, rc=5, status=complete): not installed drbd:0_monitor_0<br>
(node=test4, call=98, rc=5, status=complete): not installed<br>
p_controld:0_monitor_0 (node=test4, call=99, rc=5, status=complete):<br>
not installed p_o2cb:0_monitor_0 (node=test4, call=100, rc=5,<br>
status=complete): not installed<br>
<br>
My Config:<br>
<br>
node test4 \<br>
        attributes standby="on"<br>
node test4-node1<br>
node test4-node2<br>
primitive apache ocf:heartbeat:apache \<br>
        params configfile="/etc/apache2/apache2.conf" \<br>
        op monitor interval="10" timeout="15" \<br>
        meta target-role="Started"<br>
primitive drbd ocf:linbit:drbd \<br>
        params drbd_resource="drbd0"<br>
primitive fs_drbd ocf:heartbeat:Filesystem \<br>
        params device="/dev/drbd0" directory="/var/www" fstype="ocfs2"<br>
primitive p_controld ocf:pacemaker:controld<br>
primitive p_o2cb ocf:pacemaker:o2cb<br>
primitive pingtest ocf:pacemaker:ping \<br>
        params multiplier="1000" host_list="10.0.0.1" \<br>
        op monitor interval="5s"<br>
primitive sip ocf:heartbeat:IPaddr2 \<br>
        params ip="10.0.0.18" nic="eth0" \<br>
        op monitor interval="10" timeout="20" \<br>
        meta target-role="Started"<br>
group g_ocfs2mgmt p_controld p_o2cb<br>
group grp_all sip apache<br>
ms ms_drbd drbd \<br>
        meta master-max="2" clone-max="2"<br>
clone cl_fs_ocfs2 fs_drbd \<br>
        meta target-role="Started"<br>
clone cl_ocfs2mgmt g_ocfs2mgmt \<br>
        meta interleave="true"<br>
clone clone_pingtest pingtest<br>
location loc_all_on_best_ping grp_all \<br>
        rule $id="loc_all_on_best_ping-rule" -inf: not_defined pingd or<br>
pingd lt 1000 colocation c_ocfs2 inf: cl_fs_ocfs2 cl_ocfs2mgmt<br>
ms_drbd:Master colocation coloc_all_on_drbd inf: grp_all ms_drbd:Master<br>
order order_all_after_drbd inf: ms_drbd:promote cl_ocfs2mgmt:start<br>
cl_fs_ocfs2:start grp_all:start property $id="cib-bootstrap-options" \<br>
        dc-version="1.1.7-ee0730e13d124c3d58f00016c3376a1de5323cff" \<br>
        cluster-infrastructure="openais" \<br>
        expected-quorum-votes="3" \<br>
        stonith-enabled="false" \<br>
        default-resource-stickiness="100" \<br>
        maintenance-mode="false" \<br>
        last-lrm-refresh="1372172283"<br>
<br>
test4 is a quorum-node.<br>
<br>
My system is Debian Wheezy. I installed the following packages:<br>
<br>
dlm-pcmk, ocfs2-tools, ocfs2-tools-pacemaker, openais<br>
<br>
My drbd.conf:<br>
<br>
    ### globale Angaben ###<br>
    global {<br>
        # an Statistikauswertung auf <a href="http://usage.drbd.org" target="_blank">usage.drbd.org</a> teilnehmen?<br>
        usage-count no;<br>
    }<br>
    ### Optionen, die an alle Ressourcen vererbt werden ###<br>
    common {<br>
      syncer {<br>
        rate 33M;<br>
      }<br>
    }<br>
    ### Ressourcenspezifische Optionen<br>
    resource drbd0 {<br>
      # Protokoll-Version<br>
      protocol C;<br>
<br>
      startup {<br>
        # Timeout (in Sekunden) für Verbindungsherstellung beim Start<br>
        wfc-timeout         60;<br>
        # Timeout (in Sekunden) für Verbindungsherstellung beim Start<br>
        # nach vorheriger Feststellung von Dateninkonsistenz<br>
        # ("degraded mode")<br>
        degr-wfc-timeout  120;<br>
<br>
        become-primary-on both;<br>
<br>
      }<br>
      disk {<br>
        # Aktion bei EA-Fehlern: Laufwerk aushängen<br>
        on-io-error pass_on;<br>
        fencing resource-only;<br>
      }<br>
      net {<br>
        ### Verschiedene Netzwerkoptionen, die normalerweise nicht<br>
gebraucht werden, ### ### die HA-Verbindung sollte generell möglichst<br>
performant sein...           ### # timeout           60;<br>
        # connect-int       10;<br>
        # ping-int          10;<br>
        # max-buffers     2048;<br>
        # max-epoch-size  2048;<br>
        allow-two-primaries;<br>
        after-sb-0pri discard-zero-changes;<br>
        after-sb-1pri discard-secondary;<br>
        after-sb-2pri disconnect;<br>
      }<br>
      syncer {<br>
        # Geschwindigkeit der HA-Verbindung<br>
        rate 33M;<br>
      }<br>
      on test4-node1 {<br>
        ### Optionen für Master-Server ###<br>
        # Name des bereitgestellten Blockdevices<br>
        device     /dev/drbd0;<br>
        # dem DRBD zugrunde liegendes Laufwerk<br>
        disk       /dev/xvda3;<br>
        # Adresse und Port, über welche die Synchr. läuft<br>
        address    <a href="http://10.0.2.18:7788" target="_blank">10.0.2.18:7788</a>;<br>
        # Speicherort der Metadaten, hier im Laufwerk selbst<br>
        meta-disk  internal;<br>
      }<br>
      on test4-node2 {<br>
        ## Optionen für Slave-Server<br>
        # Name des bereitgestellten Blockdevices<br>
        device     /dev/drbd0;<br>
        # dem DRBD zugrunde liegendes Laufwerk<br>
        disk       /dev/xvda3;<br>
        # Adresse und Port, über welche die Synchr. läuft<br>
        address    <a href="http://10.0.3.18:7788" target="_blank">10.0.3.18:7788</a>;<br>
        # Speicherort der Metadaten, hier im Laufwerk selbst<br>
        meta-disk  internal;<br>
      }<br>
    }<br>
<br>
My cluster.conf (I added this later to be able to run tunefs.ocfs<br>
--update-cluster-stack):<br>
<br>
node:<br>
        ip_port = 7777<br>
        ip_address = 10.0.2.18<br>
        number = 0<br>
        name = test4-node1<br>
        cluster = ocfs2<br>
<br>
node:<br>
        ip_port = 7777<br>
        ip_address = 10.0.3.18<br>
        number = 1<br>
        name = test4-node2<br>
        cluster = ocfs2<br>
<br>
cluster:<br>
        node_count = 2<br>
        name = ocfs2<br>
<br>
When I run crm resource cleanup cl_ocfs2mgmt the following output is<br>
generated in the syslog:<br>
<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_ais_dispatch: Update relayed from test4-node1<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_ais_dispatch: Update relayed from test4-node1<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_ais_dispatch: Update relayed from test4-node1<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_ais_dispatch: Update relayed from test4-node1<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_ais_dispatch: Update relayed from test4-node1<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_ais_dispatch: Update relayed from test4-node1<br>
Jun 25 17:06:51 test4 cib: [28585]: info: apply_xml_diff: Digest mis-match: expected 495da536e77edc25bb5cc043ff9ec9b9, calculated 012c9d5cd9c0939c4d52a3ff9efcbbd9<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_process_diff: Diff 0.66.3 -> 0.66.4 not applied to 0.66.3: Failed application of an update diff<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_server_process_diff: Requesting re-sync from peer<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.3 -> 0.66.4 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.3 -> 0.66.4 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.4 -> 0.66.5 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.5 -> 0.66.6 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.6 -> 0.66.7 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_process_diff: Diff 0.66.6 -> 0.66.7 not applied to 0.66.3: current "num_updates" is less than required<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_server_process_diff: Requesting re-sync from peer<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.7 -> 0.66.8 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.7 -> 0.66.8 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.8 -> 0.66.9 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.9 -> 0.66.10 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.10 -> 0.66.11 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_process_diff: Diff 0.66.11 -> 0.66.12 not applied to 0.66.3: current "num_updates" is less than required<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_server_process_diff: Requesting re-sync from peer<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.12 -> 0.66.13 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.13 -> 0.66.14 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.14 -> 0.66.15 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.15 -> 0.66.16 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.16 -> 0.66.17 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_process_diff: Diff 0.66.17 -> 0.66.18 not applied to 0.66.3: current "num_updates" is less than required<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_server_process_diff: Requesting re-sync from peer<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.18 -> 0.66.19 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.19 -> 0.66.20 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.20 -> 0.66.21 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.21 -> 0.66.22 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.22 -> 0.66.23 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_process_diff: Diff 0.66.23 -> 0.66.24 not applied to 0.66.3: current "num_updates" is less than required<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_server_process_diff: Requesting re-sync from peer<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.24 -> 0.66.25 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.25 -> 0.66.26 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.26 -> 0.66.27 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.27 -> 0.66.28 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.28 -> 0.66.29 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_replace_notify: Replaced: -1.-1.-1 -> 0.66.29 from test4<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: pingd (1000)<br>
Jun 25 17:06:51 test4 cib: [28585]: info: apply_xml_diff: Digest mis-match: expected d9449ea751be0805ea05b579edec0c5f, calculated 6a1ac691bc7bd96d64e6aae08e4abcc1<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: last-failure-drbd:0 (1372172208)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_process_diff: Diff 0.66.29 -> 0.66.30 not applied to 0.66.29: Failed application of an update diff<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_server_process_diff: Requesting re-sync from peer<br>
Jun 25 17:06:51 test4 crmd: [28590]: info: delete_resource: Removing resource p_controld:0 for 20836_crm_resource (internal) on test4-node1<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: master-drbd:0 (10000)<br>
Jun 25 17:06:51 test4 crmd: [28590]: info: notify_deleted: Notifying 20836_crm_resource on test4-node1 that p_controld:0 was deleted<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: master-drbd:1 (10000)<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: probe_complete (true)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.29 -> 0.66.30 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.30 -> 0.66.31 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.31 -> 0.66.32 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.32 -> 0.66.33 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.33 -> 0.66.34 (sync in progress)<br>
Jun 25 17:06:51 test4 crmd: [28590]: WARN: decode_transition_key: Bad UUID (crm-resource-20836) in sscanf result (3) for 0:0:crm-resource-20836<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_replace_notify: Replaced: -1.-1.-1 -> 0.66.34 from test4<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: pingd (1000)<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: last-failure-drbd:0 (1372172208)<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: master-drbd:0 (10000)<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: master-drbd:1 (10000)<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: probe_complete (true)<br>
Jun 25 17:06:51 test4 cib: [28585]: info: apply_xml_diff: Digest mis-match: expected 533575a1c8419df099d85489fad38c97, calculated 8484583447f5f2ffcda69692a601872a<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_process_diff: Diff 0.66.45 -> 0.66.46 not applied to 0.66.45: Failed application of an update diff<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_server_process_diff: Requesting re-sync from peer<br>
Jun 25 17:06:51 test4 crmd: [28590]: info: delete_resource: Removing resource p_o2cb:0 for 20836_crm_resource (internal) on test4-node1<br>
Jun 25 17:06:51 test4 crmd: [28590]: info: notify_deleted: Notifying 20836_crm_resource on test4-node1 that p_o2cb:0 was deleted<br>
Jun 25 17:06:51 test4 crmd: [28590]: WARN: decode_transition_key: Bad UUID (crm-resource-20836) in sscanf result (3) for 0:0:crm-resource-20836<br>
Jun 25 17:06:51 test4 crmd: [28590]: notice: do_lrm_invoke: Not creating resource for a delete event: (null)<br>
Jun 25 17:06:51 test4 crmd: [28590]: info: notify_deleted: Notifying 20836_crm_resource on test4-node1 that p_controld:1 was deleted<br>
Jun 25 17:06:51 test4 crmd: [28590]: WARN: decode_transition_key: Bad UUID (crm-resource-20836) in sscanf result (3) for 0:0:crm-resource-20836<br>
Jun 25 17:06:51 test4 crmd: [28590]: WARN: decode_transition_key: Bad UUID (crm-resource-20836) in sscanf result (3) for 0:0:crm-resource-20836<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.45 -> 0.66.46 (sync in progress)<br>
Jun 25 17:06:51 test4 crmd: [28590]: notice: do_lrm_invoke: Not creating resource for a delete event: (null)<br>
Jun 25 17:06:51 test4 crmd: [28590]: info: notify_deleted: Notifying 20836_crm_resource on test4-node1 that p_o2cb:1 was deleted<br>
Jun 25 17:06:51 test4 crmd: [28590]: WARN: decode_transition_key: Bad UUID (crm-resource-20836) in sscanf result (3) for 0:0:crm-resource-20836<br>
Jun 25 17:06:51 test4 crmd: [28590]: WARN: decode_transition_key: Bad UUID (crm-resource-20836) in sscanf result (3) for 0:0:crm-resource-20836<br>
Jun 25 17:06:51 test4 crmd: [28590]: notice: do_lrm_invoke: Not creating resource for a delete event: (null)<br>
Jun 25 17:06:51 test4 crmd: [28590]: info: notify_deleted: Notifying 20836_crm_resource on test4-node1 that p_controld:2 was deleted<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.46 -> 0.66.47 (sync in progress)<br>
Jun 25 17:06:51 test4 crmd: [28590]: WARN: decode_transition_key: Bad UUID (crm-resource-20836) in sscanf result (3) for 0:0:crm-resource-20836<br>
Jun 25 17:06:51 test4 crmd: [28590]: WARN: decode_transition_key: Bad UUID (crm-resource-20836) in sscanf result (3) for 0:0:crm-resource-20836<br>
Jun 25 17:06:51 test4 crmd: [28590]: notice: do_lrm_invoke: Not creating resource for a delete event: (null)<br>
Jun 25 17:06:51 test4 crmd: [28590]: info: notify_deleted: Notifying 20836_crm_resource on test4-node1 that p_o2cb:2 was deleted<br>
Jun 25 17:06:51 test4 crmd: [28590]: WARN: decode_transition_key: Bad UUID (crm-resource-20836) in sscanf result (3) for 0:0:crm-resource-20836<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.47 -> 0.66.48 (sync in progress)<br>
Jun 25 17:06:51 test4 crmd: [28590]: WARN: decode_transition_key: Bad UUID (crm-resource-20836) in sscanf result (3) for 0:0:crm-resource-20836<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.48 -> 0.66.49 (sync in progress)<br>
Jun 25 17:06:51 test4 crmd: [28590]: info: ais_dispatch_message: Membership 24: quorum retained<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.49 -> 0.66.50 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_process_diff: Diff 0.66.50 -> 0.66.51 not applied to 0.66.45: current "num_updates" is less than required<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_server_process_diff: Requesting re-sync from peer<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.51 -> 0.66.52 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.52 -> 0.66.53 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.53 -> 0.66.54 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.54 -> 0.66.55 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.55 -> 0.66.56 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_process_diff: Diff 0.66.56 -> 0.66.57 not applied to 0.66.45: current "num_updates" is less than required<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_server_process_diff: Requesting re-sync from peer<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.57 -> 0.66.58 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: notice: cib_server_process_diff: Not applying diff 0.66.58 -> 0.66.59 (sync in progress)<br>
Jun 25 17:06:51 test4 cib: [28585]: info: cib_replace_notify: Replaced: -1.-1.-1 -> 0.66.59 from test4<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: pingd (1000)<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: last-failure-drbd:0 (1372172208)<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: master-drbd:0 (10000)<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: master-drbd:1 (10000)<br>
Jun 25 17:06:51 test4 attrd: [28588]: notice: attrd_trigger_update: Sending flush op to all hosts for: probe_complete (true)<br>
Jun 25 17:06:51 test4 lrmd: [28587]: info: rsc:p_controld:0 probe[22] (pid 466)<br>
Jun 25 17:06:51 test4 lrmd: [28587]: info: rsc:p_o2cb:0 probe[23] (pid 467)<br>
Jun 25 17:06:52 test4 lrmd: [28587]: info: RA output: (p_controld:0:probe:stderr) dlm_controld.pcmk: no process found<br>
Jun 25 17:06:52 test4 lrmd: [28587]: info: operation monitor[22] on p_controld:0 for client 28590: pid 466 exited with return code 7<br>
Jun 25 17:06:52 test4 crmd: [28590]: info: process_lrm_event: LRM operation p_controld:0_monitor_0 (call=22, rc=7, cib-update=152, confirmed=true) not running<br>
Jun 25 17:06:52 test4 o2cb[467]: ERROR: Wrong stack o2cb<br>
Jun 25 17:06:52 test4 lrmd: [28587]: info: operation monitor[23] on p_o2cb:0 for client 28590: pid 467 exited with return code 5<br>
Jun 25 17:06:52 test4 crmd: [28590]: info: process_lrm_event: LRM operation p_o2cb:0_monitor_0 (call=23, rc=5, cib-update=153, confirmed=true) not installed<br>
<br>
Any ideas?<br>
<br>
Best regards<br>
Denis Witt<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
</div>