Skip to content

Commit 1eae44c

Browse files
authored
Merge pull request #32572 from mburke5678/BZ-1944035
BZ1944035: Failed to add a different instance type node to cluster when using separate /var partition
2 parents 68f54d9 + eca8557 commit 1eae44c

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

modules/installation-disk-partitioning-upi-templates.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@ spec:
100100
+
101101
<1> The storage device name of the disk that you want to partition.
102102
<2> When adding a data partition to the boot disk, a minimum value of 25000 MiB (Mebibytes) is recommended. The root file system is automatically resized to fill all available space up to the specified offset. If no value is specified, or if the specified value is smaller than the recommended minimum, the resulting root file system will be too small, and future reinstalls of {op-system} might overwrite the beginning of the data partition.
103+
+
104+
[NOTE]
105+
====
106+
When creating a separate `/var` partition, you cannot use different instance types for worker nodes, if the different instance types do not have the same device name.
107+
====
108+
103109

104110
. Run `openshift-install` again to create Ignition configs from a set of files in the `manifest` and `openshift` subdirectories:
105111
+

modules/installation-disk-partitioning.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ spec:
116116
+
117117
<1> The storage device name of the disk that you want to partition.
118118
<2> When adding a data partition to the boot disk, a minimum value of 25000 mebibytes is recommended. The root file system is automatically resized to fill all available space up to the specified offset. If no value is specified, or if the specified value is smaller than the recommended minimum, the resulting root file system will be too small, and future reinstalls of {op-system} might overwrite the beginning of the data partition.
119+
+
120+
[NOTE]
121+
====
122+
When creating a separate `/var` partition, you cannot use different instance types for worker nodes, if the different instance types do not have the same device name.
123+
====
119124

120125
. Run `openshift-install` again to create Ignition configs from a set of files in the `manifest` and `openshift` subdirectories:
121126
+

modules/installation-user-infra-machines-advanced.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,11 @@ spec:
164164
+
165165
<1> The storage device name of the disk that you want to partition.
166166
<2> When adding a data partition to the boot disk, a minimum value of 25000 mebibytes is recommended. The root file system is automatically resized to fill all available space up to the specified offset. If no value is specified, or if the specified value is smaller than the recommended minimum, the resulting root file system will be too small, and future reinstalls of {op-system} might overwrite the beginning of the data partition.
167-
167+
+
168+
[NOTE]
169+
====
170+
When creating a separate `/var` partition, you cannot use different instance types for worker nodes, if the different instance types do not have the same device name.
171+
====
168172
. Run `openshift-install` again to create Ignition configs from a set of files in the `manifest` and
169173
`openshift` subdirectories:
170174
+

0 commit comments

Comments
 (0)