From c8c839d96cb5ae4a0d2a5c80953b1f74f245f52d Mon Sep 17 00:00:00 2001 From: Jonas De Kegel Date: Sun, 29 May 2022 13:55:33 +0200 Subject: [PATCH] Add note when dealing with software raid --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c55d8cd..c7316bb 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,5 @@ To reattach, type `screen -r zfs` Upon succesfull run, the script will reboot system, and you will be able to login into it, using the same SSH key you have used within rescue console +Please note that the drives you intend to format can not be in use, +you can execute `mdadm --stop --scan` before running the script to halt default software raid operations.