mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-13 17:38:38 +00:00
Use format raw if a disk is passthrough to VM.
To prevent error at VM starting, when we passthrough a harddrive from host to vm.
This commit is contained in:
parent
eb15b9f074
commit
5b61bff247
@ -1285,6 +1285,7 @@ sub print_drive_full {
|
||||
$format = qemu_img_format($scfg, $volname);
|
||||
} else {
|
||||
$path = $volid;
|
||||
$format = "raw";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user