Skip to content
Snippets Groups Projects
Commit 40fe165b authored by Robert Read's avatar Robert Read
Browse files

* fix braino

parent 210eadf6
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ OSTSIZE=100000
${LMC} -o $config --node localhost --net localhost tcp || exit 1
# configure mds server
${LMC} -m $config --format --node localhost --mds mds1 $OSTDEV $OSTSIZE || exit 2
${LMC} -m $config --format --node localhost --mds mds1 $MDSDEV $MDSSIZE || exit 2
# configure ost
${LMC} -m $config --format --node localhost --ost $OSTDEV $OSTSIZE || exit 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment