Bug 1299325
| Summary: | Checking master service status failed during restart on the none HA Master env | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Anping Li <anli> |
| Component: | Cluster Version Operator | Assignee: | Andrew Butcher <abutcher> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Anping Li <anli> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.1.0 | CC: | aos-bugs, bleanhar, jokerman, mmccomas, xtian |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | openshift-ansible-3.0.34-1.git.0.b0511f9.el7aos | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-01-29 20:58:44 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: | |||
Andrew has a fix for this and I've verified it. We'll deliver it to QE in today's build. The fix works well, so move bug to Verified |
Description of problem: Rolling restart failed at the task 'Check master service status' on the none Master HA Environment Version-Release number of selected component (if applicable): openshift-ansible-3.0.33-1 How reproducible: Always Steps to Reproduce: 1. Set OSE Environment 1 Master + 1 Hosts 2. ansible-playbook -i /root/config/oserhel /root/openshift-ansible/playbooks/byo/openshift-master/restart.yml Actual results: TASK: [pause ] **************************************************************** skipping: [10.14.6.120] TASK: [set_fact ] ************************************************************* skipping: [10.14.6.120] PLAY [Determine which masters are currently active] *************************** GATHERING FACTS *************************************************************** ok: [10.14.6.120] TASK: [Check master service status] ******************************************* fatal: [10.14.6.120] => error while evaluating conditional: openshift.master.cluster_method == 'pacemaker' FATAL: all hosts have already failed -- aborting PLAY RECAP ******************************************************************** to retry, use: --limit @/root/restart.retry 10.14.6.120 : ok=12 changed=0 unreachable=1 failed=0 localhost : ok=7 changed=0 unreachable=0 failed=0 Expected results: The rolling restart succeed Additional info: