mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-05-01 13:36:15 +00:00
restore: pass format to vma extract
This silences the "probing guessed raw" warnings of 'qmrestore'.
This commit is contained in:
parent
3f565071e5
commit
3c525055dd
@ -5576,7 +5576,7 @@ sub restore_vma_archive {
|
|||||||
$write_zeros = 0;
|
$write_zeros = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
print $fifofh "${write_zeros}:$d->{devname}=$path\n";
|
print $fifofh "format=$d->{format}:${write_zeros}:$d->{devname}=$path\n";
|
||||||
|
|
||||||
print "map '$d->{devname}' to '$path' (write zeros = ${write_zeros})\n";
|
print "map '$d->{devname}' to '$path' (write zeros = ${write_zeros})\n";
|
||||||
$map->{$virtdev} = $volid;
|
$map->{$virtdev} = $volid;
|
||||||
|
Loading…
Reference in New Issue
Block a user