summaryrefslogtreecommitdiffstats
path: root/perl-install/diskdrake/interactive.pm
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2008-09-26 09:23:10 +0000
committerPascal Rigaux <pixel@mandriva.com>2008-09-26 09:23:10 +0000
commit26377008f5e64754b0cacf80924d40a88753f2cc (patch)
treedd9ff073b721d302dfe090c3151a086ed3059895 /perl-install/diskdrake/interactive.pm
parent82dbe80eef9f1ae5da732f7324d77bfed49ad5c9 (diff)
downloaddrakx-backup-do-not-use-26377008f5e64754b0cacf80924d40a88753f2cc.tar
drakx-backup-do-not-use-26377008f5e64754b0cacf80924d40a88753f2cc.tar.gz
drakx-backup-do-not-use-26377008f5e64754b0cacf80924d40a88753f2cc.tar.bz2
drakx-backup-do-not-use-26377008f5e64754b0cacf80924d40a88753f2cc.tar.xz
drakx-backup-do-not-use-26377008f5e64754b0cacf80924d40a88753f2cc.zip
11.54.2
Diffstat (limited to 'perl-install/diskdrake/interactive.pm')
-rw-r--r--perl-install/diskdrake/interactive.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/diskdrake/interactive.pm b/perl-install/diskdrake/interactive.pm
index 9c2c6750c..c07e46aab 100644
--- a/perl-install/diskdrake/interactive.pm
+++ b/perl-install/diskdrake/interactive.pm
@@ -834,6 +834,10 @@ sub dmcrypt_open {
delete $part->{dmcrypt_key};
die(($? >> 8) == 255 ? N("Invalid key") : $@);
}
+
+ if (isRawLVM($part)) {
+ push @{$all_hds->{lvms}}, fsedit::scan_pvs($part);
+ }
}
sub Add2RAID {