-
Notifications
You must be signed in to change notification settings - Fork 14
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
How can I mount an existing local folder as a volume? #295
Comments
@stancubed what about using WebDAV to import your existing data into Voltaserve? |
I need the data to remain in its current structure because it's also used by other containers, so I was hoping I could keep the existing storage infra but mount it into Voltaserve to interact with it as well. If I import it into Voltaserve, it'll disappear into Minio and won't be accessible by the host machine or other containers that have them mounted as volumes, right? |
Right, the data used by Voltaserve will be living in MinIO. |
I think that would double the space occupied, which is an expensive
endeavor.
…On Tue, Sep 3, 2024, 5:32 PM Anass Bouassaba ***@***.***> wrote:
Right, the data used by Voltaserve will be living in MinIO.
A workaround would be to run a periodic sync from time to time with
WebDAV, between your source folder and Voltaserve. Would that work for you?
—
Reply to this email directly, view it on GitHub
<#295 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5SDSEVM7N6R72K6RVZEVTZUY2GZAVCNFSM6AAAAABNLRWDPWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRXGU2TINJWG4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @bouassaba, is it possible to import an existing Minio bucket in? or it has to be fresh? Also if there were any changes that were done to the file outside Voltaserve, would those changes be picked up? |
@snapshotleisure it has to be a fresh bucket. |
@snapshotleisure btw the IDs you see in the folder names inside MinIO's bucket are snapshot IDs, same as in the database table |
Ok, thank you for that |
Question:
I'm trying to add a local directory so that I can work with it inside a workspace and have those changes reflected in the directory as well. At the moment, it looks like Voltaserve is built to serve fresh bucket content, but how can I get existing data into it? Are there any ways to do this currently or any plans to add this capability?
Context:
I've got this deployed via Portainer on Docker in Linux and everything is working very well so far!
What have you tried:
I've tried adding my local dir to minio as a volume, but that doesn't seem to change anything on the service.
The text was updated successfully, but these errors were encountered: