Have you ever committed mistakes while setting up your homelab?
I will start first
I didn't notice my diy NAS motherboard had Pci-E Gen 2.0 (old gen) before buying it. It's not a great limitation (still 500MB/s) for the two spinning disks I have on it, but it'd be if I will decide to switch to SSDs
I cheaped out on the PSU. I bought another one without waiting for that crap to burn down so I eventually spent more
I often break the software. Sometimes I kill the OS or mess with some BTRFS pools
Sometimes I just feel not adequate for it. Does this kind of things happen to you too?
This is literally the point of a homelab. I mean not so much the hardware stuff, that sucks, but hell yeah, breaking shit is how you learn! You do not learn JACK following a tutorial to the letter and everything going perfectly.
Yeah it's a fun ride.I run a cluster and the storage is replicated and distributed among them. 3/6 of my disks were QLC. One disk went bad super early and caused a bad latency but the other 5 disks kept performance up for the most part. Once I found out it was hardware I went with an enterprise SSD with a a 3 DWPD rating (drive wipe per day) and those beasts are so good. TLC m.2s seem to be okay too but I don't think I'll ever touch QLC again.
My first rm -r mistake was a hard pill to swallow... You think this only happens to others or because people don't take time to look carefully their command...
Nah... when you're experimenting new things (grep, exclude certain files, piping other commands, relative path vs absolute, sed, regex....) It can easily do some strange things you didn't expected beforehand.
But hey that's how you learn (I guess?). If everything would be perfect the first time you do something, the world would be annoying ? 😄
Cheaped out on UPS, now I have three basic small ones I have no use for (they work except the battery isn't good anymore). Would have been better spend a bit more right from the start.
I ended up with a second hand APC 1500. Contrary to some other models you can just monitor it with a standard USB cable, just the power cables with these inverted plugs are a bit hard to get these days.
I've been using rootless Docker because it's a good practice, but I've been having weird permissions issues that apparently no one else has or, at least, not enough people use rootless to know lol. I have some theories about how to solve it, but it would require a good amount of time. I'm also restructuring my directories so it's better organized with Syncthing and I have to resolve those permission issues to solve the backup problems I have (mostly DB files that I don't have permission to copy).
Using Nginx Proxy Manager instead of Traefik, because I wasn't using Docker much at the time. Now I can't be arsed to learn how to use Traefik properly, and change everything over.