-
Notifications
You must be signed in to change notification settings - Fork 2
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
Attach SOMDEV1 / DEV2 to Qumulo #42
Comments
@nsheff Alden's reply to this request was "I can do this easy". ;) |
Hi @nmagee, when you get a chance, can we follow up on this? What's the ETA? If beyond a week or so we should come up with an alternative solution I think. |
@nsheff -- sorry I didn't see this while I was away. Working on a proper/faster mount path, but for now this is mounted as read-only here on both nodes:
|
|
at what external URL can I see the files in that folder? |
I've changed LOLA around to use environment variables and point to the qumulo mount (see #50) With this commit, I'm trying to update the docker swarm so that the mounts are now correctly pointing to the new mounts, instead of to local subfolders inside the app dir. @vpnagraj and @nmagee am I doing this correctly? The new config works for me locally on my computer as long as I have those docker mounts correct. |
How do I tell the swarm to re-create the containers with the new mount points? |
actually, those new mount points will only work with dev containers... so this gets tricky. can you only update dev containers? |
It seems that I somehow updated the production containers, because they're now showing the new code... I am not sure what I did. This also means they are not working anymore. |
actually this has me quite confused... I did not update the master Dockerfile. I thought that was the way to update the production containers. But the production containers are currently running the code on the dev branch of LOLAweb. It does not seem like this should happen, so something went wrong either in practice, or in the way I understand things. |
weird ... i don't think this has been an issue until today ?? @nmagee is this a typo? Line 11 in c1fc5d8
shouldn't have the my guess is that we hadn't seen this (even with recent commits to dev) since the container hadn't actually been rebuilt until @nsheff did the PR and reverted it today |
ok yeah that was definitely a typo ... bb34fec fixed things so that the production container is pulling from the master branch for code (rather than dev) |
nice catch! 🏆 thanks -- now the production container is functioning again. the dev container is just broken I think until @nmagee can update the swarm. |
that's working now, thanks. |
this is change was included in v1.2 release |
Reach out to RCI and discuss options around mounting specific Qumulo shares to DEV1/DEV2. This will help us consolidate pools of reference / universe data.
The text was updated successfully, but these errors were encountered: