summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-07-07 23:42:29 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-07-07 23:42:29 +0000
commit3ae2005f5cfb0cc034f3c5f1f85a100f22fe15ab (patch)
tree6999f3a7808155414221bfd38a785da37c25bf88 /perl-install/diskdrake
parentef94ffc7836beb6bc297106851749441e0fb2254 (diff)
downloaddrakx-backup-do-not-use-3ae2005f5cfb0cc034f3c5f1f85a100f22fe15ab.tar
drakx-backup-do-not-use-3ae2005f5cfb0cc034f3c5f1f85a100f22fe15ab.tar.gz
drakx-backup-do-not-use-3ae2005f5cfb0cc034f3c5f1f85a100f22fe15ab.tar.bz2
drakx-backup-do-not-use-3ae2005f5cfb0cc034f3c5f1f85a100f22fe15ab.tar.xz
drakx-backup-do-not-use-3ae2005f5cfb0cc034f3c5f1f85a100f22fe15ab.zip
ensure the raid is disactivated and marked dirty on any actions that destroy the raid
Diffstat (limited to 'perl-install/diskdrake')
-rw-r--r--perl-install/diskdrake/interactive.pm1
1 files changed, 0 insertions, 1 deletions
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) = @_;