]> git.proxmox.com Git - pve-container.git/commit
snapshot: implement __snapshot_activate_storages
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 13 Jan 2022 11:04:05 +0000 (12:04 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 28 Jan 2022 13:31:13 +0000 (14:31 +0100)
commit7402b36070a05e0c7454fa9656be9703882997a9
treee8ee908793a76a970c601f820cd9a6e39dd26e8c
parentc2be33b8d3f92961d174e93ec1bd88138f69c00a
snapshot: implement __snapshot_activate_storages

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/LXC/Config.pm
src/test/snapshot-expected/create/lxc/204.conf [new file with mode: 0644]
src/test/snapshot-expected/delete/lxc/204.conf [new file with mode: 0644]
src/test/snapshot-expected/rollback/lxc/209.conf [new file with mode: 0644]
src/test/snapshot-input/create/lxc/204.conf [new file with mode: 0644]
src/test/snapshot-input/delete/lxc/204.conf [new file with mode: 0644]
src/test/snapshot-input/rollback/lxc/209.conf [new file with mode: 0644]
src/test/snapshot-test.pm