Whamcloud - gitweb
Stay in parity with lustre_param.h, revision 1.1.4.5.
authorbrian <brian>
Mon, 19 Jun 2006 23:59:11 +0000 (23:59 +0000)
committerbrian <brian>
Mon, 19 Jun 2006 23:59:11 +0000 (23:59 +0000)
lustre/scripts/lmc2csv.pl

index 811eb3f..d490dcc 100644 (file)
@@ -175,11 +175,11 @@ foreach my $mds (@{$objs{"mds"}}) {
         $mkfs_options .= "default_stripe_size=" . $lov->{"stripe_sz"} . ",";
     }
     if (defined($lov->{"stripe_cnt"})) {
-        $mkfs_options .= "default_stripe_count=" .
+        $mkfs_options .= "lov.stripe.count=" .
                          $lov->{"stripe_cnt"} . ",";
     }
     if (defined($lov->{"stripe_pattern"})) {
-        $mkfs_options .= "default_stripe_pattern=" .
+        $mkfs_options .= "lov.stripe.pattern=" .
                          $lov->{"stripe_pattern"} . ",";
     }
     chop($mkfs_options);