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

Improve documentation procedure to enable AWS EFS CSI Metrics

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • 4.17
    • None
    • Moderate
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

       

      The documentation to enable the AWS EFS CSI metrics in the Web UI are not accurate.

      It mentions to Click CRD ClusterCSIDriver and then YAML tab, which is wrong. 

      We must tell to Click on Intances, Click the efs.csi.aws.com ClusterCSIDriver and then the YAML tab.

       

      Also, indentation is not correct neither for Web UI nor CLI procedures.

       

      Correct

      spec:
        driverConfig:
          aws:
            efsVolumeMetrics:
              recursiveWalk:
                refreshPeriodMinutes: 100
                fsRateLimit: 10
              state: RecursiveWalk
          driverType: AWS

      Documentation

      spec:
          driverConfig:
              driverType: AWS
              aws:
                  efsVolumeMetrics:
                    state: RecursiveWalk
                    recursiveWalk:
                      refreshPeriodMinutes: 100
                      fsRateLimit: 10

      Links:

      https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/storage/index#efs-metrics-procedure-gui_persistent-storage-csi-aws-efs

      https://docs.redhat.com/en/documentation/openshift_container_platform/4.17/html-single/storage/index#efs-metrics-procedure-cli_persistent-storage-csi-aws-efs

              ocp-docs-bot OCP DocsBot
              rhn-support-jcoscia Javier Coscia
              Wei Duan Wei Duan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: