Live data from Hacker News

Viewing profile — gregsfortytwo

gregsfortytwo

HN member
Joined
Thu, Jun 02, 2016, 9:05 PM UTC
HN karma
8
Public activity
6 items

About gregsfortytwo

Ceph Dev. https://twitter.com/gregsfortytwo

Recent public activity

  1. 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…

  2. 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 …

  3. 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…

  4. comment
    Comment #11826156

    Torus is also definitely single mount.

  5. 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…

  6. 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…