mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-03 02:29:21 +00:00
Fixed wrong UUID in Qemu VZDump backup
As the format of the uuid which the qemu monitor returned changed, it is here adapted to fix errors with not matching uuids. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
525814b230
commit
663d664130
@ -318,7 +318,7 @@ sub archive {
|
||||
|
||||
my $backup_cb = sub {
|
||||
my ($vmid, $resp) = @_;
|
||||
$uuid = $resp->{return};
|
||||
$uuid = $resp->{return}->{UUID};
|
||||
};
|
||||
|
||||
my $outfh;
|
||||
|
Loading…
Reference in New Issue
Block a user