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 tweaking volume preallocation #926

Open klausenbusk opened 2 years ago

klausenbusk commented 2 years ago

A thinly provisioned qcow2 image can be very fragmented. This commit adds support for tweaking how volumes are preallocated.

Tested with raw and qcow2 volumes.

klausenbusk commented 2 years ago

@dmacvicar want to have a look? :)