All of lore.kernel.org
 help / color / mirror / Atom feed
* infernalis feature freeze
@ 2015-08-12 21:20 Sage Weil
  2015-08-13  2:29 ` Haomai Wang
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Sage Weil @ 2015-08-12 21:20 UTC (permalink / raw)
  To: ceph-devel

The infernalis feature freeze is coming up Real Soon Now.  I've marked 
some of the pull requests on github that I would like to see merged.  
Please take a look:

	https://github.com/ceph/ceph/pulls?q=is%3Aopen+is%3Apr+milestone%3Ainfernalis

Ideally we should focus our testing efforts on whatever is on this list.

I didn't look at the bug fix PRs carefully since generally these go in 
once tested regardless of any feature freeze, but I suggest we mark things 
that need to make it into infernalis anyway so that we focus our efforts.

The big items on my list that are pending testing are:

	wip-newstore-sort (teuthology running now)
	wip-newstore (will be marked experimental)
	wip-osd-compat (enforces upgrades include hammer, needs qa)
	wip-user (run daemons as user 'ceph')
	proxy writes (Sam is testing this)
	bufferlist tuning (performance)
	MOSDOp staged decoding (performance)

There's tons of other stuff pending that is not on this list.  As always, 
our ability to merge code is limited primarily on our ability to test 
it--we can't afford to destabilize core ceph by merging something that we 
aren't confident will work correctly and will not easily break down the 
line.  If you have something pending that you want to get in, the single 
biggest thing you can do to help that happen is to write more or better 
tests for it (e.g., things that run during 'make check') and to run the 
teuthology regression suite (see Loic's recent blogs about doing this with 
OpenStack[1]).

Thanks!
sage

[1] http://dachary.org/?p=3852

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: infernalis feature freeze
  2015-08-12 21:20 infernalis feature freeze Sage Weil
@ 2015-08-13  2:29 ` Haomai Wang
  2015-08-13  2:46 ` Li Wang
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Haomai Wang @ 2015-08-13  2:29 UTC (permalink / raw)
  To: Sage Weil, Samuel Just; +Cc: ceph-devel@vger.kernel.org

I hope this PR could be pushed to I :-) It seemed waited so long.
https://github.com/ceph/ceph/pull/3595

On Thu, Aug 13, 2015 at 5:20 AM, Sage Weil <sweil@redhat.com> wrote:
> The infernalis feature freeze is coming up Real Soon Now.  I've marked
> some of the pull requests on github that I would like to see merged.
> Please take a look:
>
>         https://github.com/ceph/ceph/pulls?q=is%3Aopen+is%3Apr+milestone%3Ainfernalis
>
> Ideally we should focus our testing efforts on whatever is on this list.
>
> I didn't look at the bug fix PRs carefully since generally these go in
> once tested regardless of any feature freeze, but I suggest we mark things
> that need to make it into infernalis anyway so that we focus our efforts.
>
> The big items on my list that are pending testing are:
>
>         wip-newstore-sort (teuthology running now)
>         wip-newstore (will be marked experimental)
>         wip-osd-compat (enforces upgrades include hammer, needs qa)
>         wip-user (run daemons as user 'ceph')
>         proxy writes (Sam is testing this)
>         bufferlist tuning (performance)
>         MOSDOp staged decoding (performance)
>
> There's tons of other stuff pending that is not on this list.  As always,
> our ability to merge code is limited primarily on our ability to test
> it--we can't afford to destabilize core ceph by merging something that we
> aren't confident will work correctly and will not easily break down the
> line.  If you have something pending that you want to get in, the single
> biggest thing you can do to help that happen is to write more or better
> tests for it (e.g., things that run during 'make check') and to run the
> teuthology regression suite (see Loic's recent blogs about doing this with
> OpenStack[1]).
>
> Thanks!
> sage
>
> [1] http://dachary.org/?p=3852
> --
> 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



-- 
Best Regards,

Wheat

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: infernalis feature freeze
  2015-08-12 21:20 infernalis feature freeze Sage Weil
  2015-08-13  2:29 ` Haomai Wang
