Skip to content

Commit 7f24633

Browse files
committed
MGMT-19293: Clarifying varlibcontainers label
1 parent 6c2d011 commit 7f24633

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

edge_computing/image_base_install/ibi-factory-image-based-install.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ The following are the high-level steps to preinstall a {sno} cluster using an im
2323
2424
include::modules/ibi-create-iso-for-bmh.adoc[leveloffset=+1]
2525

26-
[role="_additional-resources"]
27-
.Additional resources
28-
29-
* xref:../../edge_computing/image_base_install/ibi_deploying_sno_clusters/ibi-edge-image-based-install-standalone.adoc#ibi-installer-configuration-config_ibi-edge-image-based-install[Reference specifications for the `image-based-installation-config.yaml` manifest]
30-
3126
include::modules/ibi-provision-install-iso-to-bmh.adoc[leveloffset=+1]
3227

3328
include::modules/ibi-installer-installation-config.adoc[leveloffset=+1]
29+
30+
[role="_additional-resources"]
31+
.Additional resources
32+
33+
* xref:../../edge_computing/image_base_install/ibi-preparing-for-image-based-install.adoc#cnf-image-based-upgrade-shared-container-partition_ibi-preparing-image-based-install[Configuring a shared container partition between ostree stateroots]

modules/ibi-installer-installation-config.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@ If the seed image requires a separate private registry authentication, add the a
3434
|Specification|Type|Description
3535
|`shutdown`|`boolean`|Specifies if the host shuts down after the installation process completes. The default value is `false`.
3636
|`extraPartitionStart`|`string`|Specifies the start of the extra partition used for `/var/lib/containers`. The default value is `-40Gb`, which means that the partition will be exactly 40Gb in size and uses the space 40Gb from the end of the disk. If you specify a positive value, the partition will start at that position of the disk and extend to the end of the disk.
37-
|`extraPartitionLabel`|`string`|The label of the extra partition you use for `/var/lib/containers`. The default label is `varlibcontainers`.
37+
|`extraPartitionLabel`|`string`|The label of the extra partition you use for `/var/lib/containers`. The default partition label is `varlibcontainers`.
38+
39+
[NOTE]
40+
====
41+
You must ensure that the partition label in the installation ISO matches the partition label set in the machine configuration for the seed image. If the partition labels are different, the partition mount fails during installation on the host. For more information, see "Configuring a shared container partition between ostree stateroots".
42+
====
43+
3844
|`extraPartitionNumber`|`unsigned integer`|The number of the extra partition you use for `/var/lib/containers`. The default number is `5`.
3945
|`skipDiskCleanup`|`boolean`|The installation process formats the disk on the host. Set this specification to 'true' to skip this step. The default is `false`.
4046
|`networkConfig`|`string`|Specifies networking configurations for the host, for example:

0 commit comments

Comments
 (0)