From 376fa2a5f42217a9a3cac33589929709a18ad546 Mon Sep 17 00:00:00 2001 From: James Pace Date: Sun, 16 Jul 2023 10:49:25 -0400 Subject: [PATCH] Write down the hard drive fix somewhere. --- docs/cluster-v2-design.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/cluster-v2-design.md b/docs/cluster-v2-design.md index cef1d8f..d03291a 100644 --- a/docs/cluster-v2-design.md +++ b/docs/cluster-v2-design.md @@ -676,3 +676,11 @@ tar xpvzf /home/jimmy/db-backup.tar.gz sudo chown -R systemd-oom:systemd-oom * ``` +# Bugs +After installation of fedora neeeded to run: + +``` +sudo lvextend /dev/mapper/fedora_fedora-root -l+100%FREE +sudo xfs_growfs /dev/mapper/fedora_fedora-root +``` +in the VM so the root directory wasn't limited to 15Gb.