TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Glusterfs or ceph on Digitalocean block storage?

1 点作者 jaddison超过 8 年前
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 条评论

taisgeal超过 8 年前
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 未加载
taisgeal超过 8 年前
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.
deadbunny超过 8 年前
Don&#x27;t.
评论 #13632648 未加载
评论 #13632649 未加载