]> git.proxmox.com Git - qemu-server.git/commit
migration: split out replication from scan_local_volumes
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 29 Jan 2021 15:11:42 +0000 (16:11 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 18 Apr 2021 16:30:41 +0000 (18:30 +0200)
commita6be63ac9b5a87f5954606c2439b6e525e48080b
tree34cdebc0683b6db0ede56604dd4c83392f8aed9a
parent4b26ffbfa58ec76a5176913ccc80ac2fdd0fc331
migration: split out replication from scan_local_volumes

and avoid one loop over the config, by extending foreach_volid to include the
drivename.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/QemuMigrate.pm
PVE/QemuServer.pm