Ok.I don't quite understand, in my case, mdadm -As works fine.Sorry for this, I forgot I removed the codes in function llbitmap_state_machine
//if (c == BitNeedSync)
// need_resync = true;
The reason I do this: I find if the status table changes like this, it
doesn't need to check the original status anymore
- [BitmapActionReload] = BitNone,
+ [BitmapActionReload] = BitNeedSync,//?