X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fyaml.sh;h=e987c752403be64893125abb72d78ce473d426a3;hp=e3d9c8f7574375145c4b2662ff3a9848b7bf1966;hb=71f3c7aa1e9beb14a9b7a171fb94a3d06e2831c3;hpb=5d37670e8507563db556879041c7992936aefa56 diff --git a/lustre/tests/yaml.sh b/lustre/tests/yaml.sh index e3d9c8f..e987c75 100644 --- a/lustre/tests/yaml.sh +++ b/lustre/tests/yaml.sh @@ -88,9 +88,10 @@ release() { } yml_build_info() { - TEST_DISTRO=$(release) - LUSTRE_VERSION=$(lctl lustre_build_version | awk '/Lustre version:/ {print $3}') - LUSTRE_BUILD=${LUSTRE_BUILD_SOURCE:-$(sed 's/-.*//' <<<$LUSTRE_VERSION)} + local TEST_DISTRO=$(release) + local LUSTRE_VERSION=$(lctl lustre_build_version | awk '/Lustre version:/ {print $3}') + local LUSTRE_BUILD=${LUSTRE_BUILD_SOURCE:-$(sed 's/-.*//' <<<$LUSTRE_VERSION)} + local FILE_SYSTEM=$(node_fstypes $(hostname -s)) cat <