File tree Expand file tree Collapse file tree
charts/manila-csi-plugin/templates
manifests/manila-csi-plugin Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9595 readOnly : true
9696 {{- end }}
9797 - name : configdrive-dev
98- mountPath : /dev
98+ mountPath : /dev/disk
9999 mountPropagation : " HostToContainer"
100100 {{- with $.Values.nodeplugin.volumeMounts }}
101101 {{- toYaml . | nindent 12 }}
@@ -125,7 +125,7 @@ spec:
125125 {{- end }}
126126 - name : configdrive-dev
127127 hostPath :
128- path : /dev
128+ path : /dev/disk
129129 type : Directory
130130 {{- with .Values.nodeplugin.volumes }}
131131 {{- toYaml . | nindent 8 }}
Original file line number Diff line number Diff line change 8181 - name : fwd-plugin-dir
8282 mountPath : /var/lib/kubelet/plugins/FWD-NODEPLUGIN
8383 - name : configdrive-dev
84- mountPath : /dev
84+ mountPath : /dev/disk
8585 mountPropagation : " HostToContainer"
8686 volumes :
8787 - name : registration-dir
9898 type : DirectoryOrCreate
9999 - name : configdrive-dev
100100 hostPath :
101- path : /dev
101+ path : /dev/disk
102102 type : Directory
You can’t perform that action at this time.
0 commit comments