Skip to content

Commit 77417e4

Browse files
authored
Update warning wording per SME
1 parent 552589f commit 77417e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/installation-osp-local-disk-deployment.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,9 @@ spec:
264264
+
265265
[WARNING]
266266
====
267-
After the `98-var-lib-etcd.yaml` file is applied to the system, do not remove it. Removing this file will result in broken etcd members.
267+
After you apply the `98-var-lib-etcd.yaml` file to the system, do not remove it. Removing this file will break etcd members and lead to system instability.
268268
269-
If you must perform a rollback, change the flavor in the `ControlPlaneMachineSet` object to one that does not include the ephemeral attribute. This change regenerates the master nodes without using ephemeral disks for the etcd partition, preventing system issues related to the `98-var-lib-etcd.yaml` file.
269+
If a rollback is necessary, modify the `ControlPlaneMachineSet` object to use a flavor that does not include ephemeral disks. This change regenerates the control plane nodes without using ephemeral disks for the etcd partition, which avoids issues related to the `98-var-lib-etcd.yaml` file. It is safe to remove the `98-var-lib-etcd.yaml` file only after the update to the `ControlPlaneMachineSet` object is complete and no control plane nodes are using ephemeral disks.
270270
====
271271

272272
. Create the new `MachineConfig` object by running the following command:

0 commit comments

Comments
 (0)