]> git.proxmox.com Git - pve-storage.git/commit - PVE/Storage.pm
fix #3030: always activate volumes in storage_migrate
authorFabian Ebner <f.ebner@proxmox.com>
Fri, 6 Nov 2020 14:30:55 +0000 (15:30 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 10 Nov 2020 18:04:58 +0000 (19:04 +0100)
commit5324ceffefca241e13c2267d11cd017726768a92
treee9f8b58fb1df65d055c2e465b42ec2b377ce98bb
parent2c036838ed1747dabee1d2c79621c7d398d24c50
fix #3030: always activate volumes in storage_migrate

AFAICT the snapshot activation is not necessary for our plugins at the moment,
but it doesn't really hurt and might be relevant in the future or for external
plugins.

Deactivating volumes is up to the caller, because for example, for replication
on a running guest, we obviously don't want to deactivate volumes.

Suggested-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
PVE/Storage.pm