Skip to content

Commit 637294b

Browse files
authored
Merge pull request #74183 from maxwelldb/ol-fix-osdocs10156
[OSDOCS-10156] Fix broken OL and admonition in local ShiftStack page
2 parents e81f7f2 + 0007f1f commit 637294b

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

installing/installing_openstack/deploying-openstack-with-rootVolume-etcd-on-local-disk.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ As a day 2 operation, you can resolve and prevent performance issues of your {rh
1414
include::modules/installation-osp-local-disk-deployment.adoc[leveloffset=+1]
1515

1616
[role="_additional-resources"]
17-
.Additional resources
18-
* xref:../../scalability_and_performance/recommended-performance-scale-practices/recommended-etcd-practices.adoc#recommended-etcd-practices[Recommended etcd practices]
17+
[id="additional-resources_deploying-openstack-on-local-disk"]
18+
== Additional resources
19+
* xref:../../scalability_and_performance/recommended-performance-scale-practices/recommended-etcd-practices.adoc#recommended-etcd-practices[Recommended etcd practices]
20+
* xref:../../backup_and_restore/index.adoc#backup-restore-operations-overview[Overview of backup and restore options]

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
[id="installation-osp-local-disk-deployment_{context}"]
77
= Deploying {rh-openstack} on local disk
88

9+
If you have an existing {rh-openstack} cloud, you can move etcd from that cloud to a dedicated ephemeral local disk.
10+
11+
[WARNING]
12+
====
13+
This procedure is for testing etcd on a local disk only and should not be used on production clusters. In certain cases, complete loss of the control plane can occur. For more information, see "Overview of backup and restore operation" under "Backup and restore".
14+
====
15+
916
.Prerequisites
1017

1118
* You have an OpenStack cloud with a working Cinder.
@@ -17,11 +24,6 @@
1724
1825
.Procedure
1926

20-
[WARNING]
21-
====
22-
This procedure is for testing etcd on a local disk only and should not be used on production clusters. In certain cases, complete loss of the control plane can occur. For more information, see "Overview of backup and restore operation" under "Backup and restore".
23-
====
24-
2527
. Create a Nova flavor for the control plane with at least 10 GB of ephemeral disk by running the following command, replacing the values for `--ram`, `--disk`, and <flavor_name> based on your environment:
2628
+
2729
[source,terminal]
@@ -154,13 +156,12 @@ done
154156
<3> Outputs the name of every control plane machine which has an `additionalBlockDevice` named `etcd`.
155157

156158
. Create a file named `98-var-lib-etcd.yaml` by using the following YAML file:
157-
159+
+
158160
[WARNING]
159161
====
160162
This procedure is for testing etcd on a local disk and should not be used on a production cluster. In certain cases, complete loss of the control plane can occur. For more information, see "Overview of backup and restore operation" under "Backup and restore".
161163
====
162-
163-
164+
+
164165
[%collapsible]
165166
====
166167
[source,yaml]

0 commit comments

Comments
 (0)