Bug 1506399
Summary: | Installer ignores missing overlay | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Chris Evich <cevich> |
Component: | Installer | Assignee: | Steve Milner <smilner> |
Status: | CLOSED ERRATA | QA Contact: | Gan Huang <ghuang> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 3.7.0 | CC: | aos-bugs, cevich, gscrivan, jokerman, mmccomas, smilner, xtian |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | 3.7.0 | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-28 22:19:38 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
Chris Evich
2017-10-25 21:55:06 UTC
this is needed by CRI-O. We noticed that CRI-O would fail if the overlay module is not already loaded. Speaking with the reporter on IRC it looks like this was a misunderstanding. It's true that this is an 'ignored error' but that is so a variable can be registered and then used to load and configure loading overlay. If this bit of logic for some reason DOESN'T load and configure auto loading of overlay please reopen the bug with log attached. Discussed this at length...the playbook is operating as expected. Though IMHO, "Ignored Errors" scare the hell out of Ansible-n00bs. Better to put that and related logic into a script and call it with the ansible 'script' module. If this is just a status check test then we should set a failed_when so that the playbook exits with returncode of 0. PR: https://github.com/openshift/openshift-ansible/pull/5901 Just adds ``failed_when: false``. Verified in openshift-ansible-3.7.0-0.184.0.git.0.d407445.el7.noarch.rpm TASK [docker : Check that overlay is in the kernel] **************************** Tuesday 31 October 2017 03:14:47 +0000 (0:00:00.045) 0:00:59.410 ******* changed: [qe-ghuang-master-etcd-1.1031-uqb.qe.rhcloud.com] => {"changed": true, "cmd": "lsmod | grep overlay", "delta": "0:00:00.005766", "end": "2017-10-31 03:14:49.093520", "failed": false, "failed_when_result": false, "msg": "non-zero return code", "rc": 1, "start": "2017-10-31 03:14:49.087754", "stderr": "", "stderr_lines": [], "stdout": "", "stdout_lines": []} 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/RHSA-2017:3188 |