Backup failed after migrate VM

Flashick

New Member
Jun 20, 2014
1
0
1
Russian Federation
Hi!

After migrate of the VM to another node stops working backup with error:
ERROR: Backup of VM 100 failed - unable to find VM '100'.

Backup is performed on the node on which the VM was before migration.

Is it possible to configure the backup to make it work after the migration?

My cluster.conf:

Code:
<?xml version="1.0"?><cluster config_version="7" name="NOC-CLOUD">
  <cman keyfile="/var/lib/pve-cluster/corosync.authkey"/>
  <fencedevices>
    <fencedevice agent="fence_manual" name="human"/>
  </fencedevices>
  <clusternodes>
    <clusternode name="noc-cloud-2" nodeid="1" votes="1">
      <fence>
        <method name="single">
          <device name="human" nodename="noc-cloud-2"/>
        </method>
      </fence>
    </clusternode>
    <clusternode name="noc-cloud-3" nodeid="2" votes="1">
      <fence>
        <method name="single">
          <device name="human" nodename="noc-cloud-3"/>
        </method>
      </fence>
    </clusternode>
    <clusternode name="noc-cloud-4" nodeid="3" votes="1">
      <fence>
        <method name="single">
          <device name="human" nodename="noc-cloud-4"/>
        </method>
      </fence>
    </clusternode>
  </clusternodes>
  <rm>
    <pvevm autostart="1" vmid="100"/>
  </rm>
</cluster>
And pvecm status:

Code:
Version: 6.2.0Config Version: 7
Cluster Name: NOC-CLOUD
Cluster Id: 38042
Cluster Member: Yes
Cluster Generation: 164
Membership state: Cluster-Member
Nodes: 3
Expected votes: 3
Total votes: 3
Node votes: 1
Quorum: 2
Active subsystems: 6
Flags:
Ports Bound: 0 177
Node name: noc-cloud-2
Node ID: 1
Multicast addresses: 239.192.148.47
Node addresses: 10.1.20.3

Clustat:
Code:
Cluster Status for NOC-CLOUD @ Fri Jun 20 11:57:31 2014Member Status: Quorate


 Member Name                                                     ID   Status
 ------ ----                                                     ---- ------
 noc-cloud-2                                                         1 Online, Local, rgmanager
 noc-cloud-3                                                         2 Online, rgmanager
 noc-cloud-4                                                         3 Online, rgmanager


 Service Name                                                   Owner (Last)                                                   State
 ------- ----                                                   ----- ------                                                   -----
 pvevm:100                                                      noc-cloud-3                                                    started
 
in this case you need to configure the backup to include all VM/CT (Selection Mode: All)