X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fcfg%2Flocal.sh;h=baa7d1826402aa7695838dd3625e1b5c8c8d7343;hp=486801ece1a283ca1c4771a88fecc5ca2e5b1ad9;hb=b27652cb440f2bea59db254e955403484c6c1d3a;hpb=b76a5b14f558eb3b5eba41dbd0c440fe69e25fe4 diff --git a/lustre/tests/cfg/local.sh b/lustre/tests/cfg/local.sh index 486801e..baa7d18 100644 --- a/lustre/tests/cfg/local.sh +++ b/lustre/tests/cfg/local.sh @@ -35,11 +35,15 @@ MDSSIZE=${MDSSIZE:-200000} MDSOPT=${MDSOPT:-} MDS_FS_MKFS_OPTS=${MDS_FS_MKFS_OPTS:-} MDS_MOUNT_OPTS=${MDS_MOUNT_OPTS:-} +# _MOUNT_FS_OPTS is the mount options specified when formatting +# the underlying device by argument "--mountfsoptions" +MDS_MOUNT_FS_OPTS=${MDS_MOUNT_FS_OPTS:-} MGSSIZE=${MGSSIZE:-$MDSSIZE} MGSOPT=${MGSOPT:-} MGS_FS_MKFS_OPTS=${MGS_FS_MKFS_OPTS:-} MGS_MOUNT_OPTS=${MGS_MOUNT_OPTS:-} +MGS_MOUNT_FS_OPTS=${MGS_MOUNT_FS_OPTS:-} OSTCOUNT=${OSTCOUNT:-2} OSTDEVBASE=${OSTDEVBASE:-$TMP/${FSNAME}-ost} @@ -47,6 +51,7 @@ OSTSIZE=${OSTSIZE:-400000} OSTOPT=${OSTOPT:-} OST_FS_MKFS_OPTS=${OST_FS_MKFS_OPTS:-} OST_MOUNT_OPTS=${OST_MOUNT_OPTS:-} +OST_MOUNT_FS_OPTS=${OST_MOUNT_FS_OPTS:-} OST_INDEX_LIST=${OST_INDEX_LIST:-} # Can specify individual ost devs with # OSTDEV1="/dev/sda"