From 7c377cbe86f3b23cbff853381c30cb410fab2b26 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 21 Aug 2007 14:49:12 +0000 Subject: - diskdrake: o write mdadm.conf when it is modified (#32360) (a nicer fix would be to write it when needed, not so soon, but it's harder) --- perl-install/raid.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/raid.pm') diff --git a/perl-install/raid.pm b/perl-install/raid.pm index 135218344..0475b68ef 100644 --- a/perl-install/raid.pm +++ b/perl-install/raid.pm @@ -53,6 +53,7 @@ sub delete { inactivate_and_dirty($md_part); delete $_->{raid} foreach @{$md_part->{disks}}; @$raids = grep { $_ != $md_part } @$raids; + write_conf($raids) if $::isStandalone; } sub change_device { @@ -77,6 +78,7 @@ sub removeDisk { } else { @$raids = grep { $_ != $md_part } @$raids; } + write_conf($raids) if $::isStandalone; } sub updateSize { -- cgit v1.2.1