Description of problem: When we run the installer the first thing that happens is that a tmp VM is created (which turns into a template). That VM is created with terraform by the terraform provider. The logic we currently have for the terraform provider is that a VM disk is not removed by default https://github.com/oVirt/terraform-provider-ovirt/blob/master/ovirt/resource_ovirt_vm.go#L773 Version-Release number of the following components: How reproducible: Start an installation without overriding the tempalte. when the installation finishes the tmpvm is removed but the disk lives on.
This is still causing a very high percentage of ovirt tests to fail, so I'm increasing the severity to match. We use these tests to determine if our product is ready to ship so we need to be able to run them reliably.
Verified with: 4.6.0-0.nightly-2020-09-28-212756 The temporary VM is removed after the bootstrap phase finished and the disk is removed as well (checked in Storage -> Disks in webadmin).
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.6 GA Images), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:4196