dmacvicar / terraform-provider-libvirt

Terraform provider to provision infrastructure with Linux's KVM using libvirt
Apache License 2.0
1.54k stars 457 forks source link

support more than 6 scsi devices on a single domain #846

Open M0WA opened 3 years ago

M0WA commented 3 years ago

this commit forces all scsi devices of a certain domain to be attached to a single virtio scsi controller. this eliminates the limit of 6 scsi devices per domain.

some background information: https://bugzilla.redhat.com/show_bug.cgi?id=1269577

M0WA commented 3 years ago

Hi @MalloZup

i have added a new testacc for that, maybe you want to disable it for failfast :)

M0WA commented 3 years ago

hey @MalloZup,

does this actually have a chance to be merged? just wanna ask, i have no hurries :)

M0WA commented 3 years ago

Hi @MalloZup, @dmacvicar,

can you say something, if/when it could get merged?