-
Bug
-
Resolution: Done
-
Major
-
RH442 - RHEL8.0-en-1-20190828
-
None
-
10
-
URL:
Reporter RHNID: ran000
Section: - Lab: Tuning File System Utilization
Language: |
Workaround: Inform student with addition requirement to use device form line in fstab
Description: Grading script check lines in /etc/fstabĀ based on device name only:
pad " . Checking for the ext4 entry in /etc/fstab config:"
if ${ssh} ${target} "cat /etc/fstab | grep 'vdd1' | grep '/smallfiles' | grep ext4 | grep 'noatime'";
Correct Lab solution with line based on UUID or LABEL is shown as fail. I meet with such problem with one of my student.