Bug 1238565
Summary: | nfs-utils should be installed as dependency of openshift-node rpm to allowe user add nfs volume | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Johnny Liu <jialiu> |
Component: | Installer | Assignee: | Scott Dodson <sdodson> |
Status: | CLOSED ERRATA | QA Contact: | Ma xiaoqiang <xiama> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.0.0 | CC: | adellape, bleanhar, jokerman, libra-bugs, libra-onpremise-devel, mmccomas, xtian |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openshift-3.0.1.0-0.git.167.74e2880.el7ose | Doc Type: | Bug Fix |
Doc Text: |
If the nfs-utils package was not installed on a node host, when a user tried to add an NFS volume to an application, the mount operation would fail for the pod. This bug fix adds the nfs-utils package as a dependency for the openshift-node package so it is installed on all node hosts by default.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2015-08-03 20:17:35 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
Johnny Liu
2015-07-02 07:37:21 UTC
Commit pushed to master at https://github.com/openshift/origin https://github.com/openshift/origin/commit/7a8966256430966a395cfb0437042fa72960e8c7 [RPMs] Add nfs-utils to openshift-node requires Not all nodes will require NFS mounts but this adds only 4MiB on top of a minimal RHEL7.1 installation. Fixes Bug 1238565 Verified this bug with openshift-node-3.0.1.0-0.git.167.74e2880.el7ose.x86_64, and PASS. # rpm -q openshift-node openshift-node-3.0.1.0-0.git.167.74e2880.el7ose.x86_64 # rpm -qR openshift-node|grep nfs nfs-utils 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-2015:1540 |