mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
The bus type to `data disk` volumes is hardcoded to `virtio` or `scsi`, when using virtio-scsi (or, based on the template type). Therefore, there is no way to specify the bus type to data disk volumes (as we have for root disks). This PR intends to replicate the `rootDiskController` behavior to `dataDiskController`, allowing the definition of the controller. Co-authored-by: Daniel Augusto Veronezi Salvador <daniel@scclouds.com.br>