kiranchavala opened a new issue, #13605: URL: https://github.com/apache/cloudstack/issues/13605
### problem Cloudstack should validate if OOBM is enabled before enabling HA on the KVM host ### versions ACS 4.22.1 ### The steps to reproduce the bug Currently there are 2 type os HA Host ha and vm ha. Many users think by enabling host ha they achieve vm ha also Currently, the host ha can be enabled without cross checking if the OOBM is enabled https://cloudstack.apache.org/api/apidocs-4.22/apis/enableHAForHost.html <img width="998" height="527" alt="Image" src="https://github.com/user-attachments/assets/c0761fc5-d029-4024-9366-af4e898af527" /> <img width="821" height="193" alt="Image" src="https://github.com/user-attachments/assets/08180a44-73cd-4892-a415-77d991472f97" /> OOBM <img width="977" height="537" alt="Image" src="https://github.com/user-attachments/assets/e8723ca1-631c-4e72-865e-1d8b804e383a" /> <img width="710" height="172" alt="Image" src="https://github.com/user-attachments/assets/9b0a0cec-6bb8-4199-ae38-e76344a0585d" /> Cloudstack should not allow to enable host ha if the OOBM is not enabled or configured ### What to do about it? We can check if oobm is enabled for the host via the api and provide a pop up to the admin user to enable it they try to enable host ha https://cloudstack.apache.org/api/apidocs-4.22/apis/listHosts.html Cloudstack should not allow to enable host ha if the OOBM is not enabled or configured Ref https://docs.cloudstack.apache.org/en/4.22.1.0/adminguide/hosts.html#out-of-band-management https://docs.cloudstack.apache.org/en/4.21.0.0/adminguide/reliability.html#ha-enabled-hosts https://www.shapeblue.com/host-ha-for-kvm-hosts-in-cloudstack/ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
