From 61c789bfa9fd9752f7510fee203a42e14d4c1786 Mon Sep 17 00:00:00 2001 From: Hristo Marinov <135612450+hrismarin@users.noreply.github.com> Date: Wed, 24 Apr 2024 23:15:33 +0300 Subject: [PATCH] Increase the size of a mirrored root partition Related to: https://github.com/coreos/fedora-coreos-docs/pull/630 --- docs/examples.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples.md b/docs/examples.md index 3609bb19..ee62c41c 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -373,12 +373,12 @@ storage: - device: /dev/sda partitions: - label: root-1 - size_mib: 8192 + size_mib: 10240 - label: var-1 - device: /dev/sdb partitions: - label: root-2 - size_mib: 8192 + size_mib: 10240 - label: var-2 raid: - name: md-var