From 9ea67f6d65dc62f126db8253166c99de73c349b1 Mon Sep 17 00:00:00 2001 From: 1JorgeB <66489521+1JorgeB@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:16:04 +0000 Subject: [PATCH] Update note on disk removal GUI requirements Clarified that in current releases, the GUI only supports removing disks in RAID 1 configuration. If you do it with other redundant btrfs profiles, it will leave the pool degraded instead. --- .../using-unraid-to/manage-storage/partials/remove-disk-gui.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/unraid-os/using-unraid-to/manage-storage/partials/remove-disk-gui.mdx b/docs/unraid-os/using-unraid-to/manage-storage/partials/remove-disk-gui.mdx index e9d9fc287b..d184e3d961 100644 --- a/docs/unraid-os/using-unraid-to/manage-storage/partials/remove-disk-gui.mdx +++ b/docs/unraid-os/using-unraid-to/manage-storage/partials/remove-disk-gui.mdx @@ -1,7 +1,7 @@ :::note[Before you start] - You can only remove one drive at a time using the GUI. -- Make sure your pool is using a redundant %%RAID|raid%% profile (like %%RAID 1|raid1%% for both data and metadata). +- The GUI currently only supports removing devices if your pool is set up for %%RAID 1|raid1%% (for both data and metadata for %%BTRFS|btrfs%%). - To check your pool's %%RAID|raid%% level, navigate to the Main tab and click on the pool. Scroll down to the Balance Status section (for %%BTRFS|btrfs%%) or ZFS pool status (for %%ZFS|zfs%%). :::