From e6f7a38de128d956ef3349ae4498bf9ee1fa54cf Mon Sep 17 00:00:00 2001 From: bonsohi <31749534+bonsohi@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:14:09 -0800 Subject: [PATCH] Update increasing-storage-capacity.md (#53045) --- .../increasing-storage-capacity.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/admin/monitoring-and-managing-your-instance/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity.md b/content/admin/monitoring-and-managing-your-instance/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity.md index 887911d05730..a4ae16b22cc5 100644 --- a/content/admin/monitoring-and-managing-your-instance/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity.md +++ b/content/admin/monitoring-and-managing-your-instance/updating-the-virtual-machine-and-physical-resources/increasing-storage-capacity.md @@ -90,6 +90,12 @@ Root storage refers to the total size of your instance's root disk. The availabl ghe-upgrade PACKAGE-NAME.pkg -s -t /dev/xvdg1 ``` +1. Run the command on the secondary partition of the newly added disk: + + ```shell + sudo mkfs.ext4 -L fallback /dev/xvdg2 + ``` + 1. Shut down the appliance: ```shell