
Hello, I am trying to upgrade RHV4.3.10 (standalone) to RHV4.4.3 (HE) in one step which is probably not supported but in case of our oVirt cluster it worked well. I am using hosted-engine --deploy with answer file hosted-engine --deploy --restore-from-file=backup/backup.tar --config-append=answer-file_pontus.txt I can pass until this task [ INFO ] TASK [ovirt.ovirt.hosted_engine_setup : Add HE disks] then ansible fails with a "Timeout exceed while waiting on result state of the entity." In the engine I can see that he_virtio_disk is successfuly created and in OK state but he_sanlock is in LOCKED state. Shared storage domain is FC. Here is part of ovirt-hosted-engine-setup-ansible-create_target_vm.log ... { "_ansible_item_label": { "content": "hosted_engine_sanlock", "description": "Hosted-Engine sanlock disk", "format": "raw", "name": "he_sanlock", "size": "1GiB", "sparse": false }, "_ansible_no_log": false, "ansible_loop_var": "item", "changed": false, "exception": "Traceback (most recent call last):\n File \"/tmp/ansible_ovirt_disk_payload_sy1l4b1p/ansible_ovirt_disk_payload.zip/ansible_collections/ovirt/ovirt/plugins/modules/ovirt_disk.py\", line 802, in main\n File \"/tmp/ansible_ovirt_disk_payload_sy1l4b1p/ansible_ovirt_disk_payload.zip/ansible_collections/redhat/rhv/plugins/module_utils/ovirt.py\", line 652, in create\n poll_interval=self._module.params['poll_interval'],\n File \"/tmp/ansible_ovirt_disk_payload_sy1l4b1p/ansible_ovirt_disk_payload.zip/ansible_collections/redhat/rhv/plugins/module_utils/ovirt.py\", line 370, in wait\n raise Exception(\"Timeout exceed while waiting on result state of the entity.\")\nException: Timeout exceed while waiting on result state of the entity.\n", "failed": true, ... Do have anybody an idea where could be problem? Thanks in advance, Jiri