* v0.67.11 dumpling released
@ 2014-09-25 15:09 Sage Weil
2014-09-25 15:47 ` Mike Dawson
2014-09-25 17:27 ` Mike Dawson
0 siblings, 2 replies; 8+ messages in thread
From: Sage Weil @ 2014-09-25 15:09 UTC (permalink / raw)
To: ceph-devel-u79uwXL29TY76Z2rM5mHXA, ceph-users-Qp0mS5GaXlQ,
ceph-maintainers-Qp0mS5GaXlQ
v0.67.11 "Dumpling"
===================
This stable update for Dumpling fixes several important bugs that affect a
small set of users.
We recommend that all Dumpling users upgrade at their convenience. If
none of these issues are affecting your deployment there is no urgency.
Notable Changes
---------------
* common: fix sending dup cluster log items (#9080 Sage Weil)
* doc: several doc updates (Alfredo Deza)
* libcephfs-java: fix build against older JNI headesr (Greg Farnum)
* librados: fix crash in op timeout path (#9362 Matthias Kiefer, Sage Weil)
* librbd: fix crash using clone of flattened image (#8845 Josh Durgin)
* librbd: fix error path cleanup when failing to open image (#8912 Josh Durgin)
* mon: fix crash when adjusting pg_num before any OSDs are added (#9052
Sage Weil)
* mon: reduce log noise from paxos (Aanchal Agrawal, Sage Weil)
* osd: allow scrub and snap trim thread pool IO priority to be adjusted
(Sage Weil)
* osd: fix mount/remount sync race (#9144 Sage Weil)
Getting Ceph
------------
* Git at git://github.com/ceph/ceph.git
* Tarball at http://ceph.com/download/ceph-0.67.11.tar.gz
* For packages, see http://ceph.com/docs/master/install/get-packages
* For ceph-deploy, see http://ceph.com/docs/master/install/install-ceph-deploy
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: v0.67.11 dumpling released
2014-09-25 15:09 v0.67.11 dumpling released Sage Weil
@ 2014-09-25 15:47 ` Mike Dawson
[not found] ` <5424390D.6010203-ffsCFlcjuZBWk0Htik3J/w@public.gmane.org>
2014-09-25 17:27 ` Mike Dawson
1 sibling, 1 reply; 8+ messages in thread
From: Mike Dawson @ 2014-09-25 15:47 UTC (permalink / raw)
To: Sage Weil, ceph-devel, ceph-users, ceph-maintainers
On 9/25/2014 11:09 AM, Sage Weil wrote:
> v0.67.11 "Dumpling"
> ===================
>
> This stable update for Dumpling fixes several important bugs that affect a
> small set of users.
>
> We recommend that all Dumpling users upgrade at their convenience. If
> none of these issues are affecting your deployment there is no urgency.
>
>
> Notable Changes
> ---------------
>
> * common: fix sending dup cluster log items (#9080 Sage Weil)
> * doc: several doc updates (Alfredo Deza)
> * libcephfs-java: fix build against older JNI headesr (Greg Farnum)
> * librados: fix crash in op timeout path (#9362 Matthias Kiefer, Sage Weil)
> * librbd: fix crash using clone of flattened image (#8845 Josh Durgin)
> * librbd: fix error path cleanup when failing to open image (#8912 Josh Durgin)
> * mon: fix crash when adjusting pg_num before any OSDs are added (#9052
> Sage Weil)
> * mon: reduce log noise from paxos (Aanchal Agrawal, Sage Weil)
> * osd: allow scrub and snap trim thread pool IO priority to be adjusted
> (Sage Weil)
Sage,
Thanks for the great work! Could you provide any links describing how to
tune the scrub and snap trim thread pool IO priority? I couldn't find
these settings in the docs.
IIUC, 0.67.11 does not include the proposed changes to address #9487 or
#9503, right?
Thanks,
Mike Dawson
> * osd: fix mount/remount sync race (#9144 Sage Weil)
>
> Getting Ceph
> ------------
>
> * Git at git://github.com/ceph/ceph.git
> * Tarball at http://ceph.com/download/ceph-0.67.11.tar.gz
> * For packages, see http://ceph.com/docs/master/install/get-packages
> * For ceph-deploy, see http://ceph.com/docs/master/install/install-ceph-deploy
> _______________________________________________
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: v0.67.11 dumpling released
2014-09-25 15:09 v0.67.11 dumpling released Sage Weil
2014-09-25 15:47 ` Mike Dawson
@ 2014-09-25 17:27 ` Mike Dawson
2014-09-25 17:41 ` Alfredo Deza
1 sibling, 1 reply; 8+ messages in thread
From: Mike Dawson @ 2014-09-25 17:27 UTC (permalink / raw)
To: Sage Weil, ceph-devel, ceph-users, ceph-maintainers
Looks like the packages have partially hit the repo, but at least the
following are missing:
Failed to fetch
http://ceph.com/debian-dumpling/pool/main/c/ceph/librbd1_0.67.11-1precise_amd64.deb
404 Not Found
Failed to fetch
http://ceph.com/debian-dumpling/pool/main/c/ceph/librados2_0.67.11-1precise_amd64.deb
404 Not Found
Failed to fetch
http://ceph.com/debian-dumpling/pool/main/c/ceph/python-ceph_0.67.11-1precise_amd64.deb
404 Not Found
Failed to fetch
http://ceph.com/debian-dumpling/pool/main/c/ceph/ceph_0.67.11-1precise_amd64.deb
404 Not Found
Failed to fetch
http://ceph.com/debian-dumpling/pool/main/c/ceph/libcephfs1_0.67.11-1precise_amd64.deb
404 Not Found
Based on the timestamps of the files that made it, it looks like the
process to publish the packages isn't still in process, but rather
failed yesterday.
Thanks,
Mike Dawson
On 9/25/2014 11:09 AM, Sage Weil wrote:
> v0.67.11 "Dumpling"
> ===================
>
> This stable update for Dumpling fixes several important bugs that affect a
> small set of users.
>
> We recommend that all Dumpling users upgrade at their convenience. If
> none of these issues are affecting your deployment there is no urgency.
>
>
> Notable Changes
> ---------------
>
> * common: fix sending dup cluster log items (#9080 Sage Weil)
> * doc: several doc updates (Alfredo Deza)
> * libcephfs-java: fix build against older JNI headesr (Greg Farnum)
> * librados: fix crash in op timeout path (#9362 Matthias Kiefer, Sage Weil)
> * librbd: fix crash using clone of flattened image (#8845 Josh Durgin)
> * librbd: fix error path cleanup when failing to open image (#8912 Josh Durgin)
> * mon: fix crash when adjusting pg_num before any OSDs are added (#9052
> Sage Weil)
> * mon: reduce log noise from paxos (Aanchal Agrawal, Sage Weil)
> * osd: allow scrub and snap trim thread pool IO priority to be adjusted
> (Sage Weil)
> * osd: fix mount/remount sync race (#9144 Sage Weil)
>
> Getting Ceph
> ------------
>
> * Git at git://github.com/ceph/ceph.git
> * Tarball at http://ceph.com/download/ceph-0.67.11.tar.gz
> * For packages, see http://ceph.com/docs/master/install/get-packages
> * For ceph-deploy, see http://ceph.com/docs/master/install/install-ceph-deploy
> _______________________________________________
> ceph-users mailing list
> ceph-users@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: v0.67.11 dumpling released
2014-09-25 17:27 ` Mike Dawson
@ 2014-09-25 17:41 ` Alfredo Deza
0 siblings, 0 replies; 8+ messages in thread
From: Alfredo Deza @ 2014-09-25 17:41 UTC (permalink / raw)
To: Mike Dawson; +Cc: Sage Weil, ceph-devel, ceph-users@ceph.com, ceph-maintainers
On Thu, Sep 25, 2014 at 1:27 PM, Mike Dawson <mike.dawson@cloudapt.com> wrote:
> Looks like the packages have partially hit the repo, but at least the
> following are missing:
>
> Failed to fetch
> http://ceph.com/debian-dumpling/pool/main/c/ceph/librbd1_0.67.11-1precise_amd64.deb
> 404 Not Found
> Failed to fetch
> http://ceph.com/debian-dumpling/pool/main/c/ceph/librados2_0.67.11-1precise_amd64.deb
> 404 Not Found
> Failed to fetch
> http://ceph.com/debian-dumpling/pool/main/c/ceph/python-ceph_0.67.11-1precise_amd64.deb
> 404 Not Found
> Failed to fetch
> http://ceph.com/debian-dumpling/pool/main/c/ceph/ceph_0.67.11-1precise_amd64.deb
> 404 Not Found
> Failed to fetch
> http://ceph.com/debian-dumpling/pool/main/c/ceph/libcephfs1_0.67.11-1precise_amd64.deb
> 404 Not Found
>
> Based on the timestamps of the files that made it, it looks like the process
> to publish the packages isn't still in process, but rather failed yesterday.
That is odd. I just went ahead and re-pushed the packages and they are
now showing up.
Thanks for letting us know!
>
> Thanks,
> Mike Dawson
>
>
> On 9/25/2014 11:09 AM, Sage Weil wrote:
>>
>> v0.67.11 "Dumpling"
>> ===================
>>
>> This stable update for Dumpling fixes several important bugs that affect a
>> small set of users.
>>
>> We recommend that all Dumpling users upgrade at their convenience. If
>> none of these issues are affecting your deployment there is no urgency.
>>
>>
>> Notable Changes
>> ---------------
>>
>> * common: fix sending dup cluster log items (#9080 Sage Weil)
>> * doc: several doc updates (Alfredo Deza)
>> * libcephfs-java: fix build against older JNI headesr (Greg Farnum)
>> * librados: fix crash in op timeout path (#9362 Matthias Kiefer, Sage
>> Weil)
>> * librbd: fix crash using clone of flattened image (#8845 Josh Durgin)
>> * librbd: fix error path cleanup when failing to open image (#8912 Josh
>> Durgin)
>> * mon: fix crash when adjusting pg_num before any OSDs are added (#9052
>> Sage Weil)
>> * mon: reduce log noise from paxos (Aanchal Agrawal, Sage Weil)
>> * osd: allow scrub and snap trim thread pool IO priority to be adjusted
>> (Sage Weil)
>> * osd: fix mount/remount sync race (#9144 Sage Weil)
>>
>> Getting Ceph
>> ------------
>>
>> * Git at git://github.com/ceph/ceph.git
>> * Tarball at http://ceph.com/download/ceph-0.67.11.tar.gz
>> * For packages, see http://ceph.com/docs/master/install/get-packages
>> * For ceph-deploy, see
>> http://ceph.com/docs/master/install/install-ceph-deploy
>> _______________________________________________
>> ceph-users mailing list
>> ceph-users@lists.ceph.com
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
> --
> 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] 8+ messages in thread
end of thread, other threads:[~2014-09-25 17:41 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-25 15:09 v0.67.11 dumpling released Sage Weil
2014-09-25 15:47 ` Mike Dawson
[not found] ` <5424390D.6010203-ffsCFlcjuZBWk0Htik3J/w@public.gmane.org>
2014-09-25 15:53 ` Sage Weil
2014-09-25 15:59 ` [Ceph-maintainers] " Loic Dachary
2014-09-25 15:55 ` Dan Van Der Ster
[not found] ` <70392B2C-5476-4221-86A0-307180085655-vJEk5272eHo@public.gmane.org>
2014-09-25 16:00 ` Sage Weil
2014-09-25 17:27 ` Mike Dawson
2014-09-25 17:41 ` Alfredo Deza
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.