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 cloudinit lvm layout #918

Open MadalinNitu opened 2 years ago

MadalinNitu commented 2 years ago

I consider will be great if the provider can to support along networking and user data the storage layout. I want to deploy an entire cluster and I want to deploy with de minimum disk required and add in time more disk and use lvm for that. I want to use de release image and not create custom one with lvm.

Storage cloud init conf: storage: layout: name: lvm

I think will be great.

Thanks Madalin NITU

atlasloewenherz commented 2 years ago

@MadalinNitu apparently there has been a discussion on the LVM storage part already LVM storage pool implementation (#814) but unfortunately still not fully merged for more than a year now.

Hopefully, someone will at least find the time to provide some feedback!!