Viewing profile — gregsfortytwo
gregsfortytwo
HN member- Joined
- Thu, Jun 02, 2016, 9:05 PM UTC
- HN karma
- 8
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About gregsfortytwo
Recent public activity
-
comment
Comment #16945199
Just for future reference, RADOS is actually not very S3-like. It is an object store; it does map from object names to buckets of bytes. But unlike S3 and many similar object store…
-
comment
Comment #16945161
These abstraction statements just aren't true. Yes, you can architect a storage system this way. But 1) Even if you do, many, many, many high-performance systems are "on top" of a …
-
comment
Comment #11826615
"haven't figured out consistency yet" is the issue. Seemingly very small decisions have huge impacts that you don't expect, and the state of the art is far enough along that you do…
-
comment
Comment #11826156
Torus is also definitely single mount.
-
comment
Comment #11826129
You're providing a block device interface to the container. The container's FS is addressing LBAs. Sequential reads to the container's adjacent LBAs get turned into reads to whatev…
-
comment
Comment #11826053
Okay, so from reading the developer docs at https://github.com/coreos/torus/Documentation , I'm inferring that: * Single reader/writer. If you try and set up more, Bad Things happe…