From 43fe86667f37b5b40d9c34bdca66f5a4a3dc9058 Mon Sep 17 00:00:00 2001 From: Ronan Hennessy Date: Wed, 12 Mar 2025 14:02:20 +0000 Subject: [PATCH] OCPBUGS-53001: Fixing partition size notation --- modules/ibi-installer-installation-config.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ibi-installer-installation-config.adoc b/modules/ibi-installer-installation-config.adoc index 5d6cd337e1b2..70c5879f9077 100644 --- a/modules/ibi-installer-installation-config.adoc +++ b/modules/ibi-installer-installation-config.adoc @@ -33,7 +33,7 @@ If the seed image requires a separate private registry authentication, add the a |==== |Specification|Type|Description |`shutdown`|`boolean`|Specifies if the host shuts down after the installation process completes. The default value is `false`. -|`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. +|`extraPartitionStart`|`string`|Specifies the start of the extra partition used for `/var/lib/containers`. The default value is `-40G`, which means that the partition will be exactly 40GiB in size and uses the space 40GiB 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. |`extraPartitionLabel`|`string`|The label of the extra partition you use for `/var/lib/containers`. The default partition label is `var-lib-containers`. [NOTE]