<div dir="ltr">Hi fellows...<br><br>I deployed two VirtualBox VM's with Proxmox 3.2 and an iSCSI target running on my laptop.<br><br>I set up an environment to running without fence, just to test purpose and if everything goes right, turn this on production...<br>

<br>Things going pretty well, at least for a little details...<br>I have two nodes:pve01 and pve02... cluster running pretty well...<br>But everytime that I start both servers, the VM start on node pve02, but I like to start VM on node pve01...<br>

Here the cluster.conf:<br><br><?xml version="1.0"?><br><cluster config_version="30" name="CLUSTER-HOME"><br>  <cman expected_votes="1" keyfile="/var/lib/pve-cluster/corosync.authkey" two_node="1"/><br>

  <fencedevices><br>    <fencedevice agent="fence_manual" name="human"/><br>  </fencedevices><br>  <clusternodes><br>    <clusternode name="pve01" nodeid="1" votes="1"><br>

      <fence><br>        <method name="single"><br>          <device name="human" nodename="pve01"/><br>        </method><br>      </fence><br>    </clusternode><br>

    <clusternode name="pve02" nodeid="2" votes="1"><br>      <fence><br>        <method name="single"><br>          <device name="human" nodename="pve02"/><br>

        </method><br>      </fence><br>    </clusternode><br>  </clusternodes><br><rm><br>    <pvevm autostart="1" vmid="100"/><br></rm><br></cluster><br>

<br>Is there someway to put something on rm statement to indicate Proxmox to start VM on  node pve01???<br><br>Thanks<div><div><div><div><div><div><br>-- <br>Gilberto Ferreira<br>
</div></div></div></div></div></div></div>