File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
perfmetrics/scripts/testing_on_gke/examples
dlio/unet3d-loading-test/templates
fio/loading-test/templates Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 86
86
++workload.reader.read_threads={{ .Values.dlio.readThreads }} \
87
87
++workload.output.folder=/logs/{{ .Values.dlio.numFilesTrain }}-{{ .Values.dlio.recordLength }}-{{ .Values.dlio.batchSize }}/{{ .Values.scenario }}
88
88
89
+ # dump the gcsfuse-mount-configuration to a file in output-directory.
89
90
{{ if eq .Values.scenario "gcsfuse-generic"}}
90
91
echo "{{ .Values.gcsfuse.mountOptions }}" > /logs/{{ .Values.dlio.numFilesTrain }}-{{ .Values.dlio.recordLength }}-{{ .Values.dlio.batchSize }}/{{ .Values.scenario }}/gcsfuse_mount_options
91
92
{{ end }}
Original file line number Diff line number Diff line change @@ -127,6 +127,7 @@ spec:
127
127
echo "Run fio tests..."
128
128
mkdir -p /data/fio-output/{{ .Values.scenario }}/$read_type
129
129
130
+ # dump the gcsfuse-mount-configuration to a file in output-directory.
130
131
{{ if eq .Values.scenario "gcsfuse-generic" }}
131
132
echo "{{ .Values.gcsfuse.mountOptions }}" > /data/fio-output/{{ .Values.scenario }}/$read_type/gcsfuse_mount_options
132
133
{{ end }}
@@ -174,7 +175,7 @@ spec:
174
175
driver : gcsfuse.csi.storage.gke.io
175
176
volumeAttributes :
176
177
bucketName : {{ .Values.bucketName }}
177
- # gcsfuseLoggingSeverity: "info"
178
+ gcsfuseLoggingSeverity : " info"
178
179
mountOptions : " {{ .Values.gcsfuse.mountOptions }}"
179
180
{{- else if eq .Values.scenario "gcsfuse-file-cache" }}
180
181
csi :
You can’t perform that action at this time.
0 commit comments