Bug 1773446
| Summary: | cloud-utils-growpart install conflicts with gce-disk-expand in google managed image when scale up rhel node | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> | |
| Component: | Installer | Assignee: | Russell Teague <rteague> | |
| Installer sub component: | openshift-ansible | QA Contact: | Yang Yang <yanyang> | |
| Status: | CLOSED ERRATA | Docs Contact: | ||
| Severity: | high | |||
| Priority: | high | |||
| Version: | 4.4 | |||
| Target Milestone: | --- | |||
| Target Release: | 4.4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
Cause: cloud-utils-growpart package conflicts with gce-disk-expand package already installed in GCP instances
Consequence: Package install fails during scaleup on GCP
Fix: grwopart is not implemented for RHEL, removed cloud-utils-growpart package from list of packages to install
Result: Package install succeeds during scaleup on GCP
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1777388 (view as bug list) | Environment: | ||
| Last Closed: | 2020-05-04 11:15:36 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1777388 | |||
Verified with payload 4.4.0-0.nightly-2019-12-20-210709
Openshift support packages are installed successfully using rhel-7-v20191121 image which is managed by google.
TASK [openshift_node : Install openshift support packages] *********************
changed: [10.0.32.4] => {"ansible_job_id": "885541645723.5643", "attempts": 1, "changed": true, "changes": {"installed": ["setools-console", "dracut-network", "podman", "skopeo", "runc", "containernetworking-plugins", "cri-tools", "nfs-utils", "dnsmasq", "lvm2", "iscsi-initiator-utils", "device-mapper-multipath", "mdadm", "cryptsetup", "sssd", "bzip2", "tmux", "nmap-ncat", "bind-utils", "strace", "bash-completion", "nano", "iptables-services", "bridge-utils", "container-storage-setup", "ceph-common", "microcode_ctl", "irqbalance", "glusterfs-fuse"], "updated": [["kernel", "3.10.0-1062.9.1.el7.x86_64 from rhui-rhel-7-server-rhui-rpms"], ["selinux-policy-targeted", "3.13.1-252.el7_7.6.noarch from rhui-rhel-7-server-rhui-rpms"]]}, "finished": 1, "msg": "", "obsoletes": {"python-urllib3": {"dist": "noarch", "repo": "@rhui-rhel-7-server-rhui-rpms", "version": "1.10.2-7.el7"}}, "rc": 0,
changed: [10.0.32.5] => {"ansible_job_id": "651950393637.5704", "attempts": 1, "changed": true, "changes": {"installed": ["setools-console", "dracut-network", "podman", "skopeo", "runc", "containernetworking-plugins", "cri-tools", "nfs-utils", "dnsmasq", "lvm2", "iscsi-initiator-utils", "device-mapper-multipath", "mdadm", "cryptsetup", "sssd", "bzip2", "tmux", "nmap-ncat", "bind-utils", "strace", "bash-completion", "nano", "iptables-services", "bridge-utils", "container-storage-setup", "ceph-common", "microcode_ctl", "irqbalance", "glusterfs-fuse"], "updated": [["kernel", "3.10.0-1062.9.1.el7.x86_64 from rhui-rhel-7-server-rhui-rpms"], ["selinux-policy-targeted", "3.13.1-252.el7_7.6.noarch from rhui-rhel-7-server-rhui-rpms"]]}, "finished": 1, "msg": "", "obsoletes": {"python-urllib3": {"dist": "noarch", "repo": "@rhui-rhel-7-server-rhui-rpms", "version": "1.10.2-7.el7"}}, "rc": 0,
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-2020:0581 |
Description of problem: Version-Release number of the following components: openshift-ansible-4.3.0-201911150628.git.186.b95edd2.el7 How reproducible: Always Steps to Reproduce: 1. Install a UPI cluster on GCP 2. Launch a RHEL instance using google managed image 3. Run openshift-ansbile playbook to scale up a rhel worker node. Actual results: gce-disk-expand is pre-installed in google managed image, which confilicts some packages which is trying to be installed by installer. TASK [openshift_node : Install openshift support packages] ********************* Monday 18 November 2019 14:35:25 +0800 (0:00:00.062) 0:00:03.514 ******* FAILED - RETRYING: Install openshift support packages (3 retries left). FAILED - RETRYING: Install openshift support packages (2 retries left). FAILED - RETRYING: Install openshift support packages (1 retries left). fatal: [10.0.32.7]: FAILED! => {"ansible_job_id": "277562400775.5314", "attempts": 3, "changed": true, "changes": {"installed": ["setools-console", "dracut-network", "podman", "skopeo", "runc", "containernetworking-plugins", "cri-tools", "nfs-utils", "dnsmasq", "lvm2", "iscsi-initiator-utils", "device-mapper-multipath", "mdadm", "cryptsetup", "sssd", "bzip2", "tmux", "nmap-ncat", "bind-utils", "strace", "bash-completion", "nano", "iptables-services", "bridge-utils", "container-storage-setup", "cloud-utils-growpart", "ceph-common", "microcode_ctl", "irqbalance", "glusterfs-fuse"], "updated": []}, "finished": 1, "msg": "Error: gce-disk-expand conflicts with cloud-utils-growpart-0.29-5.el7.noarch\n", "obsoletes": {"python-urllib3": {"dist": "noarch", "repo": "@rhui-rhel-7-server-rhui-rpms", "version": "1.10.2-7.el7"}}, "rc": 1, "results": Expected results: No conflicts, scale up succeed. Additional info: Please attach logs from ansible-playbook with the -vvv flag