Details
-
Bug
-
Resolution: Fixed
-
Major
-
Lustre 2.1.0
-
None
-
3
-
4950
Description
yaml.sh and test-framework.sh sometimes attaches the full qualified node name to its output files and sometimes just the first element. It will do this in the same session meaning half the log ends up in.
x.log
and the other half in
x.y.z.log
yaml.sh needs fixing up to support this, and as it doesn't always know the y.z it should just always use x.log format for filenames.
Note this change does mean the the yml files only have the hostname and the log files have the fully qualified name, but because the yml failes are short lived and only used to send date to Maloo I do not think this is a major issue. The intention is to replace the bash script tools after the 2.1 release and so this stuff should be sorted out then.