Skip to content

Commit

Permalink
Merge pull request #160 from t-mialve/t-mialve/v0.1.14-subdir-enable
Browse files Browse the repository at this point in the history
Bump to v0.1.14 with the 2.15.3 lustre clients and subdir mounts enabled
  • Loading branch information
k8s-ci-robot authored Feb 20, 2024
2 parents f5c5594 + a26558b commit 79e71b5
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 24 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ REGISTRY ?= azurelustre.azurecr.io
REGISTRY_NAME ?= $(shell echo $(REGISTRY) | sed "s/.azurecr.io//g")
TARGET ?= csi
IMAGE_NAME ?= azurelustre-$(TARGET)
IMAGE_VERSION ?= v0.1.12
IMAGE_VERSION ?= v0.1.14
CLOUD ?= AzurePublicCloud
# Use a custom version for E2E tests if we are in Prow
ifdef CI
Expand Down
4 changes: 2 additions & 2 deletions deploy/csi-azurelustre-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
- "--csi-address=$(ADDRESS)"
- "--leader-election"
- "--timeout=60s"
- "--extra-create-metadata=false"
- "--extra-create-metadata=true"
env:
- name: ADDRESS
value: /csi/csi.sock
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurelustre
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.12
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.14
imagePullPolicy: IfNotPresent
args:
- "-v=5"
Expand Down
6 changes: 3 additions & 3 deletions deploy/csi-azurelustre-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ spec:
cpu: 10m
memory: 20Mi
- name: azurelustre
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.12
image: mcr.microsoft.com/oss/kubernetes-csi/azurelustre-csi:v0.1.14
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down Expand Up @@ -116,9 +116,9 @@ spec:
- name: AZURELUSTRE_CSI_INSTALL_LUSTRE_CLIENT
value: "yes"
- name: LUSTRE_VERSION
value: "2.15.1"
value: "2.15.3"
- name: CLIENT_SHA_SUFFIX
value: "33-g0168b83"
value: "43-gd7e07df"
- name: KUBE_NODE_NAME
valueFrom:
fieldRef:
Expand Down
3 changes: 0 additions & 3 deletions docs/examples/pod_echo_date_subdir.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
# The subdirectory functionality is not yet released; these files are
# provided as examples for the next version of this driver. This message
# will be removed at release time when we make this new release the default
kind: Pod
apiVersion: v1
metadata:
Expand Down
3 changes: 0 additions & 3 deletions docs/examples/pv_subdir.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
# The subdirectory functionality is not yet released; these files are
# provided as examples for the next version of this driver. This message
# will be removed at release time when we make this new release the default
apiVersion: v1
kind: PersistentVolume
metadata:
Expand Down
3 changes: 0 additions & 3 deletions docs/examples/pvc_pv_subdir.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
# The subdirectory functionality is not yet released; these files are
# provided as examples for the next version of this driver. This message
# will be removed at release time when we make this new release the default
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down
3 changes: 0 additions & 3 deletions docs/examples/pvc_storageclass_subdir.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
# The subdirectory functionality is not yet released; these files are
# provided as examples for the next version of this driver. This message
# will be removed at release time when we make this new release the default
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
Expand Down
3 changes: 0 additions & 3 deletions docs/examples/storageclass_existing_lustre_subdir.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
# The subdirectory functionality is not yet released; these files are
# provided as examples for the next version of this driver. This message
# will be removed at release time when we make this new release the default
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
Expand Down
2 changes: 1 addition & 1 deletion test/external-e2e/e2etest_storageclass.yaml.template
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provisioner: azurelustre.csi.azure.com
parameters:
mgs-ip-address: "{lustre_mgs_ip}"
fs-name: "{lustre_fs_name}"
#sub-dir: "longhaul"
sub-dir: "longhaul"
mountOptions:
- noatime
- flock
2 changes: 1 addition & 1 deletion test/long-haul/cleanup/cleanupjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provisioner: azurelustre.csi.azure.com
parameters:
mgs-ip-address: "{lustre_fs_ip}"
fs-name: "{lustre_fs_name}"
#sub-dir: "longhaul"
sub-dir: "longhaul"

---
kind: PersistentVolumeClaim
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ provisioner: azurelustre.csi.azure.com
parameters:
mgs-ip-address: "{lustre_fs_ip}"
fs-name: "{lustre_fs_name}"
#sub-dir: "longhaul"
sub-dir: "longhaul"

---
kind: PersistentVolumeClaim
Expand Down

0 comments on commit 79e71b5

Please sign in to comment.