i=Adilger
conf-sanity test_32* fix to not be skipped for remote setup
local WAIT=0
local INTERVAL=1
+ local running
# conf-sanity 31 takes a long time cleanup
while [ $WAIT -lt 300 ]; do
running=$(do_facet ${facet} "lsmod | grep lnet > /dev/null && lctl dl | grep ' ST '") || true
facet_host() {
local facet=$1
+
+ [ "$facet" == client ] && echo -n $HOSTNAME && return
varname=${facet}_HOST
if [ -z "${!varname}" ]; then
if [ "${facet:0:3}" == "ost" ]; then