this post was submitted on 20 Oct 2025
496 points (98.8% liked)

Selfhosted

59999 readers
423 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam.

  3. Posts here are to be centered around self-hosting. Please ensure it is clear in your post how it relates to self-hosting.

  4. Don't duplicate the full text of your blog or git here. Just post the link for folks to click.

  5. Submission headline should match the article title.

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] AllHailTheSheep@sh.itjust.works 23 points 8 months ago* (last edited 8 months ago) (3 children)

according to that page the issue stemmed from an underlying system responsible for health checks in load balancing servers.

how the hell do you fuck up a health check config that bad? that's like messing up smartd.conf and taking your system offline somehow

[–] ayyy@sh.itjust.works 19 points 8 months ago

Well, you see, the mistake you are making is believing a single thing the stupid AWS status board says. It is always fucking lying, sometimes in new and creative ways.

[–] flux@lemmy.ml 4 points 8 months ago

I mean if your OS was "smart" as not to send IO to devices that indicate critical failure (e.g. by marking them read-only in the array?), and then thinks all devices have failed critically, wouldn't this happen in that kind of system as well..

[–] tatterdemalion@programming.dev 3 points 8 months ago

If your health check is broken, then you might not notice that a service is down and you'll fail to deploy a replacement. Or the opposite, and you end up constantly replacing it, creating a "flapping" service.