Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
None
-
13117
Description
launching sanity.sh in Xeon Phi I encountered with following issues that can be fixed by changing test scripts:
- Xeon Phi don't support "mount -t lustre", we can use only "mount.lustre"
- A "head" utility don't support shortcut "-1" option. It should be specified as "-n 1".
- A "sed" utility don't support expression "s/[-.]/ /3"