summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/raid.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/raid.pm b/perl-install/raid.pm
index 22c60e787..acbee3607 100644
--- a/perl-install/raid.pm
+++ b/perl-install/raid.pm
@@ -19,6 +19,7 @@ sub new {
my ($raids, %opts) = @_;
my $md_part = { %opts };
add2hash_($md_part, { 'chunk-size' => '64', disks => [],
+ fs_type => 'ext3',
device => 'md' . int(@$raids),
notFormatted => 1, level => 1 });
push @$raids, $md_part;