diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index 8fcb2b9f9976a82d620c9b3fa6757237f2c86a6f..3cf4e80a2d359119cc257d83f66f310f057c806c 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -374,7 +374,9 @@ test_9() { do_facet ost1 lctl set_param subsystem_debug=\'mds ost\' || return 1 CHECK_PTLDEBUG="`do_facet ost1 lctl get_param -n debug`" - if [ "$CHECK_PTLDEBUG" ] && [ "$CHECK_PTLDEBUG" = "trace inode" ];then + if [ "$CHECK_PTLDEBUG" ] && { \ + [ "$CHECK_PTLDEBUG" = "trace inode warning error emerg console" ] || + [ "$CHECK_PTLDEBUG" = "trace inode" ]; }; then echo "lnet.debug success" else echo "lnet.debug: want 'trace inode', have '$CHECK_PTLDEBUG'"