v0.9.4 #1290
dmacvicar
announced in
Announcements
v0.9.4
#1290
Replies: 1 comment
-
|
I've started using the destroy.graceful.timeout values. I want to provide positive feedback that everything seems to be working as expected. However, if I discover issues, I will open an issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
New Features (Experimental)
destroy.shutdown.timeoutoption onlibvirt_domainsends an ACPI shutdown signal and waits for the guest to power off cleanly before destroying it, instead of force-killing. Subject to change in future releases.createanddestroyblocks onlibvirt_poolgive explicit control over build, start, autostart, and backing storage deletion behavior during pool create/destroy. Subject to change in future releases.Bug Fixes
KEEP_NVRAMandKEEP_TPMundefine flags during updates. (fix: Keep nvram/tpm files on domain update #1232, @atopuzov)capacity_unitnot preserved on volume readback — specifyingcapacity_unit = "GiB"on a volume would cause "Provider produced inconsistent result after apply" on every apply, because libvirt normalizes to bytes in XML. The codegen now preserves the user's unit when the value was explicitly set. (Can't use capacity_unit with libvirt_volume in 0.9.1 #1253)terraform destroyof adirpool was callingStoragePoolDeletewhich removed the backing directory. The default behavior now preserves the directory (matchingvirsh pool-destroy+pool-undefine), with an explicitdestroy.delete = trueoverride available. (libvirt_pool destroy calls StoragePoolDelete which removes backing directory, fails with EBUSY on mount points #1285)Dependencies
github.com/cloudflare/circlfrom 1.6.1 to 1.6.3. (chore(deps): bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 #1284)Contributors
This discussion was created from the release v0.9.4.
Beta Was this translation helpful? Give feedback.
All reactions