-
Bug
-
Resolution: Duplicate
-
Normal
-
None
-
4.13, 4.14, 4.15
-
No
-
False
-
-
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>
- is duplicated by
-
OCPBUGS-29657 Mention known issues while moving etcd to a different disk as part of day 2 activity.
-
- Closed
-
-
OCPBUGS-30328 Moving etcd to a different disk section is incomplete
-
- Closed
-