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

Make Ghost HA with GlusterFS "shared nothing" option rather then shared storage limitation #7

Open
BretFisher opened this issue Aug 31, 2018 · 4 comments
Labels
enhancement New feature or request

Comments

@BretFisher
Copy link
Owner

Right now, since Ghost Blog is designed to run on a single-host (a current design limitation) then caching and MTTR are the best ways to keep downtime to a minimum.

For storing content/images and content/data volumes on persistent storage, we're currently using digitalocean block storage with rexray, but a more inclusive option would be shared-nothing storage that's replicated between nodes using the default local volume driver.

I've not yet set this up with GlusterFS but it would be cool to have that running in a global service if possible, replicating a named volume (local driver) between 3 nodes, while the ghost service uses the same named volume on whatever node the task is running on.

@BretFisher BretFisher added the enhancement New feature or request label Aug 31, 2018
@BretFisher
Copy link
Owner Author

@pascalandy
Copy link
Contributor

pascalandy commented Mar 7, 2019

At the moment I use Resilio over 3 services (one per nodes). I'll be glad to share if you need it.

I'm very curious to experiment with GlusterFS as well.

@BretFisher
Copy link
Owner Author

Share away!

@pascalandy
Copy link
Contributor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants