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

'Moving etcd to a different disk' section has duplicated steps

XMLWordPrintable

    • Moderate
    • No
    • 3
    • False
    • Hide

      None

      Show
      None
    • N/A
    • Release Note Not Required

      Description of problem:

      'Moving etcd to a different disk' section has duplicated steps

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

      4.15, 4.14, 4.13, 4.12

      How reproducible:

      Always

      Steps to Reproduce:

      1.Open https://docs.openshift.com/container-platform/4.13/scalability_and_performance/recommended-performance-scale-practices/recommended-etcd-practices.html#move-etcd-different-disk_recommended-etcd-practices
      2.Find the section "Create the machine configuration by entering the following commands:"
      3.There are 4 steps under this section, the 3rd and 4th steps are duplicated to the 1st and 2nd steps.
      

      Actual results:

      In 'Moving etcd to a different disk' "Create the machine configuration by entering the following commands:" section, there are 4 steps under this section, the 3rd and 4th steps are duplicated to the 1st and 2nd steps.
      
      $ oc login -u ${ADMIN} -p ${ADMINPASSWORD} ${API}
      ... output omitted ...
      
      $ oc create -f etcd-mc.yml
      machineconfig.machineconfiguration.openshift.io/98-var-lib-etcd created
      
      $ oc login -u ${ADMIN} -p ${ADMINPASSWORD} ${API}
       [... output omitted ...]
      
      $ oc create -f etcd-mc.yml machineconfig.machineconfiguration.openshift.io/98-var-lib-etcd

      Expected results:

      Remove the duplicated steps

      Additional info:

       

            rhn-support-jbrigman James Brigman
            rhn-support-qili Qiujie Li
            Liquan Cui Liquan Cui
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: