mirror of
git://sourceware.org/git/lvm2.git
synced 2025-12-06 00:23:50 +03:00
raid: adjust reshape feature flag check
Relative to last comit ddf2a1d656:
adjust the dm-raid target version to 1.12.0 which shows
mandatory kernel MD deadlock fixes related to reshaping
are presant in the kernel.
Related: rhbz1443999
This commit is contained in:
@@ -475,7 +475,7 @@ static int _raid_target_present(struct cmd_context *cmd,
|
||||
{ 1, 7, 0, RAID_FEATURE_RAID0, SEG_TYPE_NAME_RAID0 },
|
||||
{ 1, 9, 0, RAID_FEATURE_SHRINK, "shrinking" },
|
||||
{ 1, 9, 0, RAID_FEATURE_NEW_DEVICES_ACCEPT_REBUILD, "rebuild+emptymeta" },
|
||||
{ 1, 10, 1, RAID_FEATURE_RESHAPE, "reshaping" },
|
||||
{ 1, 12, 0, RAID_FEATURE_RESHAPE, "reshaping" },
|
||||
};
|
||||
|
||||
static int _raid_checked = 0;
|
||||
|
||||
Reference in New Issue
Block a user