fog / fog-libvirt

libvirt provider for fog
MIT License
16 stars 42 forks source link

Undefine NVRAM on vm destruction #132

Closed ekohl closed 6 months ago

ekohl commented 8 months ago

VMs with UEFI store UEFI variables in OVMF files. This flag tells Libvirt to undefine it, if it exists. This was introduced in libvirt 1.2.6, which can be found on very old EL7 systems, but those are no longer supported. EL 7.9 (only supported EL7 version) ships libvirt 4.5.

This replaces https://github.com/fog/fog-libvirt/pull/107

ekohl commented 6 months ago

I finally had a chance to set up a proper environment for this and I believe this is now ready.

ekohl commented 6 months ago

Verified this myself, so merging this.