Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-6099

DLC: YAML output must adhere to parsing rules

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • Lustre 2.7.0
    • None
    • 3
    • Dynamic LNET Configuration
    • 16975

      when CPT parameter is included in YAML output, the value should be enclosed in double quotes (").

      Currently

      net:
          - net: lo
            nid: 0@lo
            status: up
            tunables:
                peer_timeout: 0
                peer_credits: 0
                peer_buffer_credits: 0
                credits: 0
                CPT: [0,0]
      

      should be

      net:
          - net: lo
            nid: 0@lo
            status: up
            tunables:
                peer_timeout: 0
                peer_credits: 0
                peer_buffer_credits: 0
                credits: 0
                CPT: "[0,0]"
      

            ashehata Amir Shehata (Inactive)
            ashehata Amir Shehata (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: