Summary: | Too early timed out while waiting for the disk to be created during upgrade-appliance action | ||
---|---|---|---|
Product: | [oVirt] ovirt-hosted-engine-setup | Reporter: | Jiri Belka <jbelka> |
Component: | General | Assignee: | Simone Tiraboschi <stirabos> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Belka <jbelka> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 2.0.0 | CC: | bugs, cshao, dfediuck, stirabos, ycui |
Target Milestone: | ovirt-4.0.0-rc | Flags: | rule-engine:
ovirt-4.0.0+
rule-engine: blocker+ rule-engine: planning_ack+ dfediuck: devel_ack+ mavital: testing_ack+ |
Target Release: | 2.0.0.1 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-07-05 07:59:40 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: |
Description
Jiri Belka
2016-06-07 10:41:02 UTC
My workaround to make the setup pass: # grep 1200 /usr/share/ovirt-hosted-engine-setup/plugins/gr-he-upgradeappliance/engine/add_vm_disk.py API_RETRIES = 1200 sometimes it's hard to tell if we should keep waiting or not. We should probably add a question for interactive mode to ask the user if he wants to keep waiting. For the automated installation your workaround is actually a valid way and we only need to document it, since in most cases this should be sufficient. We are also explicitly checking from failures in the API response so we are just looping while the creation is pending. Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release. ok, ovirt-hosted-engine-setup-2.0.0.2-1.el7ev.noarch [root@dell-r210ii-04 ~]# grep '^[[:blank:]]*API_RETRIES' /usr/share/ovirt-hosted-engine-setup/plugins/gr-he-upgradeappliance/engine/add_vm_disk.py API_RETRIES = 3600 # one hour [root@dell-r210ii-04 ~]# rpm -q ovirt-hosted-engine-setup ovirt-hosted-engine-setup-2.0.0.2-1.el7ev.noarch oVirt 4.0.0 has been released, closing current release. |