On Thu, 9 May 2024 09:34:15 +0800 Yu Kuai <yukuai1@xxxxxxxxxxxxxxx> wrote: > However, since this behaviour is introduced since 2012, does anybody > really care about array status is 'active' instead of 'clean' while > there is no IO after suspend? It may cause rebuild after reboot (bad but we can live with it) or platform hang (this is bad). mdadm is waiting for transition to clean on shutdown if I remember correctly. Probably nobody tried that as we all know that Linux doesn't like suspending and this is rare to reboot platform just after suspend. Probably any write will fix it. But this is all based on my knowledge, not tested or proved however I believe that it gives light where to look for problems if you want. Mariusz