From: Mark Nelson <mark.nelson@inktank.com>
To: Josh Durgin <josh.durgin@inktank.com>
Cc: Sage Weil <sage@inktank.com>,
"Plaetinck, Dieter" <dieter@vimeo.com>,
ceph-devel@vger.kernel.org, cdl@asgaard.org,
danm@annaisystems.com
Subject: Re: erasure coding (sorry)
Date: Thu, 18 Apr 2013 16:09:52 -0500 [thread overview]
Message-ID: <51706120.2060702@inktank.com> (raw)
In-Reply-To: <517060B2.80706@inktank.com>
On 04/18/2013 04:08 PM, Josh Durgin wrote:
> On 04/18/2013 01:47 PM, Sage Weil wrote:
>> On Thu, 18 Apr 2013, Plaetinck, Dieter wrote:
>>> sorry to bring this up again, googling revealed some people don't
>>> like the subject [anymore].
>>>
>>> but I'm working on a new +- 3PB cluster for storage of immutable files.
>>> and it would be either all cold data, or mostly cold. 150MB avg
>>> filesize, max size 5GB (for now)
>>> For this use case, my impression is erasure coding would make a lot
>>> of sense
>>> (though I'm not sure about the computational overhead on storing and
>>> loading objects..? outbound traffic would peak at 6 Gbps, but I can
>>> make it way less and still keep a large cluster, by taking away the
>>> small set of hot files.
>>> inbound traffic would be minimal)
>>>
>>> I know that the answer a while ago was "no plans to implement erasure
>>> coding", has this changed?
>>> if not, is anyone aware of a similar system that does support it? I
>>> found QFS but that's meant for batch processing, has a single
>>> 'namenode' etc.
>>
>> We would love to do it, but it is not a priority at the moment (things
>> like multi-site replication are in much higher demand). That of course
>> doesn't prevent someone outside of Inktank from working on it :)
>>
>> The main caveat is that it will be complicate. For an initial
>> implementation, the full breadth of the rados API probably wouldn't be
>> support for erasure/parity encoded pools (thinkgs like rados classes and
>> the omap key/value api get tricky when you start talking about parity).
>> But for many (or even most) use cases, objects are just bytes, and those
>> restrictions are just fine.
>
> I talked to some folks interested in doing a more limited form of this
> yesterday. They started a blueprint [1]. One of their ideas was to have
> erasure coding done by a separate process (or thread perhaps). It would
> use erasure coding on an object and then use librados to store the
> rasure-encoded pieces in a separate pool, and finally leave a marker in
> place of the original object in the first pool.
>
> When the osd detected this marker, it would proxy the request to the
> erasure coding thread/process which would service the request on the
> second pool for reads, and potentially make writes move the data back to
> the first pool in a tiering sort of scenario.
>
> I might have misremembered some details, but I think it's an
> interesting way to get many of the benefits of erasure coding with a
> relatively small amount of work compared to a fully native osd solution.
>
> Josh
Neat. :)
>
> [1]
> http://wiki.ceph.com/01Planning/02Blueprints/Dumpling/Erasure_encoding_as_a_storage_backend
>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2013-04-18 21:09 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-18 20:28 erasure coding (sorry) Plaetinck, Dieter
2013-04-18 20:47 ` Sage Weil
2013-04-18 21:08 ` Josh Durgin
2013-04-18 21:09 ` Mark Nelson [this message]
2013-04-18 21:31 ` Plaetinck, Dieter
2013-04-19 0:33 ` Christopher LILJENSTOLPE
2013-04-22 7:23 ` Christopher LILJENSTOLPE
2013-04-22 8:10 ` Loic Dachary
2013-04-22 14:08 ` Christopher LILJENSTOLPE
2013-04-22 15:09 ` Sage Weil
2013-04-22 18:09 ` Loic Dachary
2013-04-22 18:31 ` Sage Weil
2013-04-24 4:35 ` Christopher LILJENSTOLPE
2013-04-18 21:24 ` Noah Watkins
2013-04-18 21:26 ` Sage Weil
2013-04-19 0:47 ` Christopher LILJENSTOLPE
2013-04-21 2:37 ` Loic Dachary
2013-04-19 0:34 ` Christopher LILJENSTOLPE
2013-04-19 0:29 ` Christopher LILJENSTOLPE
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=51706120.2060702@inktank.com \
--to=mark.nelson@inktank.com \
--cc=cdl@asgaard.org \
--cc=ceph-devel@vger.kernel.org \
--cc=danm@annaisystems.com \
--cc=dieter@vimeo.com \
--cc=josh.durgin@inktank.com \
--cc=sage@inktank.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.