Bug 1567579
| Summary: | upgrade failed with error "The requested handler 'restart master controllers' was not found" | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Weihua Meng <wmeng> |
| Component: | Cluster Version Operator | Assignee: | Michael Gugino <mgugino> |
| Status: | CLOSED ERRATA | QA Contact: | Weihua Meng <wmeng> |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.10.0 | CC: | aos-bugs, jokerman, mgugino, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | 3.10.0 | ||
| 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: | 2018-07-30 19:12:49 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: | |||
PR Created in master: https://github.com/openshift/openshift-ansible/pull/7982 Fixed.
openshift-ansible-3.10.0-0.26.0.git.0.dbc127c.el7.noarch
Operating System: Red Hat Enterprise Linux Server 7.5 (Maipo)
CPE OS Name: cpe:/o:redhat:enterprise_linux:7.5:GA:server
Kernel: Linux 3.10.0-862.el7.x86_64
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-2018:1816 |
Description of problem: upgrade failed with error "The requested handler 'restart master controllers' was not found" in either the main handlers list nor in the listening handlers list --- - name: modify controller args yedit: src: /etc/origin/master/master-config.yaml edits: - key: kubernetesMasterConfig.controllerArguments.cluster-signing-cert-file value: - /etc/origin/master/ca.crt - key: kubernetesMasterConfig.controllerArguments.cluster-signing-key-file value: - /etc/origin/master/ca.key notify: - restart master controllers - restart master api Version-Release number of the following components: openshift-ansible-3.10.0-0.21.0.git.0.0b1d180.el7.noarch How reproducible: Always Steps to Reproduce: 1. upgrade OCP 3.9 to 3.10 Actual results: TASK [openshift_control_plane : modify controller args] ****************************************************************************** task path: /usr/share/ansible/openshift-ansible/roles/openshift_control_plane/tasks/bootstrap_settings.yml:2 Using module file /usr/share/ansible/openshift-ansible/roles/lib_utils/library/yedit.py <qe-wmengah39-master-etcd-1.0414-7vl.qe.rhcloud.com> ESTABLISH SSH CONNECTION FOR USER: root ..... ERROR! The requested handler 'restart master controllers' was not found in either the main handlers list nor in the listening handlers list Expected results: Upgrade succeeds without error