X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=6c4ce0a046532a706a866e7bc82c985dff029610;hp=bd7753a7d24ed1fc011b2c7827c03d7b893995fc;hb=576541ff22d4f4f4433db139ed53aadb0b54a00a;hpb=8e365a02e794fd58099b2f771893f5ef3a73c7f7 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index bd7753a..6c4ce0a 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -8444,7 +8444,8 @@ run_test 150 "truncate/append tests" function roc_hit() { local list=$(comma_list $(osts_nodes)) - + #debug temp debug for LU-2902: lets see what values we get back + echo $(get_osd_param $list '' stats) 1>&2 echo $(get_osd_param $list '' stats | awk '/'cache_hit'/ {sum+=$2} END {print sum}') }