fog / fog-libvirt

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

Correctly pass UNDEFINE_NVRAM when flags isn't pased #146

Closed ekohl closed 1 month ago

ekohl commented 1 month ago

If destroy() is called with options that doesn't contain a flags value then it should still default to UNDEFINE_NVRAM. That wasn't happening.

Fixes: 21d1bf827c03 ("Undefine NVRAM on vm destruction")

Fixes #142

ekohl commented 1 month ago

I learned that the test://default driver doesn't implement this flag. #153 tracks it further.