-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
RH358 - RHEL8.1-en-1-20200728
-
None
-
False
-
-
False
-
10
-
-
-
en-US (English)
URL: | ch10s07 |
Reporter RHNID: | ronaldo@relian.de |
Section title: | Lab: Providing File-based Network Storage |
Language: | English |
Issue description
H Red Hat Support,
in the video Lab;: Providing File-based Network Storage at 5:26 you are showing a playbook for the NFS-client. But this playbook is only the half truth, because it does not ensure, that nfs-utils is installed on the NFS-client. But without nfs-utils package on the NFS-client the mount to the NFS-server will NOT work! Sometimes your learning stuff is very confusing and the teacher goes very fast over it....not good!!
Steps to reproduce:
Workaround:
Add a task in the NFS client playbook to install the 'nfs-utils' package prior to the mount command. For example: 'yum install nfs-utils' or 'dnf install nfs-utils' depending on the distribution.
Expected result: