Skip to content

Commit 1d1c822

Browse files
authored
Merge pull request #45602 from jldohmann/OSDOCS-3640
OSDOCS-3640: add note for large disks
2 parents df5986d + 227969e commit 1d1c822

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

modules/installation-disk-partitioning.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ officially supported for making `/var` or a subdirectory of `/var`, such as `/va
2424
+
2525
[IMPORTANT]
2626
====
27-
Kubernetes supports only two filesystem partitions. If you add more than one partition to the original configuration, Kubernetes cannot monitor all of them.
27+
For disk sizes larger than 100GB, and especially disk sizes larger than 1TB, create a separate `/var` partition. See "Creating a separate `/var` partition" for more information.
28+
====
29+
+
30+
[IMPORTANT]
31+
====
32+
Kubernetes supports only two file system partitions. If you add more than one partition to the original configuration, Kubernetes cannot monitor all of them.
2833
====
2934
* Retain existing partitions: For a brownfield installation where you are reinstalling {product-title} on an existing node and want to retain data partitions installed from your previous operating system, there are both boot arguments and options to `coreos-installer` that allow you to retain existing data partitions.
3035
@@ -41,6 +46,11 @@ For example:
4146
as more images and containers are added to a system.
4247
* `/var/lib/etcd`: Holds data that you might want to keep separate for purposes such as performance optimization of etcd storage.
4348
* `/var`: Holds data that you might want to keep separate for purposes such as auditing.
49+
+
50+
[IMPORTANT]
51+
====
52+
For disk sizes larger than 100GB, and especially larger than 1TB, create a separate `/var` partition.
53+
====
4454

4555
Storing the contents of a `/var` directory separately makes it easier to grow storage for those areas as needed and reinstall {product-title} at a later date and keep that data intact. With this method, you will not have to pull all your containers again, nor will you have to copy massive log files when you update systems.
4656

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ officially supported for mounting `/var` or a subdirectory of `/var`, such as `/
7979
+
8080
[IMPORTANT]
8181
====
82+
For disk sizes larger than 100GB, and especially disk sizes larger than 1TB, create a separate `/var` partition. See "Creating a separate `/var` partition" for more information.
83+
====
84+
+
85+
[IMPORTANT]
86+
====
8287
Kubernetes supports only two file system partitions. If you add more than one partition to the original configuration, Kubernetes cannot monitor all of them.
8388
====
8489

@@ -101,6 +106,11 @@ For example:
101106
as more images and containers are added to a system.
102107
* `/var/lib/etcd`: Holds data that you might want to keep separate for purposes such as performance optimization of etcd storage.
103108
* `/var`: Holds data that you might want to keep separate for purposes such as auditing.
109+
+
110+
[IMPORTANT]
111+
====
112+
For disk sizes larger than 100GB, and especially larger than 1TB, create a separate `/var` partition.
113+
====
104114

105115
Storing the contents of a `/var` directory separately makes it easier to grow storage for those areas as needed and reinstall {product-title} at a later date and keep that data intact. With this method, you will not have to pull all your containers again, nor will you have to copy massive log files when you update systems.
106116

0 commit comments

Comments
 (0)