DaPorkchop_

joined 1 year ago
[–] DaPorkchop_@lemmy.ml 35 points 1 day ago* (last edited 1 day ago) (1 children)

Be 52

Bomber

[–] DaPorkchop_@lemmy.ml 5 points 3 days ago (1 children)

I'm fairly certain this is Hardbrücke in Zürich, specifically right about here.

[–] DaPorkchop_@lemmy.ml 7 points 3 days ago (2 children)
[–] DaPorkchop_@lemmy.ml 7 points 3 days ago (1 children)
[–] DaPorkchop_@lemmy.ml 5 points 1 week ago

Chiming in to say that I've also experienced this on systems with an unresponsive NFS mount, although in that case it hangs until the connection is restored or the network operation times out.

[–] DaPorkchop_@lemmy.ml 2 points 1 week ago (1 children)

Okay but how the hell does this happen???

[–] DaPorkchop_@lemmy.ml 1 points 2 weeks ago (2 children)
[–] DaPorkchop_@lemmy.ml 1 points 2 weeks ago

Congratulations, that's the joke.

[–] DaPorkchop_@lemmy.ml 2 points 3 weeks ago

Yes, which is why these settings can also be configured per-directory as well as per-file.

[–] DaPorkchop_@lemmy.ml 18 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

It's not that obscure - I had a use case a while back where I had multiple rocksdb instances running on the same machine and wanted each of them to store their WAL only on SSD storage with compression and have the main tables be stored uncompressed on an HDD array with write-through SSD cache (ideally using the same set of SSDs for cost). I eventually did it, but it required partitioning the SSDs in half, using one half for a bcache (not bcachefs) in front of the HDDs and then using the other half of the SSDs to create a compressed filesystem which I then created subdirectories on and bind mounted each into the corresponding rocksdb database.

Yes, it works, but it's also ugly as sin and the SSD allocation between the cache and the WAL storage is also fixed (I'd like to use as much space as possible for caching). This would be just a few simple commands using bcachefs, and would also be completely transparent once configured (no messing around with dozens of fstab entries or bind mounts).

view more: next ›