Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Eikon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
ZeroFS vs. Amazon S3 Files
(zerofs.net)
1 points
by
Eikon
2mo ago
|
0 comments
2.
▲
by
Eikon
3mo ago
Kind-of should work :)
3.
▲
by
Eikon
3mo ago
NFSv4 is a hard beast to implement correctly, with a lot of protocol surface (state, compound ops, delegations) for benefits ZeroFS mostly gets through 9P with extensions, over a much simpler protocol: https://www.zerofs.net/
4.
▲
by
Eikon
3mo ago
ZeroFS aims to be a POSIX filesystem, the semantics here are the standard ones (ext4, xfs behave the same): write() is buffered (that's the batching) and "committed" maps to fsync(), which returns only once data is durable.
5.
▲
by
Eikon
3mo ago
Thank you, appreciated!
6.
▲
by
Eikon
3mo ago
> I believe the first version of this required the metadata to be stored on the ZeroFS server, making HA kinda hard. Metadata has always been in the bucket itself. For HA, there's now a "replicated mode" if you want automa
7.
▲
by
Eikon
3mo ago
That's fair advice, thanks.
8.
▲
by
Eikon
3mo ago
Is it? :) Ask me anything!
9.
▲
by
Eikon
3mo ago
Thank you for the feedback, the idea behind this was to say "We make claims that are backed by workflows you can verify". I'll improve the phrasing.
10.
▲
by
Eikon
3mo ago
Just a self hosted plausible instance :)
11.
▲
Show HN: ZeroFS – A log-structured filesystem for S3
(zerofs.net)
128 points
by
Eikon
3mo ago
|
52 comments
12.
▲
Making POSIX filesystems replicated and highly available
(zerofs.net)
3 points
by
Eikon
3mo ago
|
0 comments
13.
▲
by
Eikon
3mo ago
It's there! https://www.zerofs.net/docs/kubernetes-csi
14.
▲
by
Eikon
3mo ago
Most of the pain here is the typical set of issues people run into trying to make S3 a filesystem as-is, common with S3FS-family approaches. ZeroFS ( https://github.com/Barre/zerofs ) is 9P/NFS/NBD over S3 on a
15.
▲
by
Eikon
3mo ago
> Is this only was S3 or any S3 compliant service? Any S3 compliant service. > Does it support any sort of storage tiering ? Yes, it has a local cache that's populated on reads, but no writeback cache yet.
16.
▲
by
Eikon
3mo ago
> Millions of files, Interrupted transfers, Backup Server Reboots, Long-term operation? Yes, that should work fine!
17.
▲
by
Eikon
3mo ago
> I assessed the tool on a CentOS 7 system today. It can't run on older CentOS 6. It will generate core dump. Perhaps your cpu is too old? The prebuilt binaries require newer CPUs but you can build your own. > Will ZeroFS support
18.
▲
Show HN: ZeroFS – Make S3 your primary storage
(zerofs.net)
11 points
by
Eikon
3mo ago
|
7 comments
19.
▲
by
Eikon
3mo ago
Even with journaling, you might need one. ZeroFS [0] almost had a lost+found directory (even with the WAL enabled), because you might have consistency issues between your in-memory state and what was flushed, and especially in what order. Z
20.
▲
by
Eikon
5mo ago
https://github.com/Barre/ZeroFS Should do a great job at this.
21.
▲
by
Eikon
5mo ago
It's definitely shared, and can be redundant.
22.
▲
Show HN: PostgreSQL running in the browser, persisting to S3
(zerofs.net)
1 points
by
Eikon
5mo ago
|
1 comments
23.
▲
Show HN: PostgreSQL running in a browser tab, persisting to S3
(zerofs.net)
2 points
by
Eikon
5mo ago
|
0 comments
24.
▲
by
Eikon
5mo ago
Or ZeroFS which doesn’t require a 3rd party database, just a s3 bucket! https://github.com/Barre/ZeroFS
25.
▲
by
Eikon
5mo ago
SQLite works great with ZeroFS: https://github.com/Barre/ZeroFS
26.
▲
by
Eikon
5mo ago
See also: https://github.com/Barre/ZeroFS Doesn’t require an external database (just a s3 bucket) and is a single binary. A webui is shipping in the next few days.
27.
▲
by
Eikon
6mo ago
As of recently (workflows worked for months) I even have part of my CI on actions that fails with [0] 2026-02-27T10:11:51.1425380Z ##[error]The runner has received a shutdown signal. This can happen when the runner service is stopped, or a
28.
▲
by
Eikon
6mo ago
I am not sure to understand what this is this achieving compared to just assigning a ip + port per vm?
29.
▲
by
Eikon
7mo ago
English: https://docs.hetzner.com/general/infrastructure-and-availabi...
30.
▲
by
Eikon
7mo ago
https://joelseverin.github.io/linux-wasm/
More ›