All of lore.kernel.org
 help / color / mirror / Atom feed
From: Loic Dachary <loic@dachary.org>
To: Sage Weil <sage@inktank.com>
Cc: ceph-devel@vger.kernel.org
Subject: Re: summit: erasure coding
Date: Thu, 09 May 2013 23:14:24 +0200	[thread overview]
Message-ID: <518C11B0.9030606@dachary.org> (raw)
In-Reply-To: <alpine.DEB.2.00.1305090816130.26155@cobra.newdream.net>

[-- Attachment #1: Type: text/plain, Size: 2435 bytes --]

Hi Sage,

I've created "PG/ReplicatedPG API" ( http://tracker.ceph.com/issues/4928 ) for the first action item:

>  - clean up the OSD -> PG interface

and started with IPG class to be used in place of PG/ReplicatedPG ( https://github.com/dachary/ceph/commit/66d798753fc90e0daa7d8ce92ef7b692e259484f ).

I'll join the standup tomorrow ( past two days were hollidays in France ;-)

Cheers

On 05/09/2013 05:23 PM, Sage Weil wrote:
> We have a great session with Loic, Christopher, Sam, and Greg that 
> discussed how to move forward with erasure coding support.  The high-level 
> consensus on approach:
> 
>  - it is possible to do erasure coding above rados across distinct pools, 
> but it is harder, and less useful.
>  - we should have an ErasureCodedPG that takes advantage of CRUSH's 
> placement to place shards
>  - we can support a limited subset of rados operations for such pools and 
> still be useful (write_full, or write/append on block boundaries)
>  - this will be used in conjuction with a replicated pool as a second tier 
> of storage, or by applications that are happy with a limited subset of 
> commands.
> 
> That said, the implementation will be non-trivial.  But, we identified 
> several areas where code cleanup will move us down the right path.  By 
> factoring our useful components of PG and ReplicatedPG into separate 
> classes, we clean up the current interfaces and can also build unit tests 
> for them as we do so for immediate benefit.
> 
> Initial focus areas:
> 
>  - clean up the OSD -> PG interface (PG -> OSD is already reasonably well 
>    captured by teh OSDService class)
>  - ObjectContext tracking
>  - PG log handling
>  - PG missing
>  - RepOp state
>  - Peering state machine
> 
> The last one willb e most tricky (and saved for last).  In each case, 
> we'll have to think carefully about how well things generalize from 
> replication to erasure coding.
> 
> Loic has volunteered to own this work, and Sam and I will be supporting.  
> He'll also be joining our daily core standup.  Yay!
> 
> sage
> --
> 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

-- 
Loïc Dachary, Artisan Logiciel Libre
All that is necessary for the triumph of evil is that good people do nothing.


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]

      reply	other threads:[~2013-05-09 21:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-09 15:23 summit: erasure coding Sage Weil
2013-05-09 21:14 ` Loic Dachary [this message]

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=518C11B0.9030606@dachary.org \
    --to=loic@dachary.org \
    --cc=ceph-devel@vger.kernel.org \
    --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.