]> git.proxmox.com Git - qemu-server.git/commit - PVE/QemuServer.pm
cfg2cmd: allow PBS snapshots as backing files for drives
authorStefan Reiter <s.reiter@proxmox.com>
Wed, 3 Mar 2021 09:56:08 +0000 (10:56 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 1 Apr 2021 08:58:13 +0000 (10:58 +0200)
commit5921764c2698edde3a2d6cd5abd241817a50d864
tree80e15b2ef3b416c5e9708463cf7216b38039bb89
parent9e671722969a7527e76d4b51ad8da9bc6b70c4e0
cfg2cmd: allow PBS snapshots as backing files for drives

Uses the custom 'alloc-track' filter node to redirect writes to the
original drives target, while unwritten blocks will be read from the
specified PBS snapshot.

Signed-off-by: Stefan Reiter <s.reiter@proxmox.com>
PVE/QemuServer.pm