@ 2015-08-13  2:46 ` Li Wang
  2015-08-13 21:26 ` Josh Durgin
  2015-08-18 22:52 ` Robin H. Johnson
  3 siblings, 0 replies; 7+ messages in thread
From: Li Wang @ 2015-08-13  2:46 UTC (permalink / raw)
  To: Sage Weil, ceph-devel

Hi Sage,
   Hope these two get a chance, they are both straightforward, and
useful for cache tiering.
https://github.com/ceph/ceph/pull/5362
https://github.com/ceph/ceph/pull/5473

Cheers,
Li Wang

On 2015/8/13 5:20, Sage Weil wrote:
> The infernalis feature freeze is coming up Real Soon Now.  I've marked
> some of the pull requests on github that I would like to see merged.
> Please take a look:
>
> 	https://github.com/ceph/ceph/pulls?q=is%3Aopen+is%3Apr+milestone%3Ainfernalis
>
> Ideally we should focus our testing efforts on whatever is on this list.
>
> I didn't look at the bug fix PRs carefully since generally these go in
> once tested regardless of any feature freeze, but I suggest we mark things
> that need to make it into infernalis anyway so that we focus our efforts.
>
> The big items on my list that are pending testing are:
>
> 	wip-newstore-sort (teuthology running now)
> 	wip-newstore (will be marked experimental)
> 	wip-osd-compat (enforces upgrades include hammer, needs qa)
> 	wip-user (run daemons as user 'ceph')
> 	proxy writes (Sam is testing this)
> 	bufferlist tuning (performance)
> 	MOSDOp staged decoding (performance)
>
> There's tons of other stuff pending that is not on this list.  As always,
> our ability to merge code is limited primarily on our ability to test
> it--we can't afford to destabilize core ceph by merging something that we
> aren't confident will work correctly and will not easily break down the
> line.  If you have something pending that you want to get in, the single
> biggest thing you can do to help that happen is to write more or better
> tests for it (e.g., things that run during 'make check') and to run the
> teuthology regression suite (see Loic's recent blogs about doing this with
> OpenStack[1]).
>
> Thanks!
> sage
>
> [1] http://dachary.org/?p=3852
> --
> 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] 7+ messages in thread

* Re: infernalis feature freeze
  2015-08-12 21:20 infernalis feature freeze Sage Weil
  2015-08-13  2:29 ` Haomai Wang
  2015-08-13  2:46 ` Li Wang
@ 2015-08-13 21:26 ` Josh Durgin
  2015-08-18 22:52 ` Robin H. Johnson
  3 siblings, 0 replies; 7+ messages in thread
From: Josh Durgin @ 2015-08-13 21:26 UTC (permalink / raw)
  To: Sage Weil, ceph-devel

It'd be nice to get omap in the python bindings, it's been a pain not
having it several times:

https://github.com/ceph/ceph/pull/5272

On 08/12/2015 02:20 PM, Sage Weil wrote:
> The infernalis feature freeze is coming up Real Soon Now.  I've marked
> some of the pull requests on github that I would like to see merged.
> Please take a look:
>
> 	https://github.com/ceph/ceph/pulls?q=is%3Aopen+is%3Apr+milestone%3Ainfernalis
>
> Ideally we should focus our testing efforts on whatever is on this list.
>
> I didn't look at the bug fix PRs carefully since generally these go in
> once tested regardless of any feature freeze, but I suggest we mark things
> that need to make it into infernalis anyway so that we focus our efforts.
>
> The big items on my list that are pending testing are:
>
> 	wip-newstore-sort (teuthology running now)
> 	wip-newstore (will be marked experimental)
> 	wip-osd-compat (enforces upgrades include hammer, needs qa)
> 	wip-user (run daemons as user 'ceph')
> 	proxy writes (Sam is testing this)
> 	bufferlist tuning (performance)
> 	MOSDOp staged decoding (performance)
>
> There's tons of other stuff pending that is not on this list.  As always,
> our ability to merge code is limited primarily on our ability to test
> it--we can't afford to destabilize core ceph by merging something that we
> aren't confident will work correctly and will not easily break down the
> line.  If you have something pending that you want to get in, the single
> biggest thing you can do to help that happen is to write more or better
> tests for it (e.g., things that run during 'make check') and to run the
> teuthology regression suite (see Loic's recent blogs about doing this with
> OpenStack[1]).
>
> Thanks!
> sage
>
> [1] http://dachary.org/?p=3852


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: infernalis feature freeze
  2015-08-12 21:20 infernalis feature freeze Sage Weil
                   ` (2 preceding siblings ...)
  2015-08-13 21:26 ` Josh Durgin
@ 2015-08-18 22:52 ` Robin H. Johnson
  2015-08-25 16:54   ` Yehuda Sadeh-Weinraub
  3 siblings, 1 reply; 7+ messages in thread
From: Robin H. Johnson @ 2015-08-18 22:52 UTC (permalink / raw)
  To: ceph-devel

On Wed, Aug 12, 2015 at 02:20:11PM -0700,  Sage Weil wrote:
> The infernalis feature freeze is coming up Real Soon Now.  
How soon is RSN? 

I'm interested in trying to land the Static-Website code in Infernalis
(has tests added in a fork of s3-tests as well), but the ErrorDoc
handling part is being stubborn.

I'll settle for getting the changes for RGWRegion (changing hostnames
and endpoints to maps by type) and RGWBucketInfo (storing the actual
WebsiteConfiguration data) into infernalis

-- 
Robin Hugh Johnson
Gentoo Linux: Developer, Infrastructure Lead
E-Mail     : robbat2@gentoo.org
GnuPG FP   : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: infernalis feature freeze
  2015-08-18 22:52 ` Robin H. Johnson
