Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-19470

DPDK mount point should be /mnt/huge

    XMLWordPrintable

Details

    • No
    • 2
    • T&PS 2023 #11, T&PS 2023 #12
    • 2
    • False
    • Hide

      None

      Show
      None

    Description

      Description of problem:

      All sections that use example pod specs deploying DPDK apps should have mountpath associated with DPDK set to /mnt/huge 

      Version-Release number of selected component (if applicable):

       

      How reproducible:

      containers:
        - name: testpmd
          image: <DPDK_image> 
          securityContext:
            runAsUser: 0
            capabilities:
              add: ["IPC_LOCK","SYS_RESOURCE","NET_RAW"] 
          volumeMounts:
          - mountPath: /dev/hugepages 

      Steps to Reproduce:

      Should be
      
      containers:
        - name: testpmd
          image: <DPDK_image> 
          securityContext:
            runAsUser: 0
            capabilities:
              add: ["IPC_LOCK","SYS_RESOURCE","NET_RAW"] 
          volumeMounts:
          - mountPath: /mnt/huge 

      Actual results:

       

      Expected results:

       

      Additional info:

       

      Attachments

        Issue Links

          Activity

            People

              rhn-support-kquinn Kevin Quinn
              rhn-support-kquinn Kevin Quinn
              Nikita Kononov Nikita Kononov
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: