balena-os / leviathan-worker

The worker layer for Leviathan including worker plugins QemuKit & AutoKit
Apache License 2.0
6 stars 4 forks source link

qemu: make RAID an optional configuration #24

Closed jakogut closed 2 years ago

jakogut commented 2 years ago

Rather than force RAID for all QEMU workers, add a config to enable it, but leave it disabled by default. This allows for testing with operating systems that don't properly support RAID.

Change-type: patch Signed-off-by: Joseph Kogut joseph@balena.io

jakogut commented 2 years ago

@klutchell Sounds good to me! Let me know if you have any other feedback.