From f75aed2e28811b8163b56b1559a9c372361d7a13 Mon Sep 17 00:00:00 2001 From: Elaine Fonaro Date: Thu, 24 Aug 2023 13:30:12 +0000 Subject: [PATCH] Need to add / and /var file system expansion (r8, dsr8) - Added 2x rows to HTML table with var and root information. Change-Id: I722fe92616364b282971fa012cde7157cc4657f8 Signed-off-by: Elaine Fonaro --- .../kubernetes/resizing-filesystems-on-a-host.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/source/node_management/kubernetes/resizing-filesystems-on-a-host.rst b/doc/source/node_management/kubernetes/resizing-filesystems-on-a-host.rst index 97e1e1ccf..1c48fafa2 100644 --- a/doc/source/node_management/kubernetes/resizing-filesystems-on-a-host.rst +++ b/doc/source/node_management/kubernetes/resizing-filesystems-on-a-host.rst @@ -27,8 +27,12 @@ The following combinations of filesystem and host types are supported. +-------------+----------------+------------------+----------------+--------------+ | **log** | All node types | /var/log | log-lv | 7.5 GiB | +-------------+----------------+------------------+----------------+--------------+ + | **root** | All node types | /sysroot | root-lv | 20 GiB | + +-------------+----------------+------------------+----------------+--------------+ | **scratch** | All node types | /scratch | scratch-lv | variable | +-------------+----------------+------------------+----------------+--------------+ + | **var** | All node types | /var | var-lv | 20 GiB | + +-------------+----------------+------------------+----------------+--------------+ The following example changes the **docker** and **kubelet** filesystem sizes on a controller.