Skip to content

Commit 1de0f04

Browse files
Merge pull request #91854 from kowen-rh/ocpbugs-53088
OCPBUGS#53088: Apply MachineConfig when moving etcd to a different disk
2 parents b2330e9 + d5a0698 commit 1de0f04

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: modules/move-etcd-different-disk.adoc

+7
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,13 @@ spec:
182182
----
183183
<1> Replace `<encoded_etcd_find_secondary_device_script>` with the encoded script contents that you noted.
184184
185+
. Apply the created `MachineConfig` YAML file:
186+
+
187+
[source,terminal]
188+
----
189+
$ oc create -f etcd-mc.yml
190+
----
191+
185192
.Verification steps
186193
187194
* Run the `grep /var/lib/etcd /proc/mounts` command in a debug shell for the node to ensure that the disk is mounted:

0 commit comments

Comments
 (0)