Bug 1698814
| Summary: | Scale up nodes failed at task [Apply ignition manifest] | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Weihua Meng <wmeng> | ||||
| Component: | Installer | Assignee: | Russell Teague <rteague> | ||||
| Installer sub component: | openshift-ansible | QA Contact: | Weihua Meng <wmeng> | ||||
| Status: | CLOSED ERRATA | Docs Contact: | |||||
| Severity: | high | ||||||
| Priority: | high | CC: | chaoyang, gpei, lxia, vrutkovs, wehe | ||||
| Version: | 4.1.0 | ||||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.1.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | No Doc Update | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2019-06-04 10:47:22 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Weihua Meng
2019-04-11 09:05:39 UTC
Please attach full ansible -vvv logs. Please ensure openshift-ansible/ansible.cfg is being used during playbook execution. The task which failed could be related to not having ssh retries configured. https://github.com/openshift/openshift-ansible/blob/master/ansible.cfg#L38 Logs show task [Apply ignition manifest] was tried 15 times and failed after 7 minutes. It appears the node was rebooted, but it doesn't come up after it. Not much Ansible can do about this. Is this reproducible? Is there a console log from the node when task failed? Created attachment 1555403 [details]
ec2-console-log
(In reply to Vadim Rutkovsky from comment #4) > It appears the node was rebooted, but it doesn't come up after it. Not much > Ansible can do about this. > > Is this reproducible? Is there a console log from the node when task failed? It can be reproduced. console log attatched. Changes in the way reboots are handled during apply for ignition manifest have merged. openshift-ansible-4.1.0-201904161832 Please test again. Fixed. openshift-ansible-4.1.0-201904201251.git.148.6de1227.el7.noarch scaleup playbook can finish successfully. PLAY RECAP ******************************************************************************************************************************************************************************************************** ec2-52-194-221-152.ap-northeast-1.compute.amazonaws.com : ok=20 changed=14 unreachable=0 failed=0 localhost : ok=0 changed=0 unreachable=0 failed=0 Sunday 21 April 2019 20:33:46 -0400 (0:00:40.746) 0:05:21.560 ********** Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:0758 |