X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fcfg%2Flocal.sh;h=7213bb286cd4bed78df1281337d8d36fe86d006a;hb=8ce48257490f20ec7f11929a42ab3891139a9d8c;hp=892178de9140645d18b6f4706493112286283877;hpb=fbab51e0d0d83bf78b4619cab3a0a1495ffa294f;p=fs%2Flustre-release.git diff --git a/lustre/tests/cfg/local.sh b/lustre/tests/cfg/local.sh index 892178d..7213bb2 100644 --- a/lustre/tests/cfg/local.sh +++ b/lustre/tests/cfg/local.sh @@ -1,10 +1,10 @@ FSNAME=${FSNAME:-lustre} # facet hosts -mds_HOST=${mds_HOST:-`hostname`} +mds_HOST=${mds_HOST:-$(hostname)} mdsfailover_HOST=${mdsfailover_HOST} mgs_HOST=${mgs_HOST:-$mds_HOST} -ost_HOST=${ost_HOST:-`hostname`} +ost_HOST=${ost_HOST:-$(hostname)} ostfailover_HOST=${ostfailover_HOST} CLIENTS="" @@ -53,7 +53,7 @@ OST_MOUNT_OPTS=${OST_MOUNT_OPTS:-} # OSTDEV1="/dev/sdb1" NETTYPE=${NETTYPE:-tcp} -MGSNID=${MGSNID:-`h2$NETTYPE $mgs_HOST`} +MGSNID=${MGSNID:-$(h2$NETTYPE $mgs_HOST)} # # Back end file system type(s) of facets can be specified with these @@ -91,6 +91,8 @@ DEBUG_SIZE=${DEBUG_SIZE:-$_debug_mb} ENABLE_QUOTA=${ENABLE_QUOTA:-""} QUOTA_TYPE="ug3" QUOTA_USERS=${QUOTA_USERS:-"quota_usr quota_2usr sanityusr sanityusr1"} +# "error: conf_param: No such device" issue in every test suite logs +# sanity-quota test_32 hash_lqs_cur_bits is not set properly LQUOTAOPTS=${LQUOTAOPTS:-"hash_lqs_cur_bits=3"} #client