mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
md/raid10: skip spare disk as 'first' disk
[ Upstream commit b506335e5d ]
Commit 6f287ca(md/raid10: reset the 'first' at the end of loop) ignores
a case in reshape, the first rdev could be a spare disk, which shouldn't
be accounted as the first disk since it doesn't include the offset info.
Fix: 6f287ca(md/raid10: reset the 'first' at the end of loop)
Cc: Guoqing Jiang <gqjiang@suse.com>
Cc: NeilBrown <neilb@suse.com>
Signed-off-by: Shaohua Li <shli@fb.com>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9002e49554
commit
2710fb8f0c
@@ -4089,6 +4089,7 @@ static int raid10_start_reshape(struct mddev *mddev)
|
||||
diff = 0;
|
||||
if (first || diff < min_offset_diff)
|
||||
min_offset_diff = diff;
|
||||
first = 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user