* Firefly backports
@ 2015-04-01 7:50 Loic Dachary
2015-04-01 12:31 ` LOPEZ Jean-Charles
0 siblings, 1 reply; 7+ messages in thread
From: Loic Dachary @ 2015-04-01 7:50 UTC (permalink / raw)
To: LOPEZ Jean-Charles; +Cc: Shu, Xinxin, Ceph Development
[-- Attachment #1: Type: text/plain, Size: 426 bytes --]
Hi Jean-Charles,
At what time would you like to meet tomorrow ?
It would be great if we could review the backport HOWTO (http://tracker.ceph.com/projects/ceph-releases/wiki/HOWTO) and update the status of the next firefly release (http://tracker.ceph.com/issues/11090). Xinxin starting looking into the issues and may also have comments on the documentation.
Cheers
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* firefly backports
@ 2014-08-02 1:00 Sage Weil
2014-08-02 18:43 ` Samuel Just
2014-08-03 3:44 ` Yehuda Sadeh
0 siblings, 2 replies; 7+ messages in thread
From: Sage Weil @ 2014-08-02 1:00 UTC (permalink / raw)
To: sam.just, yehuda, ceph-devel
Sam, Yehuda,
I backported a ton of pending stuff to firefly-next. A bunch of it was
the cephtool tests and unwinding it from the mds cli changes. Also did
ceph df writeable space (with fix).
I didn't do some of the core OSD stuff, though, namely
8438 ec objeccts are not cleaned up
8701 scrub found obsolete rollback object
7999 pgs share info that isn't persisted
8733 crash in ECBackend::handle_sub_read
Those are the 'pending backport' bugs at least; I suspect there are other
OSD fixes that should be included.
I also didn't do any of the rgw patches, or the s3-tests.
Can you take a look at some point and put them in firefly-next? I'd like
to get this point going through the firefly suite soon so that it bakes
there for as long as possible before the next point release.
Thanks!
sage
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: firefly backports
2014-08-02 1:00 firefly backports Sage Weil
@ 2014-08-02 18:43 ` Samuel Just
2014-08-02 23:25 ` Sage Weil
2014-08-03 3:44 ` Yehuda Sadeh
1 sibling, 1 reply; 7+ messages in thread
From: Samuel Just @ 2014-08-02 18:43 UTC (permalink / raw)
To: Sage Weil; +Cc: Yehuda Sadeh, ceph-devel@vger.kernel.org
8733 appears to already be in firefly-next. I added 7999 and 8438.
8701 is the lfn collection_move_rename bug. Do we want to backport
that one yet?
-Sam
On Fri, Aug 1, 2014 at 6:00 PM, Sage Weil <sage@inktank.com> wrote:
> Sam, Yehuda,
>
> I backported a ton of pending stuff to firefly-next. A bunch of it was
> the cephtool tests and unwinding it from the mds cli changes. Also did
> ceph df writeable space (with fix).
>
> I didn't do some of the core OSD stuff, though, namely
>
> 8438 ec objeccts are not cleaned up
> 8701 scrub found obsolete rollback object
> 7999 pgs share info that isn't persisted
> 8733 crash in ECBackend::handle_sub_read
>
> Those are the 'pending backport' bugs at least; I suspect there are other
> OSD fixes that should be included.
>
> I also didn't do any of the rgw patches, or the s3-tests.
>
> Can you take a look at some point and put them in firefly-next? I'd like
> to get this point going through the firefly suite soon so that it bakes
> there for as long as possible before the next point release.
>
> Thanks!
> sage
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: firefly backports
2014-08-02 18:43 ` Samuel Just
@ 2014-08-02 23:25 ` Sage Weil
0 siblings, 0 replies; 7+ messages in thread
From: Sage Weil @ 2014-08-02 23:25 UTC (permalink / raw)
To: Samuel Just; +Cc: Yehuda Sadeh, ceph-devel@vger.kernel.org
On Sat, 2 Aug 2014, Samuel Just wrote:
> 8733 appears to already be in firefly-next. I added 7999 and 8438.
> 8701 is the lfn collection_move_rename bug. Do we want to backport
> that one yet?
Yeah, let's get it all in there so we maximize the amount of time it's
tested. So far things look good on master.
> -Sam
>
> On Fri, Aug 1, 2014 at 6:00 PM, Sage Weil <sage@inktank.com> wrote:
> > Sam, Yehuda,
> >
> > I backported a ton of pending stuff to firefly-next. A bunch of it was
> > the cephtool tests and unwinding it from the mds cli changes. Also did
> > ceph df writeable space (with fix).
> >
> > I didn't do some of the core OSD stuff, though, namely
> >
> > 8438 ec objeccts are not cleaned up
> > 8701 scrub found obsolete rollback object
> > 7999 pgs share info that isn't persisted
> > 8733 crash in ECBackend::handle_sub_read
> >
> > Those are the 'pending backport' bugs at least; I suspect there are other
> > OSD fixes that should be included.
> >
> > I also didn't do any of the rgw patches, or the s3-tests.
> >
> > Can you take a look at some point and put them in firefly-next? I'd like
> > to get this point going through the firefly suite soon so that it bakes
> > there for as long as possible before the next point release.
> >
> > Thanks!
> > sage
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: firefly backports
2014-08-02 1:00 firefly backports Sage Weil
2014-08-02 18:43 ` Samuel Just
@ 2014-08-03 3:44 ` Yehuda Sadeh
2014-08-03 20:07 ` Samuel Just
1 sibling, 1 reply; 7+ messages in thread
From: Yehuda Sadeh @ 2014-08-03 3:44 UTC (permalink / raw)
To: Sage Weil; +Cc: Samuel Just, ceph-devel
I pushed fixes for the following:
- 8586
- 8702
- 8937
- 8928
- 8442
- 8972
There is follow up fix for 8937 that will need to go in, but it'll
need to make it to master first (there's a pull request).
Yehuda
On Fri, Aug 1, 2014 at 6:00 PM, Sage Weil <sage@inktank.com> wrote:
> Sam, Yehuda,
>
> I backported a ton of pending stuff to firefly-next. A bunch of it was
> the cephtool tests and unwinding it from the mds cli changes. Also did
> ceph df writeable space (with fix).
>
> I didn't do some of the core OSD stuff, though, namely
>
> 8438 ec objeccts are not cleaned up
> 8701 scrub found obsolete rollback object
> 7999 pgs share info that isn't persisted
> 8733 crash in ECBackend::handle_sub_read
>
> Those are the 'pending backport' bugs at least; I suspect there are other
> OSD fixes that should be included.
>
> I also didn't do any of the rgw patches, or the s3-tests.
>
> Can you take a look at some point and put them in firefly-next? I'd like
> to get this point going through the firefly suite soon so that it bakes
> there for as long as possible before the next point release.
>
> Thanks!
> sage
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: firefly backports
2014-08-03 3:44 ` Yehuda Sadeh
@ 2014-08-03 20:07 ` Samuel Just
0 siblings, 0 replies; 7+ messages in thread
From: Samuel Just @ 2014-08-03 20:07 UTC (permalink / raw)
To: Yehuda Sadeh; +Cc: Sage Weil, ceph-devel
Added 8701.
-Sam
On Sat, Aug 2, 2014 at 8:44 PM, Yehuda Sadeh <yehuda@inktank.com> wrote:
> I pushed fixes for the following:
>
> - 8586
> - 8702
> - 8937
> - 8928
> - 8442
> - 8972
>
> There is follow up fix for 8937 that will need to go in, but it'll
> need to make it to master first (there's a pull request).
>
> Yehuda
>
> On Fri, Aug 1, 2014 at 6:00 PM, Sage Weil <sage@inktank.com> wrote:
>> Sam, Yehuda,
>>
>> I backported a ton of pending stuff to firefly-next. A bunch of it was
>> the cephtool tests and unwinding it from the mds cli changes. Also did
>> ceph df writeable space (with fix).
>>
>> I didn't do some of the core OSD stuff, though, namely
>>
>> 8438 ec objeccts are not cleaned up
>> 8701 scrub found obsolete rollback object
>> 7999 pgs share info that isn't persisted
>> 8733 crash in ECBackend::handle_sub_read
>>
>> Those are the 'pending backport' bugs at least; I suspect there are other
>> OSD fixes that should be included.
>>
>> I also didn't do any of the rgw patches, or the s3-tests.
>>
>> Can you take a look at some point and put them in firefly-next? I'd like
>> to get this point going through the firefly suite soon so that it bakes
>> there for as long as possible before the next point release.
>>
>> Thanks!
>> sage
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-04-01 12:31 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-01 7:50 Firefly backports Loic Dachary
2015-04-01 12:31 ` LOPEZ Jean-Charles
-- strict thread matches above, loose matches on Subject: below --
2014-08-02 1:00 firefly backports Sage Weil
2014-08-02 18:43 ` Samuel Just
2014-08-02 23:25 ` Sage Weil
2014-08-03 3:44 ` Yehuda Sadeh
2014-08-03 20:07 ` Samuel Just
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.