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

Typo in commands for procedure to configure an Intel® VROC-enabled RAID1.

XMLWordPrintable

    • Quality / Stability / Reliability
    • False
    • Hide

      None

      Show
      None
    • 2
    • None
    • None
    • None
    • None
    • None
    • OSDOCS Sprint 268
    • 1
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Description of problem:

      When trying to follow the procedure as per Red Hat documentation, the below command is failing:   
      
      $ mdadm -CR /dev/md/dummy -l0 -n2 /dev/imsm0 -z10M --assume-clean 
      mdadm: You haven't given enough devices (real or missing) to create this array
      
      As it seems that the path to the imsm0 device is wrong, and command should be:
      
      $ mdadm -CR /dev/md/dummy -l0 -n2 /dev/md/imsm0 -z10M --assume-clean 
      
      need to correct our relevant documentation. Also, it would be good to verify if there is a need to update the procedure.
      
      Doc: https://docs.openshift.com/container-platform/4.18/installing/install_config/installing-customizing.html#installation-special-config-raid-intel-vroc_installing-customizing

       

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

          

      How reproducible:

          

      Steps to Reproduce:

          1.
          2.
          3.
          

      Actual results:

          

      Expected results:

          

      Additional info:

          

              rhn-support-jdohmann Jesse Dohmann
              rhn-support-chdeshpa Chinmay Deshpande
              None
              None
              Michael Nguyen Michael Nguyen
              None
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated:
                Resolved: