Skip to content

Commit 1e255be

Browse files
address self-review comments
1 parent 3d2672b commit 1e255be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

perfmetrics/scripts/testing_on_gke/examples/dlio/unet3d-loading-test/templates/dlio-tester.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ spec:
8686
++workload.reader.read_threads={{ .Values.dlio.readThreads }} \
8787
++workload.output.folder=/logs/{{ .Values.dlio.numFilesTrain }}-{{ .Values.dlio.recordLength }}-{{ .Values.dlio.batchSize }}/{{ .Values.scenario }}
8888
89+
# dump the gcsfuse-mount-configuration to a file in output-directory.
8990
{{ if eq .Values.scenario "gcsfuse-generic"}}
9091
echo "{{ .Values.gcsfuse.mountOptions }}" > /logs/{{ .Values.dlio.numFilesTrain }}-{{ .Values.dlio.recordLength }}-{{ .Values.dlio.batchSize }}/{{ .Values.scenario }}/gcsfuse_mount_options
9192
{{ end }}

perfmetrics/scripts/testing_on_gke/examples/fio/loading-test/templates/fio-tester.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ spec:
127127
echo "Run fio tests..."
128128
mkdir -p /data/fio-output/{{ .Values.scenario }}/$read_type
129129
130+
# dump the gcsfuse-mount-configuration to a file in output-directory.
130131
{{ if eq .Values.scenario "gcsfuse-generic" }}
131132
echo "{{ .Values.gcsfuse.mountOptions }}" > /data/fio-output/{{ .Values.scenario }}/$read_type/gcsfuse_mount_options
132133
{{ end }}
@@ -174,7 +175,7 @@ spec:
174175
driver: gcsfuse.csi.storage.gke.io
175176
volumeAttributes:
176177
bucketName: {{ .Values.bucketName }}
177-
# gcsfuseLoggingSeverity: "info"
178+
gcsfuseLoggingSeverity: "info"
178179
mountOptions: "{{ .Values.gcsfuse.mountOptions }}"
179180
{{- else if eq .Values.scenario "gcsfuse-file-cache" }}
180181
csi:

0 commit comments

Comments
 (0)