Hide Forgot
Improve HA failover, so that even when power fencing is not available, automatic HA will work without manual confirmation on host rebooted. We need to provide a way to restart VMs and move SPM role to a running server in case power fencing does fail. Power Fencing failing can be due to various reasons: 1. PowerOutage leaves the iLO/Drac, whatever unreachable 2. Network outage also leads to Power Fencing not reachable 3. Strange system failures that also affects the power fencing device 4. Misconfiguration of e.g. Firewalls All these should lead to VMs running on other hypervisors afterwards so that they are reachable again. Therefore wwe need to make sure that the host running the VM previously has no chance of reaching the storage anymore and as such it can't do any harm to the data.
We need to finilize the design, marking that we haven't completed it yet. Once the design is finilized, we can properly devel ack/nack accordingly.
Moving from 4.0 alpha to 4.0 beta since 4.0 alpha has been already released and bug is not ON_QA.
Here is the storage-side feature page: http://www.ovirt.org/develop/release-management/features/storage/vm-leases/ On top of this there is the virt-side feature page (in review): https://github.com/oVirt/ovirt-site/pull/586
We are not finished yet, moving back to POST.
Arik, can you please open a blocking bug on API for the feature?
REST API bug was opened and already solved
Add a patch to require the libvirt version that allows working with vm leases. Moving back to post until this patch is merged (should be quick).