Skip to content

Commit 168d92a

Browse files
committed
feat: add chart parameter for install-blobfuse-proxy ability to disable setReadAheadSize
1 parent 5885496 commit 168d92a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

charts/latest/blob-csi-driver/templates/csi-blob-node.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ spec:
104104
value: "{{ .Values.linux.kubelet }}"
105105
- name: MIGRATE_K8S_REPO
106106
value: "{{ .Values.node.blobfuseProxy.migrateK8sRepo }}"
107+
- name: SET_READ_AHEAD_SIZE
108+
value: "{{ .Values.node.blobfuseProxy.setReadAheadSize }}"
107109
volumeMounts:
108110
- name: host-usr
109111
mountPath: /host/usr

charts/latest/blob-csi-driver/values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ node:
128128
maxOpenFileNum: "9000000"
129129
disableUpdateDB: true
130130
migrateK8sRepo: false
131+
setReadAheadSize: true
131132
blobfuseCachePath: /mnt
132133
appendTimeStampInCacheDir: false
133134
mountPermissions: 0777

0 commit comments

Comments
 (0)