Skip to content

Commit e1f1305

Browse files
authored
Merge pull request #152 from t-mialve/t-mialve/2.15.3-43-gd7e07df-update
Bump client version to 2.15.3-43-gd7e07df
2 parents b46b1dd + 34b5b4d commit e1f1305

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pkg/azurelustreplugin/entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ function add_net_interfaces() {
6565
installClientPackages=${AZURELUSTRE_CSI_INSTALL_LUSTRE_CLIENT:-yes}
6666
echo "installClientPackages: ${installClientPackages}"
6767

68-
requiredLustreVersion=${LUSTRE_VERSION:-"2.15.1"}
68+
requiredLustreVersion=${LUSTRE_VERSION:-"2.15.3"}
6969
echo "requiredLustreVersion: ${requiredLustreVersion}"
7070

71-
requiredClientSha=${CLIENT_SHA_SUFFIX:-"33-g0168b83"}
71+
requiredClientSha=${CLIENT_SHA_SUFFIX:-"43-gd7e07df"}
7272
echo "requiredClientSha: ${requiredClientSha}"
7373

7474
pkgVersion="${requiredLustreVersion}-${requiredClientSha}"

test/integration_aks/image/run_integration_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ readonly endpoint="unix:///csi/csi.sock"
2525
readonly target_path="/tmp/target_path"
2626
readonly lustre_fs_name=$1
2727
readonly lustre_fs_ip=$2
28-
readonly lustre_client_version="2.15.1"
29-
readonly pkgVersion="${lustre_client_version}-33-g0168b83"
28+
readonly lustre_client_version="2.15.3"
29+
readonly pkgVersion="${lustre_client_version}-43-gd7e07df"
3030
readonly pkgName="amlfs-lustre-client-${pkgVersion}"
3131

3232
mkdir -p $target_path

0 commit comments

Comments
 (0)