All of lore.kernel.org
 help / color / mirror / Atom feed
* 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
       [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
  1 sibling, 1 reply; 8+ messages in thread
From: Sage Weil @ 2014-09-25 15:53 UTC (permalink / raw)
  To: Mike Dawson
  Cc: ceph-devel-u79uwXL29TY76Z2rM5mHXA, ceph-users-Qp0mS5GaXlQ,
	ceph-maintainers-Qp0mS5GaXlQ

On Thu, 25 Sep 2014, Mike Dawson wrote:
> 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.

It's 

 osd disk thread ioprio class = idle
 osd disk thread ioprio priority = 0

Note that this is a short-term solution; we eventaully want to send all IO 
through the same queue so that we can prioritize things more carefully.  
This setting will most likely go away in the future.

> IIUC, 0.67.11 does not include the proposed changes to address #9487 or 
> #9503, right?

Correct.  That will come later once it's gone through more testing.

Thanks!
sage

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

* Re: v0.67.11 dumpling released
       [not found]   ` <5424390D.6010203-ffsCFlcjuZBWk0Htik3J/w@public.gmane.org>
  2014-09-25 15:53     ` Sage Weil
@ 2014-09-25 15:55     ` Dan Van Der Ster
       [not found]       ` <70392B2C-5476-4221-86A0-307180085655-vJEk5272eHo@public.gmane.org>
  1 sibling, 1 reply; 8+ messages in thread
From: Dan Van Der Ster @ 2014-09-25 15:55 UTC (permalink / raw)
  To: Mike Dawson; +Cc: Ceph Development, ceph-users-Qp0mS5GaXlQ@public.gmane.org

Hi Mike,

> On 25 Sep 2014, at 17:47, Mike Dawson <mike.dawson@cloudapt.com> wrote:
> 
> 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.

I use:

[osd]
  osd disk thread ioprio class = 3
  osd disk thread ioprio priority = 0

You’ll need to use the cfq io scheduler for those to have an effect.

FYI, I can make scrubs generally transparent by also adding:

  osd scrub sleep = .1
  osd scrub chunk max = 5
  osd deep scrub stride = 1048576

Your mileage may vary.

> IIUC, 0.67.11 does not include the proposed changes to address #9487 or #9503, right?

Those didn’t make it.

Cheers, Dan



_______________________________________________
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: [Ceph-maintainers] v0.67.11 dumpling released
  2014-09-25 15:53     ` Sage Weil
@ 2014-09-25 15:59       ` Loic Dachary
  0 siblings, 0 replies; 8+ messages in thread
From: Loic Dachary @ 2014-09-25 15:59 UTC (permalink / raw)
  To: Sage Weil, Mike Dawson; +Cc: ceph-devel, ceph-users, ceph-maintainers

[-- Attachment #1: Type: text/plain, Size: 2305 bytes --]

Hi,

On 25/09/2014 17:53, Sage Weil wrote:
> On Thu, 25 Sep 2014, Mike Dawson wrote:
>> 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.
> 
> It's 
> 
>  osd disk thread ioprio class = idle
>  osd disk thread ioprio priority = 0
> 
> Note that this is a short-term solution; we eventaully want to send all IO 
> through the same queue so that we can prioritize things more carefully.  
> This setting will most likely go away in the future.
> 

The documentation for these can be found at

http://ceph.com/docs/giant/rados/configuration/osd-config-ref/#operations

Control-f ioprio

Cheers

>> IIUC, 0.67.11 does not include the proposed changes to address #9487 or 
>> #9503, right?
> 
> Correct.  That will come later once it's gone through more testing.
> 
> Thanks!
> sage
> _______________________________________________
> Ceph-maintainers mailing list
> Ceph-maintainers@lists.ceph.com
> http://lists.ceph.com/listinfo.cgi/ceph-maintainers-ceph.com
> 

-- 
Loïc Dachary, Artisan Logiciel Libre


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 263 bytes --]

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

* Re: v0.67.11 dumpling released
       [not found]       ` <70392B2C-5476-4221-86A0-307180085655-vJEk5272eHo@public.gmane.org>
@ 2014-09-25 16:00         ` Sage Weil
  0 siblings, 0 replies; 8+ messages in thread
From: Sage Weil @ 2014-09-25 16:00 UTC (permalink / raw)
  To: Dan Van Der Ster
  Cc: Ceph Development, ceph-users-Qp0mS5GaXlQ@public.gmane.org,
	Mike Dawson

On Thu, 25 Sep 2014, Dan Van Der Ster wrote:
> Hi Mike,
> 
> > On 25 Sep 2014, at 17:47, Mike Dawson <mike.dawson-ffsCFlcjuZBWk0Htik3J/w@public.gmane.org> wrote:
> > 
> > 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.
> 
> I use:
> 
> [osd]
>   osd disk thread ioprio class = 3

Sigh.. it looks like the version that went into master and firefly uses 
the string names for classes while the dumpling patch takes the numeric 
ID.  Oops.  You'll need to take some care to adjust this setting when you 
upgrade.

sage

^ 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.