Skip to content
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

Memgraph container mounts lib-storage volume on /var/log/memgraph #69

Closed
stymp opened this issue Nov 5, 2024 · 1 comment · Fixed by #70
Closed

Memgraph container mounts lib-storage volume on /var/log/memgraph #69

stymp opened this issue Nov 5, 2024 · 1 comment · Fixed by #70
Assignees

Comments

@stymp
Copy link

stymp commented Nov 5, 2024

In memgraph chart, lib-storage volume is mounted twice by the memgraph container, under /var/lib/memgraph and /var/log/memgraph. I suspect line 182 on the statefulset definition template should read

- name: {{ include "memgraph.fullname" . }}-log-storage

instead of

- name: {{ include "memgraph.fullname" . }}-lib-storage

See https://github.com/memgraph/helm-charts/blob/main/charts/memgraph/templates/statefulset.yaml for definition template.

@antejavor
Copy link
Collaborator

Hi @stymp, thanks for reporting this it will be fixed 🦾

@antejavor antejavor self-assigned this Nov 7, 2024
@antejavor antejavor linked a pull request Nov 7, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants