Details
-
Improvement
-
Resolution: Fixed
-
Minor
-
None
-
9223372036854775807
Description
Current llog name specification is totally non-standard for lctl llog_print, llog_info, and related commands. Change this to optionally accept config llog names without the leading '$', since adding '$' is non-intuitive and the shell will think this is a variable and "$fsname-client" becomes "-client".
Similarly, llog identifiers are formatted like "#0x4:10#0000000" instead of the standard FID format [0x4:0x10:0x0]. Update the code to print FIDs in standard format.
Attachments
Issue Links
Activity
Fix Version/s | New: Lustre 2.11.0 [ 13091 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue is related to LDEV-567 [ LDEV-567 ] |
Description |
New:
Current llog name specification is totally non-standard for {{lctl llog_print}}, {{llog_info}}, and related commands. Change this to optionally accept config llog names without the leading '$', since adding '$' is non-intuitive and the shell will think this is a variable and "{{$fsname-client}}" becomes "{{-client}}". Similarly, llog identifiers are formatted like "{{#0x4:10#0000000}}" instead of the standard FID format {{[0x4:0x10:0x0]}}. Update the code to print FIDs in standard format. |
Link | New: This issue is related to PP-269 [ PP-269 ] |