]> git.ipfire.org Git - thirdparty/mdadm.git/commit
IMSM: Clear migration record on disks more often
authorPawel Baldysiak <pawel.baldysiak@intel.com>
Tue, 20 Jan 2015 12:52:25 +0000 (13:52 +0100)
committerNeilBrown <neilb@suse.de>
Thu, 29 Jan 2015 03:09:36 +0000 (14:09 +1100)
commit71e5411eeaf7e97a67dfed20ea8c365e28c7481c
treea0cbd22f0e162e89b42f8594b18bb3f072c54339
parent93d3bd3b28486ae3f933b3f94c81d27565d5e89e
IMSM: Clear migration record on disks more often

Migration record is not always cleared after successful migration. This can
block another reshape from being started. Migration will not be continued via
systemd service due to error in verifying reshape position. This patch added
clearing migration record when disk is added to container, and after successful
migration.

Signed-off-by: Pawel Baldysiak <pawel.baldysiak@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c