From 0ba86dae1d97b9cc4db08d2f32cba480d4258780 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Tue, 14 Jan 2025 17:41:33 -0700 Subject: [PATCH] Update Workflows/Linux/Expand XFS Filesystem.md --- .../{Expand RHEL Filesystem.md => Expand XFS Filesystem.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename Workflows/Linux/{Expand RHEL Filesystem.md => Expand XFS Filesystem.md} (97%) diff --git a/Workflows/Linux/Expand RHEL Filesystem.md b/Workflows/Linux/Expand XFS Filesystem.md similarity index 97% rename from Workflows/Linux/Expand RHEL Filesystem.md rename to Workflows/Linux/Expand XFS Filesystem.md index 935dd34..68b7f9c 100644 --- a/Workflows/Linux/Expand RHEL Filesystem.md +++ b/Workflows/Linux/Expand XFS Filesystem.md @@ -1,5 +1,5 @@ **Purpose**: -The purpose of this workflow is to illustrate the process of expanding storage for a Linux server acting as a GuestVM. We want the VM to have more storage space, so this document will go over the steps to expand that usable space. +The purpose of this workflow is to illustrate the process of expanding storage for a RHEL-based Linux server acting as a GuestVM. We want the VM to have more storage space, so this document will go over the steps to expand that usable space. !!! info "Assumptions" It is assumed you are using a RHEL variant of linux such as Rocky Linux. This should apply to any version of Linux, but was written in a Rocky Linux 9.4 lab environment.