Replies: 2 comments 3 replies
-
|
hello, Same issue I have. After changing permissions, I can start Docker. Now I have an issue is I can't upload a big file.TT; |
Beta Was this translation helpful? Give feedback.
0 replies
-
There is currently no such direct option, but you could mount two volumes beneath |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a question regarding how to configure additional data volumes in OpenCloud. I would appreciate it if you could provide some guidance.
My current setup is as follows:
I have installed OpenCloud in a Docker container on a Proxmox host. The application is running very well. I recently added a new disk to my system and successfully configured it as an LVM-Thin volume. The disk is visible and accessible from within the OpenCloud container at the path
/var/lib/opencloud-sda/sda.I have attempted to configure this new disk as an additional volume using the following methods, but they have not worked:
My current
docker-compose.ymland.envfiles are configured to use a primary data volume defined by theOC_DATA_DIRenvironment variable.First attempt:
I added a new bind mount directly to
docker-compose.ymlto make the new volume available to the container.docker-compose.yml:
With this setup, the new volume was not recognized by OpenCloud.
Second attempt:
Assuming the application only recognizes volumes through environment variables, I commented out the
OC_DATA_DIRvariable in the.envfile and added two direct volume bind mounts indocker-compose.yml.docker-compose.yml:
This also did not work, and the new volume was not recognized by the application.
My goal is to use the new
sdadisk for additional data storage within OpenCloud, while keeping the existingsdbvolume for the primary data.Could you please advise on how to properly configure OpenCloud to recognize and use a second volume?
Beta Was this translation helpful? Give feedback.
All reactions