Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
Lustre client distro: RHEL 8.0
-
3
-
9223372036854775807
Description
On RHEL 8.0 client, the output of "lfs df" is treated as binary data:
# lfs df | grep summary Binary file (standard input) matches
The above issue caused many tests failed.
In Lustre test scripts, we can use "grep -a" to resolve the issue:
-a, --text Process a binary file as if it were text; this is equivalent to the --binary-files=text option.
# lfs df | grep -a summary filesystem_summary: 13528032 76072 12685192 1% /mnt/lustre