Skip to content
Snippets Groups Projects
Commit c29c7442 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=13922

i=Nathan

32a, 32b more remote mds fixes
parent 49578be4
No related branches found
No related tags found
No related merge requests found
...@@ -1095,7 +1095,8 @@ test_32a() { ...@@ -1095,7 +1095,8 @@ test_32a() {
# devices # devices
# or maybe this test is just totally useless on a client-only system # or maybe this test is just totally useless on a client-only system
[ "$mds_HOST" = "`hostname`" ] || { skip "remote MDS" && return 0; } [ "$mds_HOST" = "`hostname`" ] || { skip "remote MDS" && return 0; }
[ "$ost1_HOST" = "`hostname`" ] || { skip "remote OST" && return 0; } [ "$ost_HOST" = "`hostname`" -o "$ost1_HOST" = "`hostname`" ] || \
{ skip "remote OST" && return 0; }
[ -z "$TUNEFS" ] && skip "No tunefs" && return [ -z "$TUNEFS" ] && skip "No tunefs" && return
local DISK1_4=$LUSTRE/tests/disk1_4.zip local DISK1_4=$LUSTRE/tests/disk1_4.zip
...@@ -1158,7 +1159,8 @@ test_32b() { ...@@ -1158,7 +1159,8 @@ test_32b() {
# devices # devices
# or maybe this test is just totally useless on a client-only system # or maybe this test is just totally useless on a client-only system
[ "$mds_HOST" = "`hostname`" ] || { skip "remote MDS" && return 0; } [ "$mds_HOST" = "`hostname`" ] || { skip "remote MDS" && return 0; }
[ "$ost1_HOST" = "`hostname`" ] || { skip "remote OST" && return 0; } [ "$ost_HOST" = "`hostname`" -o "$ost1_HOST" = "`hostname`" ] || \
{ skip "remote OST" && return 0; }
[ -z "$TUNEFS" ] && skip "No tunefs" && return [ -z "$TUNEFS" ] && skip "No tunefs" && return
local DISK1_4=$LUSTRE/tests/disk1_4.zip local DISK1_4=$LUSTRE/tests/disk1_4.zip
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment