From 39214a81bb26a7bc4d1e149d754c737922feaa10 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 22 Nov 2024 13:05:57 -0700 Subject: [PATCH] Update Workflows/Linux/Expand XFS Filesystem.md --- Workflows/Linux/Expand XFS Filesystem.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workflows/Linux/Expand XFS Filesystem.md b/Workflows/Linux/Expand XFS Filesystem.md index 8692288..f8a06fa 100644 --- a/Workflows/Linux/Expand XFS Filesystem.md +++ b/Workflows/Linux/Expand XFS Filesystem.md @@ -71,7 +71,7 @@ sudo partx -u /dev/ sudo xfs_growfs / ``` -??? info "Partition Not Expanded?" +??? bug "Partition Not Expanded?" If you notice the partition still has not expanded to the desired size, you may have no choice but to reboot the server, then re-run the `gdisk` commands a second time. In my lab environment, it didn't work until I rebooted. This might have been a hiccup on my end, but it's something to keep in mind if you run into the same issue of the size not changing. ## Validate Storage Expansion