Skip to content

Commit 0868241

Browse files
committed
OCPBUGS-10640-follow-up Address disk parition BM review comments
1 parent a3ab9c8 commit 0868241

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ The `--copy-network` option only copies networking configuration found under `/e
7373
[id="installation-user-infra-machines-advanced_disk_{context}"]
7474
== Disk partitioning
7575

76-
The disk partitions are created on {product-title} cluster nodes during the {op-system-first} installation. Each {op-system} node of a particular architecture uses the same partition layout, unless the default partitioning configuration is overridden. During the {op-system} installation, the size of the root file system is increased to use the remaining available space on the target device.
76+
Disk partitions are created on {product-title} cluster nodes during the {op-system-first} installation. Each {op-system} node of a particular architecture uses the same partition layout, unless you override the default partitioning configuration. During the {op-system} installation, the size of the root file system is increased to use any remaining available space on the target device.
7777

7878
[IMPORTANT]
7979
====
80-
The use of a custom partition scheme on your node could result in {product-title} not monitoring or alerting on some node partitions. If you override the default partitioning, see link:https://access.redhat.com/articles/4766521[Understanding OpenShift File System Monitoring (eviction conditions)] for more information about how {product-title} monitors your host file systems.
80+
The use of a custom partition scheme on your node might result in {product-title} not monitoring or alerting on some node partitions. If you override the default partitioning, see link:https://access.redhat.com/articles/4766521[Understanding OpenShift File System Monitoring (eviction conditions)] for more information about how {product-title} monitors your host file systems.
8181
====
8282

8383
{product-title} monitors the following two filesystem identifiers:
@@ -87,11 +87,11 @@ The use of a custom partition scheme on your node could result in {product-title
8787

8888
For the default partition scheme, `nodefs` and `imagefs` monitor the same root filesystem, `/`.
8989

90-
To override the default partitioning when installing {op-system} on an {product-title} cluster node, you must create separate partitions. You might want to add a separate storage partition for your containers and container images. For example, by mounting `/var/lib/containers` in a separate partition, the kubelet separately monitors `/var/lib/containers` as the `imagefs` directory and the root file system as the `nodefs` directory.
90+
To override the default partitioning when installing {op-system} on an {product-title} cluster node, you must create separate partitions. Consider a situation where you want to add a separate storage partition for your containers and container images. For example, by mounting `/var/lib/containers` in a separate partition, the kubelet separately monitors `/var/lib/containers` as the `imagefs` directory and the root file system as the `nodefs` directory.
9191

9292
[IMPORTANT]
9393
====
94-
If you resized your disk size to host a larger file system, consider creating a separate `/var/lib/containers` partition. This is important for a disk formatted to `xfs`, where a high number of allocation groups might cause CPU time issues.
94+
If you have resized your disk size to host a larger file system, consider creating a separate `/var/lib/containers` partition. Consider resizing a disk that has an `xfs` format to reduce CPU time issues caused by a high number of allocation groups.
9595
====
9696

9797
[id="installation-user-infra-machines-advanced_vardisk_{context}"]

0 commit comments

Comments
 (0)