X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=2338abcb8c87b0e7e555108fc52ff4fe8f2f5893;hp=c7a0cfa154f7d64e0c380f4cdf5466c4cfb01e38;hb=f276f1cb0859e8718448e69bd99ee305f5e62d42;hpb=f0cf7fd3cccb2313fa94a307cf862afba256b8d8 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index c7a0cfa..2338abc 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -15631,6 +15631,12 @@ test_155_big_load() { free_min_max local cache_size=$(do_facet ost$((MAXI+1)) \ "awk '/cache/ {sum+=\\\$4} END {print sum}' /proc/cpuinfo") + + # LU-16042: can not get the cache size on Arm64 VM here, fallback to a + # pre-set value + if [ -z "$cache_size" ]; then + cache_size=256 + fi local large_file_size=$((cache_size * 2)) echo "OSS cache size: $cache_size KB"