-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes for not mounting entire NFS to each job #314
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had made this review ages ago but forgotten to press the submit button!
galaxy/values.yaml
Outdated
{{- template "galaxy.pvcname" . -}}/config:{{ .Values.persistence.mountPath -}}/config, | ||
{{- template "galaxy.pvcname" . -}}/deps:{{ .Values.persistence.mountPath -}}/deps, | ||
{{- template "galaxy.pvcname" . -}}/object_store_cache:{{ .Values.persistence.mountPath -}}/object_store_cache, | ||
{{- template "galaxy.pvcname" . -}}/tmp:{{ .Values.persistence.mountPath -}}/tmp, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Configure galaxy to use job working directory for tmp files?
galaxy/values.yaml
Outdated
{{- template "galaxy.pvcname" . -}}/object_store_cache:{{ .Values.persistence.mountPath -}}/object_store_cache, | ||
{{- template "galaxy.pvcname" . -}}/tmp:{{ .Values.persistence.mountPath -}}/tmp, | ||
{{- template "galaxy.pvcname" . -}}/tool-data:{{ .Values.persistence.mountPath -}}/tool-data, | ||
{{- template "galaxy.pvcname" . -}}/tools:{{ .Values.persistence.mountPath -}}/tools, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mount as read-only?
galaxy/values.yaml
Outdated
{{ template "galaxy.pvcname" . -}}:{{ .Values.persistence.mountPath -}} | ||
k8s_persistent_volume_claims: |- | ||
{{ template "galaxy.pvcname" . -}}/cache:{{ .Values.persistence.mountPath -}}/cache, | ||
{{- template "galaxy.pvcname" . -}}/config:{{ .Values.persistence.mountPath -}}/config, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove?
Friends with galaxyproject/galaxy#12345