From 64d0377167af25ba55002cf16229aed8da113711 Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Mon, 12 Apr 2021 18:19:44 -0500 Subject: [PATCH] moar comments --- ZFS/zpool-raid10-resize-up.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ZFS/zpool-raid10-resize-up.sh b/ZFS/zpool-raid10-resize-up.sh index 92fbb95..c448105 100644 --- a/ZFS/zpool-raid10-resize-up.sh +++ b/ZFS/zpool-raid10-resize-up.sh @@ -3,6 +3,7 @@ # 2020.0620 # ADAPTED FROM # zpool-resizeup-mirror--no-degradation--raid10.sh # This assumes that all disks are slotted, no offline-yank-and-replace +# We attach a 3rd and 4th mirror disk and then detach the originals to avoid pool degradation and get good throughput # NOTE - SCRUB 1st!!