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

Binding local folder to worker in cluster #307

Open
jochendemuth opened this issue Jul 29, 2022 · 4 comments
Open

Binding local folder to worker in cluster #307

jochendemuth opened this issue Jul 29, 2022 · 4 comments
Assignees

Comments

@jochendemuth
Copy link

Using docker-compose.yml to deploy citus cluster. Works great!

Now, in preparation for a larger scale deployment I would like to mount the data directories of the workers to local folders. This would allow me to direct worker data volumes easily to different physical drives/storage.

I started by adding a line into the docker-compose.yml file extending the "volumes:" specification so that it reads:
...
volumes:
- healthcheck-volume:/healthcheck
- /mnt/local:/var/lib/postgresql/data
manager:
...
For a cluster with a single worker node this obviously works like a charm. However, when starting a cluster with two nodes, the second node mounts the identical local folder and both worker nodes read and write onto the same files - disaster happens!

I was hoping to specify a local subfolder named like the worker. Really, just any way to provide distinct folders to every worker. Reading through the docker-compose.yml specification I could not find a way to do so. E.g. I tried various ways to reference a container name or retrieve a runtime enumeration of worker nodes. But to no avail. E.g.
...
volumes:
- healthcheck-volume:/healthcheck
- /mnt/local/{services.worker.container_name}:/var/lib/postgresql/data
manager:
...

I am relatively new to yml in general and docker-compose.yml in particular. Would you know a way to accomplish my goal?

@onurctirtir
Copy link
Member

@gurkanindibay, do you have some time to have a look into that ?

@gurkanindibay
Copy link
Contributor

@onurctirtir Thanks for the heads up. However,my plate is full for now. I have urgent issues to fix

@rcronin
Copy link

rcronin commented Nov 18, 2022

@gurkanindibay - Any update on this? Would be a nice feature to be able to do this

@gurkanindibay
Copy link
Contributor

@rcronin Thanks for your interest
still I can not prioritize 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

No branches or pull requests

4 participants