#!/bin/sh # Config file for mounting a client Lustre filesystem MDC_NAMES="MDCDEV1 MDCDEV2" OSC_NAMES="OSCDEV1 OSCDEV2" SETUP_MDC=y SETUP_OSC=y MT1="/mnt/lustre1 OSCDEV1 MDCDEV1" MT2="/mnt/lustre2 OSCDEV2 MDCDEV2" MOUNT_LIST="MT1 MT2" SETUP_MOUNT=y