Hello again.<br><br>After struggling with the latest versions, i decided to try with the versions in the standard opesuse repos, that means:<br><br>openais 0.80.3<br>libopenais2 0.80.3<br>pacemaker 1.0.1<br>libpacemaker3 1.0.1<br>
heartbeat 2.99.3<br>heartbeat-common 2.99.3<br>heartbeat-resources 2.99.3<br>libheartbeat2 2.99.3<br>OpenIPMI 2.0.14<br><br>It seems to work ok, the nodes are communicating and i can connect to cib and create configuration, but i cannot configure an order constraint in the configuration file.<br>
<br>I try this:<br><br>order mysql_after_drbd mandatory: ms_drbd_mysql:promote mysql:start<br><br>But when i try to commit i get:<br><br>Call cib_create failed (-47): Update does not conform to the configured schema/DTD<br>
<null><br>ERROR: could not create mysql_after_drbd<br>offending xml: <rsc_order first="ms_drbd_mysql" first-action="promote" id="mysql_after_drbd" score="inf" then="mysql" then-action="start"/><br>
<br>Am I doing something wrong?<br><br>The rest of the configuration is accepted and is:<br><br>primitive fs_mysql ocf:heartbeat:Filesystem \<br>        params device="/dev/drbd0" directory="/service/" fstype="ext3"<br>
primitive ip_mysql ocf:heartbeat:IPaddr2 \<br>        params ip="192.168.1.72" nic="eth2:0"<br>primitive mysqld lsb:mysql<br>primitive apache lsb:apache2<br>primitive drbd_mysql ocf:linbit:drbd \<br>        params drbd_resource="r0" \<br>
        operations $id="drbd_mysql-ops" \<br>        op monitor interval="15s"<br>group mysql fs_mysql ip_mysql mysqld apache<br>ms ms_drbd_mysql drbd_mysql \<br>        meta master-max="1" master-node-max="1" clone-max="2" clone-node-max="1" notify="true"<br>
colocation mysql_on_drbd INFINITY: mysql ms_drbd_mysql:Master<br>property $id="cib-bootstrap-options" \<br>        dc-version="1.0.1-node: 27be064e090742359bbdd1914f9d7dd363c8e0d8" \<br>        no-quorum-policy="ignore" \<br>
        stonith-enabled="false" \<br>        default-resource-stickiness="1000"<br><br>Thanks in advance<br><br>Stratos.<br><br>