]> git.proxmox.com Git - pve-container.git/commit
fix #2598: activate volumes before mounting in stop mode backup
authorOguz Bektas <o.bektas@proxmox.com>
Tue, 18 Feb 2020 13:38:52 +0000 (14:38 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 19 Feb 2020 16:19:04 +0000 (17:19 +0100)
commit00cc04160351f0034c5349d208e59a5f46d8ee33
tree7cd0ac18a48ffe08ea13c23d43ff233b999051c5
parent132c0a90772f32c09c46bc6b26bc3315d93de911
fix #2598: activate volumes before mounting in stop mode backup

'stop' mode deactivates the volumes (relevant for LVM backend), and
they're not reactivated before trying to mount them for backup.

reactivating the volumes before the mount in 'stop' mode backup solves
the issue.

Signed-off-by: Oguz Bektas <o.bektas@proxmox.com>
Acked-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/VZDump/LXC.pm