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

more than 6 scsi devices on a single domain #845

Closed M0WA closed 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. upper limit for this implementation is 256 scsi devices per vm.

M0WA commented 3 years ago

will reopen with nicer code