X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Ftests%2Fconf-sanity.sh;h=671f82f3d95b0040eea85db013c249e4ce942f50;hb=a997c8611e11a752698d53e26f11fa7d5c5486ea;hp=655329f3abad130baa4dc2374e159d9e58f87fe3;hpb=56e322f722b23d7070c9249dabed02b53397c82e;p=fs%2Flustre-release.git diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 655329f..671f82f 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -871,8 +871,8 @@ test_23a() { # was test_23 "MOUNT_LUSTRE_PID $MOUNT_LUSTRE_PID still not killed in $WAIT secs" ps -ef | grep mount fi - stop_mds || error - stop_ost || error + stop_mds || error "stopping MDSes failed" + stop_ost || error "stopping OSSes failed" } run_test 23a "interrupt client during recovery mount delay"