Bug 1564840
Summary: | [3.10] No directory /var/lib/containers/overlay2 | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Gan Huang <ghuang> | |
Component: | Installer | Assignee: | Scott Dodson <sdodson> | |
Status: | CLOSED ERRATA | QA Contact: | Gan Huang <ghuang> | |
Severity: | high | Docs Contact: | ||
Priority: | high | |||
Version: | 3.10.0 | CC: | aos-bugs, dma, haowang, jokerman, mgugino, mmccomas, mpatel, wmeng, wsun, xtian | |
Target Milestone: | --- | |||
Target Release: | 3.10.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | Bug Fix | ||
Doc Text: |
The installer improperly tried to set selinux context on a path that may not exist. This task was meant to workaround a problem in CRI-O that no longer exists and as such that task has been removed.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1564949 (view as bug list) | Environment: | ||
Last Closed: | 2018-07-30 19:12:20 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: | 1564949 |
Description
Gan Huang
2018-04-08 06:51:12 UTC
Mrunal, You added this[1][2], under which conditions would we expect /var/lib/containers/overlay2 to exist? Should we just check for the existence and not apply those changes if it doesn't exist? 1 - https://github.com/openshift/openshift-ansible/pull/7553 2 - https://github.com/openshift/openshift-ansible/pull/7466 Scott, Yes, we can check for existence and apply only if the directory is present. I think it's the overlay2 directory in question, which should be context type 'container_share_t' However, the overlay2 directory is not created via RPM, so whatever creates it must be responsible for setting the context. It's not clear what we should do for these cases. Fix is already in master branch. Tested with master branch, succeeded to spin up cluster with cri-o. Removing TestBlocker. Verified in openshift-ansible-3.10.0-0.29.0.git.0.8973ee4.el7.noarch.rpm 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 |