Add note when dealing with software raid

This commit is contained in:
Jonas De Kegel
2022-05-29 13:55:33 +02:00
committed by GitHub
parent 1542404c0e
commit c8c839d96c

View File

@@ -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 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.