<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000066" bgcolor="#FFFFFF">
    <font face="Arial">Hi,<br>
      <br>
      I'm trying to setup pacemaker for live-migration when a compute
      node hosting the VM goes down.<br>
      <br>
      So, I created cluster resource for the compute-instance (demo1)
      with 'VirtualDomain' resource agent.<br>
           >>> pcs resource create demo1 VirtualDomain
      migrateuri="qemu+tcp://<DestinationCompuNode>:16509/system"
      config="/etc/pacemaker/demo1.xml" migration_transport="tcp"  meta
      allow-migrate="true" op start timeout="120s" op stop
      timeout="180s"<br>
      <br>
      And I manually shutdown the compute node hosting the vm, but, I
      don't see the migration is happening.<br>
      Can someone please help me what I am missing here ?<br>
      <br>
      Thanks & Regards,<br>
      Murali<br>
    </font>
  </body>
</html>