Skip to content

Commit e280c04

Browse files
authored
Merge pull request #1717 from helio/set-read-ahead-size
feat: add chart parameter for install-blobfuse-proxy ability to disable setReadAheadSize
2 parents 5885496 + d5110df commit e280c04

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed
28 Bytes
Binary file not shown.

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

+2
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

+1
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)