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

remove debug line

parent 4cfa81cb
No related branches found
No related tags found
No related merge requests found
......@@ -1123,7 +1123,6 @@ check_config () {
check_timeout () {
local mdstimeout=$(do_facet mds "lctl get_param -n timeout")
local cltimeout=$(lctl get_param -n timeout)
echo $timeout
if [ $mdstimeout -ne $TIMEOUT ] || [ $mdstimeout -ne $cltimeout ]; then
error "timeouts are wrong! mds: $mdstimeout, client: $cltimeout, TIMEOUT=$TIMEOUT"
return 1
......
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