* data-at-rest compression
@ 2015-11-10 15:46 Igor Fedotov
2015-11-13 11:20 ` Alyona Kiselyova
0 siblings, 1 reply; 4+ messages in thread
From: Igor Fedotov @ 2015-11-10 15:46 UTC (permalink / raw)
To: ceph-devel
Hi All,
a while ago we had some conversations here about adding compression
support for EC pools.
Here is corresponding pull request implementing this feature:
https://github.com/ceph/ceph/pull/6524/commits
Appropriate blueprint is at:
http://tracker.ceph.com/projects/ceph/wiki/Rados_-_at-rest_compression
All comments and reviews are highly appreciated.
Thanks,
Igor.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: data-at-rest compression
2015-11-10 15:46 data-at-rest compression Igor Fedotov
@ 2015-11-13 11:20 ` Alyona Kiselyova
2015-11-13 13:18 ` Sage Weil
0 siblings, 1 reply; 4+ messages in thread
From: Alyona Kiselyova @ 2015-11-13 11:20 UTC (permalink / raw)
To: Igor Fedotov, Sage Weil; +Cc: ceph-devel
Hi,
I was working on pluggable compression interface in this work
(https://github.com/ceph/ceph/pull/6361). In Igor's pull request was
suggested to reuse common plugin infrastructure from unmerged
wip-plugin branch. Now I'm working on adaptation of it, and as I see,
I need only this two commits from it
(https://github.com/ceph/ceph/commit/294bef3d12ec04d9febf1f850184be7653a4322cand
https://github.com/ceph/ceph/commit/18ad8df1094db52c839dc6b2dc689fc882230acb).
Sage, is it possible to make standalone pull request with them, or I
must just to cherry pick them in my branch?
Thanks for answer.
-------------------------------
Best regards,
Alyona Kiseleva
On Tue, Nov 10, 2015 at 6:46 PM, Igor Fedotov <ifedotov@mirantis.com> wrote:
> Hi All,
>
> a while ago we had some conversations here about adding compression support
> for EC pools.
> Here is corresponding pull request implementing this feature:
>
> https://github.com/ceph/ceph/pull/6524/commits
>
> Appropriate blueprint is at:
> http://tracker.ceph.com/projects/ceph/wiki/Rados_-_at-rest_compression
>
> All comments and reviews are highly appreciated.
>
> Thanks,
> Igor.
>
> --
> 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
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: data-at-rest compression
2015-11-13 11:20 ` Alyona Kiselyova
@ 2015-11-13 13:18 ` Sage Weil
2015-11-27 14:40 ` Alyona Kiselyova
0 siblings, 1 reply; 4+ messages in thread
From: Sage Weil @ 2015-11-13 13:18 UTC (permalink / raw)
To: Alyona Kiselyova; +Cc: Igor Fedotov, ceph-devel
On Fri, 13 Nov 2015, Alyona Kiselyova wrote:
> Hi,
> I was working on pluggable compression interface in this work
> (https://github.com/ceph/ceph/pull/6361). In Igor's pull request was
> suggested to reuse common plugin infrastructure from unmerged
> wip-plugin branch. Now I'm working on adaptation of it, and as I see,
> I need only this two commits from it
> (https://github.com/ceph/ceph/commit/294bef3d12ec04d9febf1f850184be7653a4322cand
> https://github.com/ceph/ceph/commit/18ad8df1094db52c839dc6b2dc689fc882230acb).
> Sage, is it possible to make standalone pull request with them, or I
> must just to cherry pick them in my branch?
Let's do a separate PR.
Thanks!
sage
> Thanks for answer.
> -------------------------------
> Best regards,
> Alyona Kiseleva
>
>
> On Tue, Nov 10, 2015 at 6:46 PM, Igor Fedotov <ifedotov@mirantis.com> wrote:
> > Hi All,
> >
> > a while ago we had some conversations here about adding compression support
> > for EC pools.
> > Here is corresponding pull request implementing this feature:
> >
> > https://github.com/ceph/ceph/pull/6524/commits
> >
> > Appropriate blueprint is at:
> > http://tracker.ceph.com/projects/ceph/wiki/Rados_-_at-rest_compression
> >
> > All comments and reviews are highly appreciated.
> >
> > Thanks,
> > Igor.
> >
> > --
> > 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
> --
> 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
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: data-at-rest compression
2015-11-13 13:18 ` Sage Weil
@ 2015-11-27 14:40 ` Alyona Kiselyova
0 siblings, 0 replies; 4+ messages in thread
From: Alyona Kiselyova @ 2015-11-27 14:40 UTC (permalink / raw)
To: Sage Weil, kariraja; +Cc: Igor Fedotov, ceph-devel
Hi All,
I created a separate PR for common plugin interface, corresponding to
2 Sage's commits and one my bug fix commit:
https://github.com/ceph/ceph/pull/6696
Also I updated compression plugins commit with this patch:
https://github.com/ceph/ceph/pull/6361
Igor will wait to update his PR
(https://github.com/ceph/ceph/pull/6524) before we decide, how common
plugin mechanism will be merged, to avoid multiple refactoring.
So, please, take a look to my work, when you have some time.
Also I would like to propose erasure code refactoring via new plugin
mechanism. Please, let me know, if it's possible, if nobody work on it
and I can do it.
Thanks for reply.
-------------------------------
Best regards,
Alyona Kiseleva
On Fri, Nov 13, 2015 at 4:18 PM, Sage Weil <sage@newdream.net> wrote:
> On Fri, 13 Nov 2015, Alyona Kiselyova wrote:
>> Hi,
>> I was working on pluggable compression interface in this work
>> (https://github.com/ceph/ceph/pull/6361). In Igor's pull request was
>> suggested to reuse common plugin infrastructure from unmerged
>> wip-plugin branch. Now I'm working on adaptation of it, and as I see,
>> I need only this two commits from it
>> (https://github.com/ceph/ceph/commit/294bef3d12ec04d9febf1f850184be7653a4322cand
>> https://github.com/ceph/ceph/commit/18ad8df1094db52c839dc6b2dc689fc882230acb).
>> Sage, is it possible to make standalone pull request with them, or I
>> must just to cherry pick them in my branch?
>
> Let's do a separate PR.
>
> Thanks!
> sage
>
>
>> Thanks for answer.
>> -------------------------------
>> Best regards,
>> Alyona Kiseleva
>>
>>
>> On Tue, Nov 10, 2015 at 6:46 PM, Igor Fedotov <ifedotov@mirantis.com> wrote:
>> > Hi All,
>> >
>> > a while ago we had some conversations here about adding compression support
>> > for EC pools.
>> > Here is corresponding pull request implementing this feature:
>> >
>> > https://github.com/ceph/ceph/pull/6524/commits
>> >
>> > Appropriate blueprint is at:
>> > http://tracker.ceph.com/projects/ceph/wiki/Rados_-_at-rest_compression
>> >
>> > All comments and reviews are highly appreciated.
>> >
>> > Thanks,
>> > Igor.
>> >
>> > --
>> > 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
>> --
>> 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
>>
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-11-27 14:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-10 15:46 data-at-rest compression Igor Fedotov
2015-11-13 11:20 ` Alyona Kiselyova
2015-11-13 13:18 ` Sage Weil
2015-11-27 14:40 ` Alyona Kiselyova
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.