Whamcloud - gitweb
- move the peter branch changes to the head
[fs/lustre-release.git] / lustre / tests / common.sh
index 2801464..87078a8 100644 (file)
@@ -398,7 +398,7 @@ setup_ost() {
        $OBDCTL <<- EOF || return $?
        newdev
        attach ost OSTDEV OSTUUID
-       setup \$OBDDEV
+       setup OBDUUID
        quit
        EOF
 }
@@ -482,8 +482,8 @@ setup_mount() {
                fi
 
                [ ! -d $MTPT ] && mkdir $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
+               echo mount -t lustre_lite -o osc=${THEOSC}-UUID,mdc=${THEMDC}-UUID none $MTPT
+                mount -t lustre_lite -o osc=${THEOSC}-UUID,mdc=${THEMDC}-UUID none $MTPT
            done
        done
 }