All of lore.kernel.org
 help / color / mirror / Atom feed
* rgw and the next jewel release v10.2.3
@ 2016-08-23  9:01 Loic Dachary
  2016-08-24 16:41 ` Yehuda Sadeh-Weinraub
  0 siblings, 1 reply; 4+ messages in thread
From: Loic Dachary @ 2016-08-23  9:01 UTC (permalink / raw)
  To: Yehuda Sadeh; +Cc: Ceph Development, Abhishek Varshney

Hi Yehuda,

The next jewel release as found at https://github.com/ceph/ceph/tree/jewel passed the rgw suite (http://tracker.ceph.com/issues/16344#note-27 except for two failures). Do you think the jewel branch is ready for QE to start their own round of testing ?

Cheers

-- 
Loïc Dachary, Artisan Logiciel Libre

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

* Re: rgw and the next jewel release v10.2.3
  2016-08-23  9:01 rgw and the next jewel release v10.2.3 Loic Dachary
@ 2016-08-24 16:41 ` Yehuda Sadeh-Weinraub
  2016-08-24 17:32   ` Casey Bodley
  0 siblings, 1 reply; 4+ messages in thread
From: Yehuda Sadeh-Weinraub @ 2016-08-24 16:41 UTC (permalink / raw)
  To: Loic Dachary, Casey Bodley; +Cc: Ceph Development, Abhishek Varshney

Hey Casey,

are all the multisite fixes we wanted in?

On Tue, Aug 23, 2016 at 2:01 AM, Loic Dachary <loic@dachary.org> wrote:
> Hi Yehuda,
>
> The next jewel release as found at https://github.com/ceph/ceph/tree/jewel passed the rgw suite (http://tracker.ceph.com/issues/16344#note-27 except for two failures). Do you think the jewel branch is ready for QE to start their own round of testing ?
>
> Cheers
>
> --
> Loïc Dachary, Artisan Logiciel Libre

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

* Re: rgw and the next jewel release v10.2.3
  2016-08-24 16:41 ` Yehuda Sadeh-Weinraub
@ 2016-08-24 17:32   ` Casey Bodley
  2016-08-25 20:34     ` Loic Dachary
  0 siblings, 1 reply; 4+ messages in thread
From: Casey Bodley @ 2016-08-24 17:32 UTC (permalink / raw)
  To: Yehuda Sadeh-Weinraub, Loic Dachary; +Cc: Ceph Development, Abhishek Varshney


On 08/24/2016 12:41 PM, Yehuda Sadeh-Weinraub wrote:
> Hey Casey,
>
> are all the multisite fixes we wanted in?

There are still a few pending backport, including 3 in particular that 
fix segfaults:

http://tracker.ceph.com/issues/16901
http://tracker.ceph.com/issues/16864
http://tracker.ceph.com/issues/16696

It looks like that last one is blocked by conflicts with the tenant 
support backport in http://tracker.ceph.com/issues/16702. I'll rebase 
that one and open a PR.

Casey

>
> On Tue, Aug 23, 2016 at 2:01 AM, Loic Dachary <loic@dachary.org> wrote:
>> Hi Yehuda,
>>
>> The next jewel release as found at https://github.com/ceph/ceph/tree/jewel passed the rgw suite (http://tracker.ceph.com/issues/16344#note-27 except for two failures). Do you think the jewel branch is ready for QE to start their own round of testing ?
>>
>> Cheers
>>
>> --
>> Loïc Dachary, Artisan Logiciel Libre


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

* Re: rgw and the next jewel release v10.2.3
  2016-08-24 17:32   ` Casey Bodley
@ 2016-08-25 20:34     ` Loic Dachary
  0 siblings, 0 replies; 4+ messages in thread
From: Loic Dachary @ 2016-08-25 20:34 UTC (permalink / raw)
  To: Casey Bodley, Yehuda Sadeh-Weinraub; +Cc: Ceph Development, Abhishek Varshney

Hi Casey,

http://tracker.ceph.com/issues/16696
http://tracker.ceph.com/issues/16702

were merged right now via

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

the remaining two have been tested and await approval

https://github.com/ceph/ceph/pull/10662
https://github.com/ceph/ceph/pull/10660

A dozen other pull requests could also be merged if you'd like since they passed a rgw run.

Cheers

On 24/08/2016 19:32, Casey Bodley wrote:
> 
> On 08/24/2016 12:41 PM, Yehuda Sadeh-Weinraub wrote:
>> Hey Casey,
>>
>> are all the multisite fixes we wanted in?
> 
> There are still a few pending backport, including 3 in particular that fix segfaults:
> 
> http://tracker.ceph.com/issues/16901
> http://tracker.ceph.com/issues/16864
> http://tracker.ceph.com/issues/16696
> 
> It looks like that last one is blocked by conflicts with the tenant support backport in http://tracker.ceph.com/issues/16702. I'll rebase that one and open a PR.
> 
> Casey
> 
>>
>> On Tue, Aug 23, 2016 at 2:01 AM, Loic Dachary <loic@dachary.org> wrote:
>>> Hi Yehuda,
>>>
>>> The next jewel release as found at https://github.com/ceph/ceph/tree/jewel passed the rgw suite (http://tracker.ceph.com/issues/16344#note-27 except for two failures). Do you think the jewel branch is ready for QE to start their own round of testing ?
>>>
>>> Cheers
>>>
>>> -- 
>>> Loïc Dachary, Artisan Logiciel Libre
> 
> -- 
> 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

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

end of thread, other threads:[~2016-08-25 20:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-23  9:01 rgw and the next jewel release v10.2.3 Loic Dachary
2016-08-24 16:41 ` Yehuda Sadeh-Weinraub
2016-08-24 17:32   ` Casey Bodley
2016-08-25 20:34     ` Loic Dachary

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.