Skip to content
Snippets Groups Projects
Commit 7fbde5f7 authored by alex's avatar alex
Browse files

- add second mountpoint in the config

parent 165aa6ad
No related branches found
No related tags found
No related merge requests found
......@@ -62,4 +62,5 @@ for num in `seq $OSTCOUNT`; do
${LMC} -m $config --add ost --node localhost --lov lov1 --ost $OST --fstype $FSTYPE --backfstype $OST_BACKFSTYPE --dev ${!DEVPTR} --size $OSTSIZE $JARG || exit 30
done
${LMC} -m $config --add mtpt --node localhost --path $MOUNT --mds lmv1 --lov lov1 || exit 40
${LMC} -m $config --add mtpt --node localhost --path $MOUNT --mds lmv1 --clientoptions async --lov lov1 || exit 40
${LMC} -m $config --add mtpt --node client --path $MOUNT2 --mds lmv1 --clientoptions async --lov lov1 || exit 41
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