Viewing profile — Eikon
Eikon
HN member- Joined
- Thu, Dec 12, 2019, 2:50 PM UTC
- HN karma
- 1,270
- Public activity
- 495 items
- HN profile
- View on Hacker News ↗
About Eikon
No profile information was provided.
Recent public activity
- story
- comment
- comment
-
comment
Comment #48764028
Kind-of should work :)
-
comment
Comment #48763155
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 m…
-
comment
Comment #48762958
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(…
-
comment
Comment #48762847
Thank you, appreciated!
-
comment
Comment #48762700
> 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 …
- comment
-
comment
Comment #48762458
That's fair advice, thanks.
-
comment
Comment #48762421
[dead]
-
comment
Comment #48762308
[dead]
-
comment
Comment #48762265
Is it? :) Ask me anything!
-
comment
Comment #48762001
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.
-
comment
Comment #48761957
Just a self hosted plausible instance :)
- story
- story
-
comment
Comment #48664724
It's there! https://www.zerofs.net/docs/kubernetes-csi
- comment
- comment
-
comment
Comment #48662793
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/zerof…
-
comment
Comment #48519619
> 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, bu…
-
comment
Comment #48509477
> Millions of files, Interrupted transfers, Backup Server Reboots, Long-term operation? Yes, that should work fine!
-
comment
Comment #48508904
> 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 …
- story