-
-
Notifications
You must be signed in to change notification settings - Fork 78
Description
Describe the Issue
I created a MacOS image using your script and works nicely. Thanks a lot.
It looked a bit slow, so I checked the configuration file. I can see that the disk is attached as a SATA disk as below:
<target dev="sdb" bus="sata" rotation_rate="1"/>
while my other virtual machines using Virtio for storage has something like this:
<target dev="vda" bus="virtio"/>
So, I'm confused on how the virtio storage is used. In feature matrix, it states Sequoia comes with virtio storage.
Reproduce the Issue
Create a new autopilot config, Virtio storage option is not presented. SATA disk can be created.
Expectation
virtio storage driver to be supported & added to the virtual machine. It's much faster compared to SATA
Screenshots
No response
Operating System
Arch
Kernel
6.17.7-arch1-2
Processor
AMD Ryzen 7 PRO 5850U with Radeon Graphics stepping : 0
RAM (in GB)
32
GPU(s)
Vega 8 embedded in processor
Version
0.13.4
Branch
main
Additional Information
No response