Skip to content

Commit b407f8d

Browse files
authored
Merge pull request #90144 from rohennes/OCPBUGS-53001
OCPBUGS-53001: Fixing partition size notation
2 parents b5161c3 + 43fe866 commit b407f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ibi-installer-installation-config.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If the seed image requires a separate private registry authentication, add the a
3333
|====
3434
|Specification|Type|Description
3535
|`shutdown`|`boolean`|Specifies if the host shuts down after the installation process completes. The default value is `false`.
36-
|`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.
36+
|`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.
3737
|`extraPartitionLabel`|`string`|The label of the extra partition you use for `/var/lib/containers`. The default partition label is `var-lib-containers`.
3838

3939
[NOTE]

0 commit comments

Comments
 (0)