On Sun, Oct 30, 2016 at 09:43:42AM -0700, Marc MERLIN wrote: > Right. > There should be some --update=no-bbl --force if the admin knows the bad > block list is wrong and due to IO issues not related to the drive. Good point. And hey, there it is. mdadm.c | if (strcmp(c.update, "bbl") == 0) | continue; | if (strcmp(c.update, "no-bbl") == 0) | continue; | if (strcmp(c.update, "force-no-bbl") == 0) | continue; force-no-bbl. It's in mdadm v3.4, not sure about older ones. If I stumbled across that one before then I forgot about it. Good luck Andreas Klauer -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html