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

DLC: YAML output must adhere to parsing rules

    XMLWordPrintable

Details

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

    Description

      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]"
      

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: