TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Glusterfs or ceph on Digitalocean block storage?

1 pointsby jaddisonover 8 years ago
I&#x27;m curious to hear of experiences running distributed filesystems like glusterfs or ceph (others too?) on Digitalocean&#x27;s block storage.<p>I&#x27;ve got a side project that will be continuously adding many 50kb to 20mb files, so easy expansion is necessary.<p>Any &quot;at-scale&quot; (ie. production, under real load) performance reports&#x2F;benchmarks appreciated.<p>Reliability, recovery from node failure, etc comments welcome.

3 comments

taisgealover 8 years ago
Don&#x27;t use either. I tried and failed with both. Expensive hardware and a PhD required to go through all the config options. When I did get both to work, they were very slow and I kept getting replication issues and bricks that wouldn&#x27;t heal.<p>This cost two months of my life and I was not flavur of the month with my employer.<p>I eventually tried lsyncd ( <a href="https:&#x2F;&#x2F;axkibe.github.io&#x2F;lsyncd&#x2F;" rel="nofollow">https:&#x2F;&#x2F;axkibe.github.io&#x2F;lsyncd&#x2F;</a>) and it works like a charm. It took me about a week to get a decent setup going, but it has never let me down since, can handle large numbers of small files (similar to yours) and smaller numbers of large files. I use unison ( <a href="https:&#x2F;&#x2F;www.howtoforge.com&#x2F;tutorial&#x2F;unison-file-sync-between-two-servers-on-debian-jessie&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.howtoforge.com&#x2F;tutorial&#x2F;unison-file-sync-between...</a>) for web server pairs.
评论 #13636945 未加载
评论 #13636336 未加载
taisgealover 8 years ago
Sorry for Unison, I should point out that I use fcron for running Unison every 5 seconds. This on average syncs 15-20 20Mb files every 5 seconds without any issue. This is similar to what you describe in terms of load.
deadbunnyover 8 years ago
Don&#x27;t.
评论 #13632648 未加载
评论 #13632649 未加载