From a471bff2a7e5aebb325b6d4e55ffa156d1424e6b Mon Sep 17 00:00:00 2001 From: Jana Halackova Date: Mon, 6 Jan 2025 14:50:14 +0100 Subject: [PATCH] Fix for BSC#1230396. --- xml/storage_mdadm-resize.xml | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/xml/storage_mdadm-resize.xml b/xml/storage_mdadm-resize.xml index 9d52818465..c29d772ee2 100644 --- a/xml/storage_mdadm-resize.xml +++ b/xml/storage_mdadm-resize.xml @@ -251,19 +251,21 @@ continuing. + + + Attach the device you want use in the RAID, for example /dev/sda2, but do not mount it. + + - Remove one of the component partitions from the RAID array. For example, - to remove /dev/sda1, enter - -&prompt.sudo;mdadm /dev/md0 --fail /dev/sda1 --remove /dev/sda1 - - To succeed, both the fail and remove actions must be specified. + Replace one of the component partitions from the RAID array. For example, + to replace /dev/sda1 with the bigger device /dev/sda2, enter +&prompt.sudo;mdadm /dev/md0 --replace /dev/sda1 --with /dev/sda2 - Increase the size of the partition that you removed in the previous step + Increase the size of the partition (/dev/sda2) by doing one of the following: @@ -285,18 +287,7 @@ - - - - Re-add the partition to the RAID array. For example, to add - /dev/sda1, enter - -&prompt.sudo;mdadm -a /dev/md0 /dev/sda1 - - Wait until the RAID is synchronized and consistent before continuing with - the next partition. - - + Repeat these steps for each of the remaining component devices in the