@ 2015-08-25 16:54   ` Yehuda Sadeh-Weinraub
  2015-08-25 19:51     ` Robin H. Johnson
  0 siblings, 1 reply; 7+ messages in thread
From: Yehuda Sadeh-Weinraub @ 2015-08-25 16:54 UTC (permalink / raw)
  To: Robin H. Johnson; +Cc: ceph-devel

Can you send a pull request so that I can review it?

Thanks,
Yehuda

On Tue, Aug 18, 2015 at 3:52 PM, Robin H. Johnson <robbat2@gentoo.org> wrote:
> On Wed, Aug 12, 2015 at 02:20:11PM -0700,  Sage Weil wrote:
>> The infernalis feature freeze is coming up Real Soon Now.
> How soon is RSN?
>
> I'm interested in trying to land the Static-Website code in Infernalis
> (has tests added in a fork of s3-tests as well), but the ErrorDoc
> handling part is being stubborn.
>
> I'll settle for getting the changes for RGWRegion (changing hostnames
> and endpoints to maps by type) and RGWBucketInfo (storing the actual
> WebsiteConfiguration data) into infernalis
>
> --
> Robin Hugh Johnson
> Gentoo Linux: Developer, Infrastructure Lead
> E-Mail     : robbat2@gentoo.org
> GnuPG FP   : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
> --
> 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] 7+ messages in thread

* Re: infernalis feature freeze
  2015-08-25 16:54   ` Yehuda Sadeh-Weinraub
@ 2015-08-25 19:51     ` Robin H. Johnson
  0 siblings, 0 replies; 7+ messages in thread
From: Robin H. Johnson @ 2015-08-25 19:51 UTC (permalink / raw)
  To: Yehuda Sadeh-Weinraub; +Cc: ceph-devel

https://github.com/ceph/ceph/pull/5642 - HTML formatter
https://github.com/ceph/ceph/pull/5665 - most of static-sites code

On Tue, Aug 25, 2015 at 09:54:17AM -0700, Yehuda Sadeh-Weinraub wrote:
> Can you send a pull request so that I can review it?
> 
> Thanks,
> Yehuda
> 
> On Tue, Aug 18, 2015 at 3:52 PM, Robin H. Johnson <robbat2@gentoo.org> wrote:
> > On Wed, Aug 12, 2015 at 02:20:11PM -0700,  Sage Weil wrote:
> >> The infernalis feature freeze is coming up Real Soon Now.
> > How soon is RSN?
> >
> > I'm interested in trying to land the Static-Website code in Infernalis
> > (has tests added in a fork of s3-tests as well), but the ErrorDoc
> > handling part is being stubborn.
> >
> > I'll settle for getting the changes for RGWRegion (changing hostnames
> > and endpoints to maps by type) and RGWBucketInfo (storing the actual
> > WebsiteConfiguration data) into infernalis
> >
> > --
> > Robin Hugh Johnson
> > Gentoo Linux: Developer, Infrastructure Lead
> > E-Mail     : robbat2@gentoo.org
> > GnuPG FP   : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
> > --
> > 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
> 

-- 
Robin Hugh Johnson
Gentoo Linux: Developer, Infrastructure Lead
E-Mail     : robbat2@gentoo.org
GnuPG FP   : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-08-25 19:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 21:20 infernalis feature freeze Sage Weil
2015-08-13  2:29 ` Haomai Wang
2015-08-13  2:46 ` Li Wang
2015-08-13 21:26 ` Josh Durgin
2015-08-18 22:52 ` Robin H. Johnson
2015-08-25 16:54   ` Yehuda Sadeh-Weinraub
2015-08-25 19:51     ` Robin H. Johnson

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.