mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-01 09:33:24 +00:00
live-restore: merge snapshot/repo log lines into one
to many lines make task log harder to read Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
88cabb624d
commit
daf829ecae
@ -6430,8 +6430,7 @@ sub pbs_live_restore {
|
||||
my ($vmid, $conf, $storecfg, $restored_disks, $repo, $keyfile, $snap) = @_;
|
||||
|
||||
print "starting VM for live-restore\n";
|
||||
print "repository: '$repo'\n";
|
||||
print "snapshot: '$snap'\n";
|
||||
print "repository: '$repo', snapshot: '$snap'\n";
|
||||
|
||||
my $pbs_backing = {};
|
||||
for my $ds (keys %$restored_disks) {
|
||||
|
Loading…
Reference in New Issue
Block a user