]> git.proxmox.com Git - pve-container.git/commit
vmstatus: make lock property optional again
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 11 Mar 2021 10:26:50 +0000 (11:26 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 15 Mar 2021 13:40:58 +0000 (14:40 +0100)
commit7790ecf67598ab6bf98787730f3d450e1a8e089c
tree6abb9f43bc4a28f6a681fdb2b28793505a9809ab
parent648529bab82f2231fa841695ad1856af913f7465
vmstatus: make lock property optional again

Commit d02262048cbbe91ca8b12f98e3dc7bbab28e4c64 made the property de-facto
non-optional. Partially revert this and instead adapt the printing, making the
behavior match the API description again. The conditional assignment is
already there further down the vmstatus function.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
src/PVE/CLI/pct.pm
src/PVE/LXC.pm