Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1ec30c
)
Stay in parity with lustre_param.h, revision 1.1.4.5.
author
brian
<brian>
Mon, 19 Jun 2006 23:59:11 +0000
(23:59 +0000)
committer
brian
<brian>
Mon, 19 Jun 2006 23:59:11 +0000
(23:59 +0000)
lustre/scripts/lmc2csv.pl
patch
|
blob
|
history
diff --git
a/lustre/scripts/lmc2csv.pl
b/lustre/scripts/lmc2csv.pl
index
811eb3f
..
d490dcc
100644
(file)
--- a/
lustre/scripts/lmc2csv.pl
+++ b/
lustre/scripts/lmc2csv.pl
@@
-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);