If I can apply the patch also to 4.0.3 I'm going to see if there is then a different behavior.Let me know,I'm trying it right now.Any other tests will be really appreciated.The patch is pretty simply, you can apply that on the fly.You have to shutdown ovirt-ha-broker and ovirt-ha-agent; then you could directly edit/usr/lib/python2.7/site-packages/api/vdsmapi.py around line 97 changing fromloaded_schema = yaml.load(f)toloaded_schema = yaml.load(f, Loader=yaml.CLoader)Please pay attention to keep exactly the same amount of initial spaces.Then you can simply restart the HA agent and check.