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:
8fcef6c
)
- use UUIDs for mounting
author
braam
<braam>
Fri, 5 Jul 2002 20:53:05 +0000
(20:53 +0000)
committer
braam
<braam>
Fri, 5 Jul 2002 20:53:05 +0000
(20:53 +0000)
lustre/tests/common.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/common.sh
b/lustre/tests/common.sh
index
7b13219
..
c29c08a
100644
(file)
--- a/
lustre/tests/common.sh
+++ b/
lustre/tests/common.sh
@@
-454,8
+454,8
@@
setup_mount() {
fi
[ ! -d $MTPT ] && mkdir $MTPT
- echo mount -t lustre_lite -o ost=
`find_devno $THEOSC`,mds=`find_devno $THEMDC`
none $MTPT
- mount -t lustre_lite -o ost=
`find_devno $THEOSC`,mds=`find_devno $THEMDC`
none $MTPT
+ echo mount -t lustre_lite -o ost=
${THEOSC}-UUID,mds=${THEMDC}-UUID
none $MTPT
+ mount -t lustre_lite -o ost=
${THEOSC}-UUID,mds=${THEMDC}-UUID
none $MTPT
done
done
}