This looks interesting for when I replace my existing homelab cluster. It would be nice for NVME hotswap drives though.
Something went wrong on a homelab server and Docker stopped cleaning up old overlays.
Running docker system prune -a -f
(via) seemed to fix it.
Total reclaimed space: 149GB
:tada:
I ran into a problem with my homelab Minio cluster where a single node was able to corrupt the ls
of a bucket. With that node turned off ls
showed the latest files, with the node running ls
wouldn't list any files added in the last month. Writes were fine in either case, other than not being ls
-able. A manual heal on the cluster seemed to fix it fine enough.