try to change the colocation like this, example:<br><br>colocation vma_on_drbd \<br>
  inf: kvm_vma ms_vma_R:Master ms_vma_S:Master<br><br><div class="gmail_quote">2013/3/16 Matthias Teege <span dir="ltr"><<a href="mailto:matthias-pcmk@mteege.de" target="_blank">matthias-pcmk@mteege.de</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I'm try to setup a two node cluster for virtuell machines (KVM/libvirt)<br>
with drbd as storage backend. For each vm I use two drbd devices. Starting<br>
and stopping works but I cant migrate the VM to the second node. If i<br>
switch a node to "standby" the VM stays "started" and there ist no call<br>
to VirtualDomain.<br>
<br>
I found the following in this list [0]<br>
<br>
"Yes, migration only works without order-contraints the migrating service<br>
depends on ... and no way to force it"<br>
<br>
and I use order constraints because I need the drbd devices up before<br>
the vm starts.<br>
<br>
How do I migrate a vm or other ressources in the correct order? Is there<br>
another way to migrate vm and drbd device, maybe start/stop?<br>
<br>
My current config looks like this:<br>
<br>
primitive vma_R ocf:linbit:drbd params drbd_resource="vma_R" \<br>
  op monitor interval="29s" role="Master" \<br>
  op monitor interval="31s" role="Slave" \<br>
  op start timeout="240s" \<br>
  op stop timeout="100s"<br>
<br>
ms ms_vma_R vma_R \<br>
  meta master-max="1" master-node-max="1" \<br>
  clone-max="2" clone-node-max="1" \<br>
  notify="true"<br>
<br>
primitive vma_S ocf:linbit:drbd params drbd_resource="vma_S" \<br>
  op monitor interval="29s" role="Master" \<br>
  op monitor interval="31s" role="Slave" \<br>
  op start timeout="240s" \<br>
  op stop timeout="100s"<br>
<br>
ms ms_vma_S vma_S \<br>
  meta master-max="1" master-node-max="1" \<br>
  clone-max="2" clone-node-max="1" \<br>
  notify="true"<br>
<br>
primitive kvm_vma ocf:heartbeat:VirtualDomain \<br>
  params config="/etc/libvirt/qemu/vma.xml" \<br>
  hypervisor="qemu:///system" migration_transport="ssh" \<br>
  meta allow-migrate="true" \<br>
  op start timeout="120s" \<br>
  op stop timeout="180s" \<br>
  op monitor depth="0" timeout="30" interval="10"<br>
<br>
colocation vma_on_drbd \<br>
  inf: ms_vma_R:Master ms_vma_S:Master kvm_vma:started<br>
order vma_after_drbd \<br>
  inf: ms_vma_S:promote ms_vma_R:promote kvm_vma<br>
<br>
Thanks<br>
Matthias<br>
<br>
[0] <a href="http://www.mail-archive.com/pacemaker@oss.clusterlabs.org/msg10499.html" target="_blank">http://www.mail-archive.com/pacemaker@oss.clusterlabs.org/msg10499.html</a><br>
<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