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

b=13322

i=Nathan
i=Brian

test_24a fix for remote mds
parent d2f7b22b
No related branches found
No related tags found
No related merge requests found
......@@ -861,7 +861,7 @@ test_24a() {
umount_client $MOUNT
# the MDS must remain up until last MDT
stop_mds
MDS=$(awk '($3 ~ "mdt" && $4 ~ "MDT") { print $4 }' $LPROC/devices)
MDS=$(do_facet mds "cat $LPROC/devices" | awk '($3 ~ "mdt" && $4 ~ "MDT") { print $4 }')
[ -z "$MDS" ] && error "No MDT" && return 8
umount $MOUNT2
stop fs2mds -f
......
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