[PVE-User] Two node plus Storage Cluster

Gilberto Nunes gilberto.nunes32 at gmail.com
Wed Mar 26 17:17:44 CET 2014


Hi fellows...

I deployed two VirtualBox VM's with Proxmox 3.2 and an iSCSI target running
on my laptop.

I set up an environment to running without fence, just to test purpose and
if everything goes right, turn this on production...

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

<?xml version="1.0"?>
<cluster config_version="30" name="CLUSTER-HOME">
  <cman expected_votes="1" keyfile="/var/lib/pve-cluster/corosync.authkey"
two_node="1"/>
  <fencedevices>
    <fencedevice agent="fence_manual" name="human"/>
  </fencedevices>
  <clusternodes>
    <clusternode name="pve01" nodeid="1" votes="1">
      <fence>
        <method name="single">
          <device name="human" nodename="pve01"/>
        </method>
      </fence>
    </clusternode>
    <clusternode name="pve02" nodeid="2" votes="1">
      <fence>
        <method name="single">
          <device name="human" nodename="pve02"/>
        </method>
      </fence>
    </clusternode>
  </clusternodes>
<rm>
    <pvevm autostart="1" vmid="100"/>
</rm>
</cluster>

Is there someway to put something on rm statement to indicate Proxmox to
start VM on  node pve01???

Thanks

-- 
Gilberto Ferreira
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.proxmox.com/pipermail/pve-user/attachments/20140326/8edae7b2/attachment.htm>


More information about the pve-user mailing list