]> git.proxmox.com Git - pve-ha-manager.git/blobdiff - src/PVE/HA/Resources/PVEVM.pm
vm resource: add "with-local-disks" for replicated migrate
[pve-ha-manager.git] / src / PVE / HA / Resources / PVEVM.pm
index 2e1698fce4c0005955f3bfcc517cf8048c1de068..58c83e03fea3a161a634538416390f502d761e84 100644 (file)
@@ -108,6 +108,7 @@ sub migrate {
        # different host have the same hardware, so this can be fine, and qemu
        # knows when not, so can only win here
        force => 1,
+       'with-local-disks' => 1,
        target => $target,
        online => $online,
     };