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:
63690d2
)
Fix typo in mount2fs.sh script.
author
adilger
<adilger>
Tue, 30 Sep 2003 05:10:18 +0000
(
05:10
+0000)
committer
adilger
<adilger>
Tue, 30 Sep 2003 05:10:18 +0000
(
05:10
+0000)
lustre/tests/mount2fs.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/mount2fs.sh
b/lustre/tests/mount2fs.sh
index
6d94362
..
6535ef4
100644
(file)
--- a/
lustre/tests/mount2fs.sh
+++ b/
lustre/tests/mount2fs.sh
@@
-8,7
+8,7
@@
LMC=${LMC-../utils/lmc}
TMP=${TMP:-/tmp}
MDSDEV=${MDSDEV:-$TMP/mds1-`hostname`}
-MDSDEV2=${MDSDEV:-$TMP/mds2-`hostname`}
+MDSDEV2=${MDSDEV
2
:-$TMP/mds2-`hostname`}
MDSSIZE=50000
FSTYPE=${FSTYPE:-ext3}