Hi Coly, On 02.09.2021 04:36, Coly Li wrote:
@@ -258,6 +258,7 @@ int Monitor(struct mddev_dev *devlist, if (oneshot) break; else if (!anyredundant) { + pr_err("Stop for no array to monitor\n"); break;
IMO the message is not precise enough. See that if there is only raid0 then it also stops. Something like: "No array with redundancy detected, stopping" is more detailed. Thanks, Mariusz