<div>Hi,</div>
<div>I'm trying to build two node cluster and main resource is xen domU. Obviously I'm doing something wrong cause I've manage to configure drbd resource and xen filesystem but I can't get domU to start. </div>

<div> </div>
<div> </div>
<div> </div>
<div>$crm_mon --one-shot<br>============<br>Last updated: Fri Sep 25 21:45:33 2009<br>Stack: openais<br>Current DC: <a href="http://splxd01.domain.com">splxd01.domain.com</a> - partition with quorum<br>Version: 1.0.4-2ec1d189f9c23093bf9239a980534b661baf782d<br>
2 Nodes configured, 2 expected votes<br>5 Resources configured.<br>============</div>
<div>Online: [ <a href="http://splxd01.domain.com">splxd01.domain.com</a> <a href="http://splxd02.domain.com">splxd02.domain.com</a> ]</div>
<div>Master/Slave Set: ms_drbd_test-disk<br>        Masters: [ <a href="http://splxd01.domain.com">splxd01.domain.com</a> ]<br>        Slaves: [ <a href="http://splxd02.domain.com">splxd02.domain.com</a> ]<br>Master/Slave Set: ms_drbd_test-swap<br>
        Masters: [ <a href="http://splxd01.domain.com">splxd01.domain.com</a> ]<br>        Slaves: [ <a href="http://splxd02.domain.com">splxd02.domain.com</a> ]<br>xen_fs  (ocf::heartbeat:Filesystem):    Started <a href="http://splxd01.domain.com">splxd01.domain.com</a></div>

<div>Failed actions:<br>    test1_start_0 (node=<a href="http://splxd01.domain.com">splxd01.domain.com</a>, call=30, rc=1, status=complete): unknown error<br>    swap_fs_start_0 (node=<a href="http://splxd01.domain.com">splxd01.domain.com</a>, call=22, rc=1, status=complete): unknown error<br>
    swap_fs_start_0 (node=<a href="http://splxd02.domain.com">splxd02.domain.com</a>, call=18, rc=1, status=complete): unknown error<br>    test1_start_0 (node=<a href="http://splxd02.domain.com">splxd02.domain.com</a>, call=19, rc=1, status=complete): unknown error<br>
</div>
<div>****************************************************<br>$crm configure show</div>
<div> </div>
<div>node <a href="http://splxd01.domain.com">splxd01.domain.com</a><br>node <a href="http://splxd02.domain.com">splxd02.domain.com</a><br>primitive drbd_test-disk ocf:linbit:drbd \<br>        params drbd_resource="test-disk" \<br>
        op monitor interval="15s"<br>primitive drbd_test-swap ocf:linbit:drbd \<br>        params drbd_resource="test-swap" \<br>        op monitor interval="15s"<br>primitive swap_fs ocf:heartbeat:Filesystem \<br>
        params device="/dev/drbd2" directory="/mnt/test1_swap"<br>primitive test1 ocf:heartbeat:Xen \<br>        params xmfile="/mnt/test1/test1.dom" \<br>        op monitor interval="10s" \<br>
        op start interval="0s" timeout="30s" \<br>        op stop interval="0s" timeout="300s"<br>primitive xen_fs ocf:heartbeat:Filesystem \<br>        params device="/dev/drbd1" directory="/mnt/test1"<br>
ms ms_drbd_test-disk drbd_test-disk \<br>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true"<br>ms ms_drbd_test-swap drbd_test-swap \<br>
        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true"<br>colocation fs_on_drbd inf: xen_fs ms_drbd_test-disk:Master<br>colocation swap_on_drbd inf: swap_fs ms_drbd_test-swap:Master<br>
colocation test1-with-xen_fs inf: test1 xen_fs<br>order fs_after_drbd inf: ms_drbd_test-disk:promote xen_fs:start<br>order swap_after_drbd inf: ms_drbd_test-swap:promote swap_fs:start<br>order test1-after-xen_fs inf: xen_fs:start test1:start<br>
property $id="cib-bootstrap-options" \<br>        dc-version="1.0.4-2ec1d189f9c23093bf9239a980534b661baf782d" \<br>        cluster-infrastructure="openais" \<br>        expected-quorum-votes="2" \<br>
        no-quorum-policy="ignore" \<br>        stonith-enabled="false" \<br>        default-resource-stickiness="1000"</div>
<div> </div>
<div>*************************************************</div>
<div> </div>
<div>If you need some more info let me know.</div>
<div> </div>
<div>Regards,</div>
<div> </div>
<div>Sven<br></div>