Open abbbi opened 5 years ago
@abbbi for all this extension features, you can use this: https://github.com/dmacvicar/terraform-provider-libvirt/blob/master/website/docs/r/domain.html.markdown#altering-libvirts-generated-domain-xml-definition
:rocket:
@MalloZup
yes i know, but then it might also make sense to have something like:
disk { type = "sata|scsi|virtio-scsi|ide" .. }
instead of forcibly defaulting to some value. Also, different disk modes require different controllers to be added.
yop i get the point
hi,
currently the plugin only supports two disk types: virtio(-scsi) and virtio. IDE is used for CDROM.
There are certain systems that dont work with the scsi or virtio option. Some might need SATA (like ESXi).
There should be the possiblity to specify SATA as disk bus option too.