File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
test/integration_aks/image Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -65,10 +65,10 @@ function add_net_interfaces() {
6565installClientPackages=${AZURELUSTRE_CSI_INSTALL_LUSTRE_CLIENT:- yes}
6666echo " installClientPackages: ${installClientPackages} "
6767
68- requiredLustreVersion=${LUSTRE_VERSION:- " 2.15.1 " }
68+ requiredLustreVersion=${LUSTRE_VERSION:- " 2.15.3 " }
6969echo " requiredLustreVersion: ${requiredLustreVersion} "
7070
71- requiredClientSha=${CLIENT_SHA_SUFFIX:- " 33-g0168b83 " }
71+ requiredClientSha=${CLIENT_SHA_SUFFIX:- " 43-gd7e07df " }
7272echo " requiredClientSha: ${requiredClientSha} "
7373
7474pkgVersion=" ${requiredLustreVersion} -${requiredClientSha} "
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ readonly endpoint="unix:///csi/csi.sock"
2525readonly target_path=" /tmp/target_path"
2626readonly lustre_fs_name=$1
2727readonly 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 "
3030readonly pkgName=" amlfs-lustre-client-${pkgVersion} "
3131
3232mkdir -p $target_path
You can’t perform that action at this time.
0 commit comments