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

Documentation about how to move etcd is incorrect

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • 4.13, 4.14, 4.15
    • Documentation / etcd
    • None
    • No
    • False
    • Hide

      None

      Show
      None
    • Release Note Not Required
    • In Progress

      Description of problem:

      MachineConfig installs a systemd unit file that is wrong and will not work    

      How reproducible:

      always    

      Steps to Reproduce:

          1. apply the etcd-mc.yaml under step 2 of "Moving etcd to a different disk"
          2. observe systemd-mkfs@dev-<disk>.service after the node reboots 
          

      Actual results:

      Failed to start Make File System on /dev/<disk>

      Expected results:

      No error on the unit file    

      Additional info:

      The unit file template has a wrong exec:
      
      ExecStart=/usr/lib/systemd/systemd-makfs.xfs -f /dev/<new_disk_name>
      
      should be:
      
      ExecStart=/usr/lib/systemd/systemd-makefs xfs /dev/<new_disk_name>

            ocp-docs-bot OCP DocsBot
            jkincl@redhat.com Jason Kincl
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: