Hi<div>Yeah I stopped them since they messed up anyway, just while looking for a solution. I&#39;ll try the stuff you mentioned and return with a result - thanks!</div><div>Johan</div><div><br><div class="gmail_quote">Den 21. feb. 2012 14.26 skrev Florian Haas <span dir="ltr">&lt;<a href="mailto:florian@hastexo.com">florian@hastexo.com</a>&gt;</span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 02/21/12 13:39, Johan wrote:<br>
&gt; I&#39;ve been following this <a href="http://publications.jbfavre.org/virtualisation/cluster-" target="_blank">http://publications.jbfavre.org/virtualisation/cluster-</a><br>
&gt; xen-corosync-pacemaker-drbd-ocfs2.en tutorial on how to setup a pacemaker xen<br>
&gt; cluster. I&#39;m all new to this so pls bear over with me.<br>
&gt; The big problem is that when UI get to the pont where the filasystem should<br>
&gt; &quot;automagically&quot; mount, it doesn&#39;t.<br>
&gt;<br>
&gt; Here&#39;s my config:<br>
&gt;<br>
&gt; node cluster01<br>
&gt; node cluster02<br>
&gt; primitive Cluster-FS-DLM ocf:pacemaker:controld \<br>
&gt;         op monitor interval=&quot;15&quot; \<br>
&gt;         meta target-role=&quot;Stopped&quot;<br>
&gt; primitive Cluster-FS-DRBD ocf:linbit:drbd \<br>
&gt;         params drbd_resource=&quot;cluster-ocfs&quot; \<br>
&gt;         operations $id=&quot;Cluster-FS-DRBD-ops&quot; \<br>
&gt;         op monitor interval=&quot;20&quot; role=&quot;Master&quot; timeout=&quot;20&quot; \<br>
&gt;         op monitor interval=&quot;30&quot; role=&quot;Slave&quot; timeout=&quot;20&quot;<br>
&gt; primitive Cluster-FS-Mount ocf:heartbeat:Filesystem \<br>
&gt;         params device=&quot;/dev/drbd/by-res/cluster-ocfs&quot; directory=&quot;/cluster&quot;<br>
&gt; fstype=&quot;ocfs2&quot;<br>
&gt; ms Cluster-FS-DRBD-Master Cluster-FS-DRBD \<br>
&gt;         meta resource-stickines=&quot;100&quot; master-max=&quot;2&quot; notify=&quot;true&quot;<br>
&gt; interleave=&quot;true&quot; target-role=&quot;Stopped&quot;<br>
&gt; clone Cluster-FS-Mount-Clone Cluster-FS-Mount \<br>
&gt;         meta interleave=&quot;true&quot; ordered=&quot;true&quot; target-role=&quot;Stopped&quot;<br>
&gt; order Cluster-FS-After-DRBD inf: Cluster-FS-DRBD-Master:promote Cluster-FS-<br>
&gt; Mount-Clone:start<br>
&gt; order Cluster-FS-DLM-Order inf: Cluster-FS-DRBD-Master:promote Cluster-FS-Mount-<br>
&gt; Clone:start<br>
&gt; property $id=&quot;cib-bootstrap-options&quot; \<br>
&gt;         dc-version=&quot;1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b&quot; \<br>
&gt;         cluster-infrastructure=&quot;openais&quot; \<br>
&gt;         expected-quorum-votes=&quot;2&quot; \<br>
&gt;         no-quorum-policy=&quot;ignore&quot; \<br>
&gt;         default-resource-stickiness=&quot;1000&quot; \<br>
&gt;         stonith-enabled=&quot;false&quot; \<br>
&gt;         last-lrm-refresh=&quot;1329823386&quot;<br>
&gt;<br>
&gt; I keep getting the:<br>
&gt;  info: RA output: (Cluster-FS-Mount:1:start:stderr) FATAL: Module<br>
&gt; scsi_hostadapter not found.<br>
<br>
</div></div>That&#39;s a red herring. Why the Filesystem RA is still trying to modprobe<br>
scsi_hostadapter, and is even logging any failure to do so with a FATAL<br>
priority, don&#39;t ask. :)<br>
<br>
However, with all those target-role=&quot;Stopped&quot; attributes in there<br>
nothing of interest is really expected to start.<br>
<div class="im"><br>
&gt; in the /var/log/syslog<br>
&gt;<br>
&gt; I&#39;ve been googling around for a solution but all of them seem to fail for me.<br>
&gt;<br>
&gt; any help is much appreciated<br>
<br>
</div>That tutorial is wrong in several places. Specifically,<br>
<br>
&quot;One word about OCFS2. In a perfect world, we should manage OCFS2 with<br>
pacemaker. In this particular case, this won&#39;t be the case (I had issues<br>
with lock managment which is mandatory for pacemaker).&quot;<br>
<br>
... is just nonsense. You can (and should) put the DLM and O2CB under<br>
Pacemaker management. See the ocf:pacemaker:controld and<br>
ocf:pacemaker:o2cb resource agents for details.<br>
<br>
Also, you&#39;ll probably need to update your OCFS2 with &quot;tunefs.ocfs2<br>
--update-cluster-stack&quot; before you can mount it.<br>
<br>
Cheers,<br>
Florian<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Need help with High Availability?<br>
<a href="http://www.hastexo.com/now" target="_blank">http://www.hastexo.com/now</a><br>
</font></span><div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>MVH<div>Johan Bergkvist</div><br>
</div>