From ce98abb757e16756eed60cc77a1644ebc3fa86bf Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Mon, 11 Dec 2023 12:43:59 +0100 Subject: [PATCH] Use SATA as bus type for mounted ISO files --- virtweb_backend/src/libvirt_rest_structures.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtweb_backend/src/libvirt_rest_structures.rs b/virtweb_backend/src/libvirt_rest_structures.rs index 82584be..5c107d5 100644 --- a/virtweb_backend/src/libvirt_rest_structures.rs +++ b/virtweb_backend/src/libvirt_rest_structures.rs @@ -160,7 +160,7 @@ impl VMInfo { "hd{}", ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l"][disks.len()] ), - bus: "usb".to_string(), + bus: "sata".to_string(), }, readonly: Some(DiskReadOnlyXML {}), boot: DiskBootXML {