commit | bd18f6462f3d167a9b3ec27851c98f82694b2adf | [log] [tgz] |
---|---|---|
author | Shaohua Li <shli@fb.com> | Wed Sep 02 13:49:50 2015 -0700 |
committer | NeilBrown <neilb@suse.com> | Sun Nov 01 13:48:26 2015 +1100 |
tree | 8c844bcfd5985c9f2f27183f38eca68dbef8318e | |
parent | 828cbe989e4f5c8666cb3d99918b03666ccde0a0 [diff] |
md: skip resync for raid array with journal If a raid array has journal, the journal can guarantee the consistency, we can skip resync after a unclean shutdown. The exception is raid creation or user initiated resync, which we still do a raid resync. Signed-off-by: Shaohua Li <shli@fb.com> Signed-off-by: NeilBrown <neilb@suse.com>