From 3ae2005f5cfb0cc034f3c5f1f85a100f22fe15ab Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sun, 7 Jul 2002 23:42:29 +0000 Subject: ensure the raid is disactivated and marked dirty on any actions that destroy the raid --- perl-install/diskdrake/interactive.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'perl-install/diskdrake') diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm index fd4bd3af2..b86c32839 100644 --- a/perl-install/diskdrake/interactive.pm +++ b/perl-install/diskdrake/interactive.pm @@ -714,7 +714,6 @@ sub Add2RAID { raid::add($raids, $part, $_); } raid::update(@$raids); - raid::stopAll(); } sub Add2LVM { my ($in, $hd, $part, $all_hds) = @_; -- cgit v1.2.1