]> git.ipfire.org Git - thirdparty/mdadm.git/commit
Grow: fix switching on PPL during recovery
authorPawel Baldysiak <pawel.baldysiak@intel.com>
Thu, 28 Sep 2017 12:41:13 +0000 (14:41 +0200)
committerJes Sorensen <jsorensen@fb.com>
Mon, 2 Oct 2017 20:13:25 +0000 (16:13 -0400)
commit41b25549f080ebac1269689f942f722368ed28b1
tree1a8c02b069e733ddb1837161e25bbdd0914afb8c
parent54148aba7c1a02bf018ae777bebc7f16e6cd3195
Grow: fix switching on PPL during recovery

If raid memeber is not in sync - it is skipped during
enablement of PPL. This is not correct, since the drive that
we are currently recovering to does not have ppl_size and ppl_sector
properly set in sysfs.
Remove this skipping, so all drives are updated during turning on the PPL.

Signed-off-by: Pawel Baldysiak <pawel.baldysiak@intel.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
Grow.c