]> git.proxmox.com Git - qemu-server.git/commit
pbs: detect mismatch of encryption settings and key
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 16 Aug 2022 09:45:41 +0000 (11:45 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 16 Aug 2022 11:52:50 +0000 (13:52 +0200)
commit24e632818b20d6b185f66e2aa77b5bb944805199
tree38c3a0f38f1ad81e95cba971b7beef2ee35c276a
parentbbf96e0f1ea0977c1b37e1ae3bbd9a9aed900c26
pbs: detect mismatch of encryption settings and key

if the key file doesn't exist (anymore), but the storage.cfg references
one, die when starting a backup that should use encryption instead of
falling back to plain-text operations.

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
PVE/VZDump/QemuServer.pm