]> git.proxmox.com Git - qemu-server.git/commit
use foreach_drive instead of foreach_volid
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 17 Jun 2016 14:12:28 +0000 (16:12 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 17 Jun 2016 14:27:25 +0000 (16:27 +0200)
commit98d80cb67b96926cc0fea522c171cfe3f96b3470
tree1170e34746c91ae458d7831d36171341ff0f435c
parent86638cc2dc231cdc9596edda415581467b35416a
use foreach_drive instead of foreach_volid

foreach_volid recurses over snapshots as well, resulting in
lots of repeated checks (especially for VMs with lots of
snapshots and disks).

a potential vmstate volume must be checked explicitly,
because foreach_drive does not care about those.
PVE/QemuMigrate.pm