Bug 1547229
Summary: | glusterfs installation failed on task "Ensure device mapper modules loaded" | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Hongkai Liu <hongkliu> |
Component: | Installer | Assignee: | Jose A. Rivera <jarrpa> |
Status: | CLOSED ERRATA | QA Contact: | Hongkai Liu <hongkliu> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.9.0 | CC: | aos-bugs, hongkliu, jokerman, mmccomas, weshi, wsun |
Target Milestone: | --- | ||
Target Release: | 3.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-28 14:29:21 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: |
Description
Hongkai Liu
2018-02-20 19:22:12 UTC
If use this commit, it works. git reset --hard b90ec246f78ac66c4251996f9bb288875765ccaf openshift-ansible-3.9.0-0.46.0 has the fix Tested with $ git log --oneline -1 59d9c87e2 (HEAD -> master, tag: openshift-ansible-3.9.0-0.46.0) Automatic commit of package [openshift-ansible] release [3.9.0-0.46.0]. The problem is still there. But I got a workaround: I need to add a group in the inv. file (that is where undefined var occurred) to pass the failed task: glusterfs_registry Then add no hosts into the group since i do not use that at all. https://github.com/openshift/openshift-ansible/blob/master/roles/openshift_storage_glusterfs/templates/glusterfs.conf.j2 PR to fix this created: https://github.com/openshift/openshift-ansible/pull/7237 @Johnny, I will verify this when the PR is merged. *** Bug 1547843 has been marked as a duplicate of this bug. *** Move it to ASSIGNED since PR didn't merge. It block CNS testing. Verified with version openshift-ansible-3.9.0-0.53.0.git.0.f8f01ef.el7, TASK [openshift_storage_glusterfs : Ensure device mapper modules loaded] could execute succeed. Verified with # yum list installed | grep openshift atomic-openshift.x86_64 3.9.0-0.46.0.git.0.d03ead3.el7 $ cd openshift-ansible/ [fedora@ip-172-31-33-174 openshift-ansible]$ git log --oneline -1 2a9f35a3c (HEAD -> master, origin/master, origin/HEAD) Merge pull request #7314 from kwoodson/update_registry_certificates glusterfs is installed well. 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:0489 |