From 1b69d451bf6243539f9bc2689c55b67cdf04ed43 Mon Sep 17 00:00:00 2001 From: braam Date: Fri, 5 Jul 2002 20:53:05 +0000 Subject: [PATCH] - use UUIDs for mounting --- lustre/tests/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/common.sh b/lustre/tests/common.sh index 7b13219..c29c08a 100644 --- 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 } -- 1.8.3.1