Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
Lustre 2.12.6
-
None
-
3
-
9223372036854775807
Description
The work in LU-13857 looks good, however we also see jobstat names which break the yaml for example
- job_id: kworker/u515:5. snapshot_time: 1651751372
Which should be
- job_id: "kworker/u515:5." snapshot_time: 1651751372
The invalid characters in JobID issue was fixed with patch https://review.whamcloud.com/37764 "
LU-11407tgt: cleanup job_stats output printing".The incorrect job_stas YAML formatting was fixed with patch https://review.whamcloud.com/48417 "
LU-16110lprocfs: make job_stats and rename_stats valid YAML".