-
Story
-
Resolution: Done
-
Minor
-
RH134 - RHEL 7 0
-
None
-
Tested on RH134VT on live3.example.com on desktop1/server1. The grading script is the same in ILT foundation0-rhce-7.0-1.r24575.x86_64
-
15
URL:
Reporter RHNID:
Section: -
Language: ||||||||
Workaround:
Description: The test for the NFSv4 mount in /usr/local/bin/lab-sa2-review checks for the fully-qualified hostname (serverX.example.com:/essos) even though an unqualified hostname (serverX:/essos) also works just fine. The following change to /usr/local/bin/lab-sa2-review would work for either:
Change "server${X}.example.com nfs4 */mnt/essos" to "server${X}.:essos * nfs4 */mnt/essos" on line 10284.