Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
While moving the netlink work to using YAML I found a limitation to cYAML. Currently its cy_valueint is limited to 32 bit values. In some cases we need 64 bit integers. The second problem brought up by Ben Evans was that the Lustre YAML implementation doesn't handle correctly at all is the YAML_NO_TOKEN token which it takes as an error.
Attachments
Issue Links
Activity
Fix Version/s | New: Lustre 2.13.0 [ 14290 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Link | New: This issue is related to DCO-3667 [ DCO-3667 ] |
Assignee | Original: WC Triage [ wc-triage ] | New: James A Simmons [ simmonsja ] |
This addresses the issues Ben and I ran into.