]> git.proxmox.com Git - qemu-server.git/commit
better cleanup logging for migration
authorDominik Csapak <d.csapak@proxmox.com>
Wed, 28 Nov 2018 09:40:45 +0000 (10:40 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 28 Nov 2018 10:04:46 +0000 (11:04 +0100)
commit0f56fff2925643527c71714ddb9897158f6a7543
tree7f031ff35e944f248a6e34efd4a327f1b9ee6cd3
parent88a7da8309d1c9018e5b6051412aad95eea689eb
better cleanup logging for migration

if we migrate a vm we call cleanup but the logging looks like:

Starting cleanup for 101
trying to acquire lock...
 OK
Configuration file 'nodes/pve-ceph-01/qemu-server/101.conf' does not exist

with this patch, we omit any logging in the case we do not have the config,
since we cannot know what to clean up

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/CLI/qm.pm