Can you check your dmesg to see if DLM is segfaulting? I might be experiencing the same problem. If corosync is started at boot DLM segfaults, but if it&#39;s started manually everything is ok. Still trying to find out more about what is going on, and I sadly can&#39;t provide more information before Monday when I get to work. We did even try bootchart to see if that could provide some more information, but sadly no. We also changed the start order to corosync by renaming the init symlink to S98corosync, but that didn&#39;t work out either.<br>
<br><div class="gmail_quote">On Sat, Apr 24, 2010 at 12:25 PM, Oliver Heinz <span dir="ltr">&lt;<a href="mailto:oheinz@fbihome.de">oheinz@fbihome.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi,<br>
<br>
when rebooting my cluster nodes they won&#39;t bring up the ocfs2-fs because of<br>
resDLM failing. When I issue a &#39;/etc/init.d/pacemaker restart&#39; afterwards<br>
everything is fine.<br>
<br>
The machine needs quite a while to bring up the (bonding) network interfaces.<br>
Do timeout values need to be adjusted? Or should I rather try to startup<br>
pacemaker after the network is completely up?<br>
<br>
<br>
my current config:<br>
<br>
node server-c \<br>
        attributes standby=&quot;off&quot;<br>
node server-d<br>
primitive failover-ip ocf:heartbeat:IPaddr \<br>
        params ip=&quot;192.168.5.150&quot; \<br>
        op monitor interval=&quot;10s&quot;<br>
primitive resDLM ocf:pacemaker:controld \<br>
        op monitor interval=&quot;120s&quot;<br>
primitive resFS ocf:heartbeat:Filesystem \<br>
        params device=&quot;/dev/mapper/data-data&quot; directory=&quot;/srv/data&quot;<br>
fstype=&quot;ocfs2&quot; \<br>
        op monitor interval=&quot;120s&quot;<br>
primitive resO2CB ocf:pacemaker:o2cb \<br>
        op monitor interval=&quot;120s&quot;<br>
clone cloneDLM resDLM \<br>
        meta globally-unique=&quot;false&quot; interleave=&quot;true&quot;<br>
clone cloneFS resFS \<br>
        meta interleave=&quot;true&quot; ordered=&quot;true&quot;<br>
clone cloneO2CB resO2CB \<br>
        meta globally-unique=&quot;false&quot; interleave=&quot;true&quot;<br>
colocation colFSO2CB inf: cloneFS cloneO2CB<br>
colocation colO2CBDLM inf: cloneO2CB cloneDLM<br>
order ordDLMO2CB 0: cloneDLM cloneO2CB<br>
order ordO2CBFS 0: cloneO2CB cloneFS<br>
property $id=&quot;cib-bootstrap-options&quot; \<br>
        dc-version=&quot;1.0.8-042548a451fce8400660f6031f4da6f0223dd5dd&quot; \<br>
        cluster-infrastructure=&quot;openais&quot; \<br>
        expected-quorum-votes=&quot;2&quot; \<br>
        stonith-enabled=&quot;false&quot; \<br>
        last-lrm-refresh=&quot;1272026744&quot;<br>
<br>
<br>
I tried something like<br>
primitive resDLM ocf:pacemaker:controld \<br>
        op start timeout=&quot;100s&quot; \<br>
        op monitor interval=&quot;120s&quot;<br>
but this didn&#39;t help.<br>
<br>
<br>
<br>
<br>
<br>
TIA,<br>
<font color="#888888">Oliver<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</font><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></blockquote></div><br>