Bug 1659546
Summary: | nfs-utils is not installed by default in BaseOS installation | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Jorge Mora <mora> |
Component: | releng | Assignee: | Josh Boyer <jwboyer> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team-automation> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 8.0 | CC: | jkonecny, jwboyer, steved, xzhou, yoyang |
Target Milestone: | rc | ||
Target Release: | 8.0 | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-05-06 15:32:58 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
Jorge Mora
2018-12-14 16:21:23 UTC
I'm moving this over to the anaconda team, which probably is not correct but I know how else would make the call on what gets installed and what does not. To make nfs-utils installed they need to be part of the correct comps group. These are part of the repository. Switching to Release Engineering to fix comps if this package is missing there. (In reply to Josh Boyer from comment #3) > To my knowledge, this is the same experience as RHEL 7. I'm pretty sure nfs-utils is install with the server or workstation packages since it is needed by both (In reply to Steve Dickson from comment #4) > (In reply to Josh Boyer from comment #3) > > To my knowledge, this is the same experience as RHEL 7. > > I'm pretty sure nfs-utils is install with the server > or workstation packages since it is needed by both It is not. I did a fresh installation of RHEL 7.6 Infrastructure Server and nfs-utils is not included by default. [root@localhost ~]# cat /etc/os-release NAME="Red Hat Enterprise Linux Server" VERSION="7.6 (Maipo)" ID="rhel" ID_LIKE="fedora" VARIANT="Server" VARIANT_ID="server" VERSION_ID="7.6" PRETTY_NAME="Red Hat Enterprise Linux Server 7.6 (Maipo)" ANSI_COLOR="0;31" CPE_NAME="cpe:/o:redhat:enterprise_linux:7.6:GA:server" HOME_URL="https://www.redhat.com/" BUG_REPORT_URL="https://bugzilla.redhat.com/" REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 7" REDHAT_BUGZILLA_PRODUCT_VERSION=7.6 REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" REDHAT_SUPPORT_PRODUCT_VERSION="7.6" [root@localhost ~]# rpm -q nfs-utils package nfs-utils is not installed [root@localhost ~]# The same will be true of a minimal install. The only way it gets installed is either explicitly after the main OS install, or if the user manually selects the proper option in the list before installation begins. (In reply to Josh Boyer from comment #5) > (In reply to Steve Dickson from comment #4) > > (In reply to Josh Boyer from comment #3) > > > To my knowledge, this is the same experience as RHEL 7. > > > > I'm pretty sure nfs-utils is install with the server > > or workstation packages since it is needed by both > > It is not. I did a fresh installation of RHEL 7.6 Infrastructure Server and > nfs-utils is not included by default. > Fair enough.... > > The same will be true of a minimal install. The only way it gets installed > is either explicitly after the main OS install, or if the user manually > selects the proper option in the list before installation begins. Is it possible to select "the proper option" in RHEL8? So would you know what that option is? tia! (In reply to Steve Dickson from comment #6) > (In reply to Josh Boyer from comment #5) > > (In reply to Steve Dickson from comment #4) > > > (In reply to Josh Boyer from comment #3) > > > > To my knowledge, this is the same experience as RHEL 7. > > > > > > I'm pretty sure nfs-utils is install with the server > > > or workstation packages since it is needed by both > > > > It is not. I did a fresh installation of RHEL 7.6 Infrastructure Server and > > nfs-utils is not included by default. > > > Fair enough.... > > > > > The same will be true of a minimal install. The only way it gets installed > > is either explicitly after the main OS install, or if the user manually > > selects the proper option in the list before installation begins. > Is it possible to select "the proper option" in RHEL8? So would > you know what that option is? The file-server or network-file-system-client comps groups. There is another bug somewhere that pertains to making some of these options more readily accessible in the GUI based installations and I suspect that will make this accessible via the gui in a more noticeable fashion. As it stands today, the kickstart or yum group installation options are viable at a minimum. |