Skip to content

Commit

Permalink
Merge pull request #152 from t-mialve/t-mialve/2.15.3-43-gd7e07df-update
Browse files Browse the repository at this point in the history
Bump client version to 2.15.3-43-gd7e07df
  • Loading branch information
k8s-ci-robot authored Jan 16, 2024
2 parents b46b1dd + 34b5b4d commit e1f1305
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pkg/azurelustreplugin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ function add_net_interfaces() {
installClientPackages=${AZURELUSTRE_CSI_INSTALL_LUSTRE_CLIENT:-yes}
echo "installClientPackages: ${installClientPackages}"

requiredLustreVersion=${LUSTRE_VERSION:-"2.15.1"}
requiredLustreVersion=${LUSTRE_VERSION:-"2.15.3"}
echo "requiredLustreVersion: ${requiredLustreVersion}"

requiredClientSha=${CLIENT_SHA_SUFFIX:-"33-g0168b83"}
requiredClientSha=${CLIENT_SHA_SUFFIX:-"43-gd7e07df"}
echo "requiredClientSha: ${requiredClientSha}"

pkgVersion="${requiredLustreVersion}-${requiredClientSha}"
Expand Down
4 changes: 2 additions & 2 deletions test/integration_aks/image/run_integration_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ readonly endpoint="unix:///csi/csi.sock"
readonly target_path="/tmp/target_path"
readonly lustre_fs_name=$1
readonly lustre_fs_ip=$2
readonly lustre_client_version="2.15.1"
readonly pkgVersion="${lustre_client_version}-33-g0168b83"
readonly lustre_client_version="2.15.3"
readonly pkgVersion="${lustre_client_version}-43-gd7e07df"
readonly pkgName="amlfs-lustre-client-${pkgVersion}"

mkdir -p $target_path
Expand Down

0 comments on commit e1f1305

Please sign in to comment.