]> git.proxmox.com Git - pve-container.git/commit
LXC: separate freeze_thaw to explicit freeze and thaw methods
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 May 2020 13:41:20 +0000 (15:41 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 15 May 2020 13:44:27 +0000 (15:44 +0200)
commit89424a8b32ce3836a5be7e60c8f2ac7f756d4c4c
tree4dc1807548fa42c574f9b946292fe3a1d10762c4
parent4fb6eccae14f117030c598ceea590ab00e2629cc
LXC: separate freeze_thaw to explicit freeze and thaw methods

as else one needs to always lookup parameter value means freeze and
which one thaw when reading call sites what

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/LXC.pm
src/PVE/LXC/Config.pm
src/PVE/VZDump/LXC.pm
src/test/snapshot-test.pm