* CephFS and the next hammer release v0.94.3
@ 2015-08-03 15:43 Loic Dachary
2015-08-03 16:01 ` Gregory Farnum
0 siblings, 1 reply; 5+ messages in thread
From: Loic Dachary @ 2015-08-03 15:43 UTC (permalink / raw)
To: Gregory Farnum; +Cc: Ceph Development, Abhishek L
[-- Attachment #1: Type: text/plain, Size: 496 bytes --]
Hi Greg,
The next hammer release as found at https://github.com/ceph/ceph/tree/hammer passed the fs suite (http://tracker.ceph.com/issues/11990#fs). Do you think it is ready for QE to start their own round of testing ?
Cheers
P.S. http://tracker.ceph.com/issues/11990#Release-information has direct links to the pull requests merged into hammer since v0.94.2 in case you need more context about one of them.
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CephFS and the next hammer release v0.94.3
2015-08-03 15:43 CephFS and the next hammer release v0.94.3 Loic Dachary
@ 2015-08-03 16:01 ` Gregory Farnum
2015-08-03 16:32 ` Loic Dachary
0 siblings, 1 reply; 5+ messages in thread
From: Gregory Farnum @ 2015-08-03 16:01 UTC (permalink / raw)
To: Loic Dachary, 严正; +Cc: Ceph Development, Abhishek L
On Mon, Aug 3, 2015 at 6:43 PM Loic Dachary <loic@dachary.org> wrote:
>
> Hi Greg,
>
> The next hammer release as found at https://github.com/ceph/ceph/tree/hammer passed the fs suite (http://tracker.ceph.com/issues/11990#fs). Do you think it is ready for QE to start their own round of testing ?
I'm on vacation right now, but the only thing I see there that might
be iffy is the backport of the file handle reference counting. As long
as that is all good (Zheng?) things look fine to me.
-Greg
>
> Cheers
>
> P.S. http://tracker.ceph.com/issues/11990#Release-information has direct links to the pull requests merged into hammer since v0.94.2 in case you need more context about one of them.
>
> --
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CephFS and the next hammer release v0.94.3
2015-08-03 16:01 ` Gregory Farnum
@ 2015-08-03 16:32 ` Loic Dachary
2015-08-04 2:01 ` Yan, Zheng
0 siblings, 1 reply; 5+ messages in thread
From: Loic Dachary @ 2015-08-03 16:32 UTC (permalink / raw)
To: Gregory Farnum, 严正; +Cc: Ceph Development, Abhishek L
[-- Attachment #1: Type: text/plain, Size: 1328 bytes --]
Hi Greg,
I assume the "file handle reference counting" is about http://tracker.ceph.com/issues/12088 which is backported as described at http://tracker.ceph.com/issues/12319. It was indeed somewhat problematic and required two pull requests: https://github.com/ceph/ceph/pull/5222 (authored by Yan Zheng) and https://github.com/ceph/ceph/pull/5427 (merged by Yan Zheng).
Cheers
On 03/08/2015 18:01, Gregory Farnum wrote:
> On Mon, Aug 3, 2015 at 6:43 PM Loic Dachary <loic@dachary.org> wrote:
>>
>> Hi Greg,
>>
>> The next hammer release as found at https://github.com/ceph/ceph/tree/hammer passed the fs suite (http://tracker.ceph.com/issues/11990#fs). Do you think it is ready for QE to start their own round of testing ?
>
> I'm on vacation right now, but the only thing I see there that might
> be iffy is the backport of the file handle reference counting. As long
> as that is all good (Zheng?) things look fine to me.
> -Greg
>
>>
>> Cheers
>>
>> P.S. http://tracker.ceph.com/issues/11990#Release-information has direct links to the pull requests merged into hammer since v0.94.2 in case you need more context about one of them.
>>
>> --
>> Loïc Dachary, Artisan Logiciel Libre
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CephFS and the next hammer release v0.94.3
2015-08-03 16:32 ` Loic Dachary
@ 2015-08-04 2:01 ` Yan, Zheng
2015-08-04 10:47 ` Loic Dachary
0 siblings, 1 reply; 5+ messages in thread
From: Yan, Zheng @ 2015-08-04 2:01 UTC (permalink / raw)
To: Loic Dachary; +Cc: Gregory Farnum, Ceph Development, Abhishek L
Hi Loic.
Yes, https://github.com/ceph/ceph/pull/5222 is problematic. Do you mean should we include these RPs in v0.94.3? These RPs fix a bug in rare configure, I think it’s not a big deal to not include it in v0.94.3
Regards
Yan, Zheng
> On Aug 4, 2015, at 00:32, Loic Dachary <loic@dachary.org> wrote:
>
> Hi Greg,
>
> I assume the "file handle reference counting" is about http://tracker.ceph.com/issues/12088 which is backported as described at http://tracker.ceph.com/issues/12319. It was indeed somewhat problematic and required two pull requests: https://github.com/ceph/ceph/pull/5222 (authored by Yan Zheng) and https://github.com/ceph/ceph/pull/5427 (merged by Yan Zheng).
>
> Cheers
>
> On 03/08/2015 18:01, Gregory Farnum wrote:
>> On Mon, Aug 3, 2015 at 6:43 PM Loic Dachary <loic@dachary.org> wrote:
>>>
>>> Hi Greg,
>>>
>>> The next hammer release as found at https://github.com/ceph/ceph/tree/hammer passed the fs suite (http://tracker.ceph.com/issues/11990#fs). Do you think it is ready for QE to start their own round of testing ?
>>
>> I'm on vacation right now, but the only thing I see there that might
>> be iffy is the backport of the file handle reference counting. As long
>> as that is all good (Zheng?) things look fine to me.
>> -Greg
>>
>>>
>>> Cheers
>>>
>>> P.S. http://tracker.ceph.com/issues/11990#Release-information has direct links to the pull requests merged into hammer since v0.94.2 in case you need more context about one of them.
>>>
>>> --
>>> Loïc Dachary, Artisan Logiciel Libre
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>
> --
> 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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: CephFS and the next hammer release v0.94.3
2015-08-04 2:01 ` Yan, Zheng
@ 2015-08-04 10:47 ` Loic Dachary
0 siblings, 0 replies; 5+ messages in thread
From: Loic Dachary @ 2015-08-04 10:47 UTC (permalink / raw)
To: Yan, Zheng; +Cc: Gregory Farnum, Ceph Development, Abhishek L
[-- Attachment #1: Type: text/plain, Size: 2080 bytes --]
Hi,
On 04/08/2015 04:01, Yan, Zheng wrote:> Hi Loic.
>
> Yes, https://github.com/ceph/ceph/pull/5222 is problematic. Do you mean should we include these RPs in v0.94.3? These RPs fix a bug in rare configure, I think it’s not a big deal to not include it in v0.94.3
Both https://github.com/ceph/ceph/pull/5222 and https://github.com/ceph/ceph/pull/5427 are already in the upcoming v0.94.3 release that is going to be published. Do you think they will cause problem ?
Cheers
>
> Regards
> Yan, Zheng
>
>
>> On Aug 4, 2015, at 00:32, Loic Dachary <loic@dachary.org> wrote:
>>
>> Hi Greg,
>>
>> I assume the "file handle reference counting" is about http://tracker.ceph.com/issues/12088 which is backported as described at http://tracker.ceph.com/issues/12319. It was indeed somewhat problematic and required two pull requests: https://github.com/ceph/ceph/pull/5222 (authored by Yan Zheng) and https://github.com/ceph/ceph/pull/5427 (merged by Yan Zheng).
>>
>> Cheers
>>
>> On 03/08/2015 18:01, Gregory Farnum wrote:
>>> On Mon, Aug 3, 2015 at 6:43 PM Loic Dachary <loic@dachary.org> wrote:
>>>>
>>>> Hi Greg,
>>>>
>>>> The next hammer release as found at https://github.com/ceph/ceph/tree/hammer passed the fs suite (http://tracker.ceph.com/issues/11990#fs). Do you think it is ready for QE to start their own round of testing ?
>>>
>>> I'm on vacation right now, but the only thing I see there that might
>>> be iffy is the backport of the file handle reference counting. As long
>>> as that is all good (Zheng?) things look fine to me.
>>> -Greg
>>>
>>>>
>>>> Cheers
>>>>
>>>> P.S. http://tracker.ceph.com/issues/11990#Release-information has direct links to the pull requests merged into hammer since v0.94.2 in case you need more context about one of them.
>>>>
>>>> --
>>>> Loïc Dachary, Artisan Logiciel Libre
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>
>> --
>> Loïc Dachary, Artisan Logiciel Libre
>>
>
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-08-04 10:47 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-03 15:43 CephFS and the next hammer release v0.94.3 Loic Dachary
2015-08-03 16:01 ` Gregory Farnum
2015-08-03 16:32 ` Loic Dachary
2015-08-04 2:01 ` Yan, Zheng
2015-08-04 10:47 ` 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.