惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园 - Franky
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
Vercel News
Vercel News
Y
Y Combinator Blog
B
Blog
Microsoft Azure Blog
Microsoft Azure Blog
C
Check Point Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
罗磊的独立博客
Stack Overflow Blog
Stack Overflow Blog
F
Fortinet All Blogs
博客园 - 司徒正美
I
InfoQ
Google DeepMind News
Google DeepMind News
GbyAI
GbyAI
U
Unit 42

LWN.net comments

tcmalloc's weird hack [LWN.net] Fixed? [LWN.net] mpd [LWN.net] Userspace AX.25 [LWN.net] RIP [LWN.net] My two cents... [LWN.net] pipx [LWN.net] Tragedy [LWN.net] A young man destined for glory [LWN.net] And 'less' won't let you search [LWN.net] A great loss [LWN.net] Sad and shocking news [LWN.net] Easy migration from Clementine [LWN.net] Sad coincidence [LWN.net] GNOME is actually usable thanks to Seth et al [LWN.net] Sad news :( [LWN.net] armhf supports preempt_rt [LWN.net] MusicBrainz accurracy [LWN.net] On open source maintainership [LWN.net] Let's stop here [LWN.net] Not a new thing [LWN.net] uv is indeed great pgmoneta Some comments on this on a Postgres blog feed [LWN.net] uv [LWN.net] going to Debian [LWN.net] Upgrading 64-bit-capable systems to 64-bit kernels? [LWN.net] Free Software foundations Maintainers can wait for code review but not for publish review? A reasonably extreme point of view [LWN.net]
Garage has been ok so far [LWN.net]
larger_kame · 2026-06-26 · via LWN.net comments

FWIW we're running a smallish (~200TB gross) Garage cluster for a year or two, initially backed by a replication setup that fails over to AWS and this year slowly migrating workloads completely off AWS. IIRC there have been a couple of controlled node replacements that have gone well, though I wasn't directly involved. Heavy caching keeps IOPS low so can't really say much about performance on that front.

No complete disk or node failures so can't talk about those, but last month we had a situation where a node hit the LMDB memory limit and due to a monitoring fail on our side spent a few weeks in that state. The node stayed up and kept serving its data and resynced everything without problems afterwards.

The surprising part was that the metadata databases can have _huge_ size differences between nodes, in the range of 50-1200GB (the 1T+ databases have something like 300-400G actual data but likely ballooned due to some temporary-data buckets that have come and gone). Because LMDB compactions aren't run automatically, you may need to do that manually in some circumstances.

A couple of simple API compatibility issues we reported were fixed quickly.