From e7e6db6f63a47a26412cf8b2ed1562d12f23a888 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 22 Mar 2015 21:10:00 +0159 Subject: - bump max_nb() to 131 to cover mdadm managed imsm and ddf1 bios fakeraids (containers defaults to >= 127 and partitions <=126) --- perl-install/raid.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/raid.pm') diff --git a/perl-install/raid.pm b/perl-install/raid.pm index abcca2b79..ee7cbbc4d 100644 --- a/perl-install/raid.pm +++ b/perl-install/raid.pm @@ -23,7 +23,7 @@ Manage regular soft RAID (MD=Multiple Drive). =cut -sub max_nb() { 31 } +sub max_nb() { 131 } sub check_prog { # perl_checker: require interactive -- cgit v1.2.1