diff --git a/_posts/2025-11-24-kvm-import-ova-appliance.md b/_posts/2025-11-24-kvm-import-ova-appliance.md index f1c75a3..5dc3996 100644 --- a/_posts/2025-11-24-kvm-import-ova-appliance.md +++ b/_posts/2025-11-24-kvm-import-ova-appliance.md @@ -1,7 +1,7 @@ --- layout: post author: Sam Hadow -tags: kvm sysadmin +tags: virtualization sysadmin --- When downloading virtual machines they're usually packaged in an OVA file (Open Virtual Appliance). An OVA file is actually just a single file archive with an OVF package inside. An OVF package contains the metadata decribing the virtual machine (usually a .ovf file) and the virtual disks. The OVF standard doesn't specify a disk image format.