All of lore.kernel.org
 help / color / mirror / Atom feed
* v0.56.1 released
@ 2013-01-08  4:53 Sage Weil
  2013-01-08  5:15 ` Dennis Jacobfeuerborn
  2013-01-08  7:30 ` Stefan Priebe - Profihost AG
  0 siblings, 2 replies; 6+ messages in thread
From: Sage Weil @ 2013-01-08  4:53 UTC (permalink / raw)
  To: ceph-devel

We found a few critical problems with v0.56, and fixed a few outstanding 
problems. v0.56.1 is ready, and we're pretty pleased with it!

There are two critical fixes in this update: a fix for possible data loss 
or corruption if power is lost, and a protocol compatibility problem that 
was introduced in v0.56 (between v0.56 and any other version of ceph).

 * osd: fix commit sequence for XFS, ext4 (or any other non-btrfs) to 
   prevent data loss on power cycle or kernel panic
 * osd: fix compatibility for CALL operation
 * osd: process old osdmaps prior to joining cluster (fixes slow startup)
 * osd: fix a couple of recovery-related crashes
 * osd: fix large io requests when journal is in (non-default) aio mode
 * log: fix possible deadlock in logging code

This release will kick off the bobtail backport series, and will get a 
shiny new URL for it's home.

 * Git at git://github.com/ceph/ceph.git
 * Tarball at http://ceph.com/download/ceph-0.56.1.tar.gz
 * For Debian/Ubuntu packages, see http://ceph.com/docs/master/install/debian
 * For RPMs, see http://ceph.com/docs/master/install/rpm

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

* Re: v0.56.1 released
  2013-01-08  4:53 v0.56.1 released Sage Weil
@ 2013-01-08  5:15 ` Dennis Jacobfeuerborn
  2013-01-08  5:37   ` Sage Weil
  2013-01-08  7:30 ` Stefan Priebe - Profihost AG
  1 sibling, 1 reply; 6+ messages in thread
From: Dennis Jacobfeuerborn @ 2013-01-08  5:15 UTC (permalink / raw)
  To: Sage Weil; +Cc: ceph-devel

FYI I just updated from 0.56 to 0.56.1 using the RPMs for CentOS 6 (osd and
mon only) and everything went perfectly fine. Thanks!

Regards,
  Dennis

On 01/08/2013 05:53 AM, Sage Weil wrote:
> We found a few critical problems with v0.56, and fixed a few outstanding 
> problems. v0.56.1 is ready, and we're pretty pleased with it!
> 
> There are two critical fixes in this update: a fix for possible data loss 
> or corruption if power is lost, and a protocol compatibility problem that 
> was introduced in v0.56 (between v0.56 and any other version of ceph).
> 
>  * osd: fix commit sequence for XFS, ext4 (or any other non-btrfs) to 
>    prevent data loss on power cycle or kernel panic
>  * osd: fix compatibility for CALL operation
>  * osd: process old osdmaps prior to joining cluster (fixes slow startup)
>  * osd: fix a couple of recovery-related crashes
>  * osd: fix large io requests when journal is in (non-default) aio mode
>  * log: fix possible deadlock in logging code
> 
> This release will kick off the bobtail backport series, and will get a 
> shiny new URL for it's home.
> 
>  * Git at git://github.com/ceph/ceph.git
>  * Tarball at http://ceph.com/download/ceph-0.56.1.tar.gz
>  * For Debian/Ubuntu packages, see http://ceph.com/docs/master/install/debian
>  * For RPMs, see http://ceph.com/docs/master/install/rpm
> --
> 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] 6+ messages in thread

* Re: v0.56.1 released
  2013-01-08  5:15 ` Dennis Jacobfeuerborn
@ 2013-01-08  5:37   ` Sage Weil
  0 siblings, 0 replies; 6+ messages in thread
From: Sage Weil @ 2013-01-08  5:37 UTC (permalink / raw)
  To: Dennis Jacobfeuerborn; +Cc: ceph-devel

On Tue, 8 Jan 2013, Dennis Jacobfeuerborn wrote:
> FYI I just updated from 0.56 to 0.56.1 using the RPMs for CentOS 6 (osd and
> mon only) and everything went perfectly fine. Thanks!

Great!

Make sure the client-side libraries (librbd, librados) are not v0.56 or 
you will likely have problems.  Upgrade to v0.56.1 and avoid v0.56.

Thanks!
sage

> 
> Regards,
>   Dennis
> 
> On 01/08/2013 05:53 AM, Sage Weil wrote:
> > We found a few critical problems with v0.56, and fixed a few outstanding 
> > problems. v0.56.1 is ready, and we're pretty pleased with it!
> > 
> > There are two critical fixes in this update: a fix for possible data loss 
> > or corruption if power is lost, and a protocol compatibility problem that 
> > was introduced in v0.56 (between v0.56 and any other version of ceph).
> > 
> >  * osd: fix commit sequence for XFS, ext4 (or any other non-btrfs) to 
> >    prevent data loss on power cycle or kernel panic
> >  * osd: fix compatibility for CALL operation
> >  * osd: process old osdmaps prior to joining cluster (fixes slow startup)
> >  * osd: fix a couple of recovery-related crashes
> >  * osd: fix large io requests when journal is in (non-default) aio mode
> >  * log: fix possible deadlock in logging code
> > 
> > This release will kick off the bobtail backport series, and will get a 
> > shiny new URL for it's home.
> > 
> >  * Git at git://github.com/ceph/ceph.git
> >  * Tarball at http://ceph.com/download/ceph-0.56.1.tar.gz
> >  * For Debian/Ubuntu packages, see http://ceph.com/docs/master/install/debian
> >  * For RPMs, see http://ceph.com/docs/master/install/rpm
> > --
> > 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] 6+ messages in thread

* Re: v0.56.1 released
  2013-01-08  4:53 v0.56.1 released Sage Weil
  2013-01-08  5:15 ` Dennis Jacobfeuerborn
@ 2013-01-08  7:30 ` Stefan Priebe - Profihost AG
  2013-01-08  7:40   ` Andrey Korolyov
  1 sibling, 1 reply; 6+ messages in thread
From: Stefan Priebe - Profihost AG @ 2013-01-08  7:30 UTC (permalink / raw)
  To: Sage Weil; +Cc: ceph-devel

Hi,

i cannot see any git tag or branch claming to be 0.56.1? Which commit id 
is this?

Greets
   Stefan


Am 08.01.2013 05:53, schrieb Sage Weil:
> We found a few critical problems with v0.56, and fixed a few outstanding
> problems. v0.56.1 is ready, and we're pretty pleased with it!
>
> There are two critical fixes in this update: a fix for possible data loss
> or corruption if power is lost, and a protocol compatibility problem that
> was introduced in v0.56 (between v0.56 and any other version of ceph).
>
>   * osd: fix commit sequence for XFS, ext4 (or any other non-btrfs) to
>     prevent data loss on power cycle or kernel panic
>   * osd: fix compatibility for CALL operation
>   * osd: process old osdmaps prior to joining cluster (fixes slow startup)
>   * osd: fix a couple of recovery-related crashes
>   * osd: fix large io requests when journal is in (non-default) aio mode
>   * log: fix possible deadlock in logging code
>
> This release will kick off the bobtail backport series, and will get a
> shiny new URL for it's home.
>
>   * Git at git://github.com/ceph/ceph.git
>   * Tarball at http://ceph.com/download/ceph-0.56.1.tar.gz
>   * For Debian/Ubuntu packages, see http://ceph.com/docs/master/install/debian
>   * For RPMs, see http://ceph.com/docs/master/install/rpm
> --
> 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] 6+ messages in thread

* Re: v0.56.1 released
  2013-01-08  7:30 ` Stefan Priebe - Profihost AG
@ 2013-01-08  7:40   ` Andrey Korolyov
  2013-01-08  7:44     ` Amon Ott
  0 siblings, 1 reply; 6+ messages in thread
From: Andrey Korolyov @ 2013-01-08  7:40 UTC (permalink / raw)
  To: Stefan Priebe - Profihost AG; +Cc: Sage Weil, ceph-devel

On Tue, Jan 8, 2013 at 11:30 AM, Stefan Priebe - Profihost AG
<s.priebe@profihost.ag> wrote:
> Hi,
>
> i cannot see any git tag or branch claming to be 0.56.1? Which commit id is
> this?
>
> Greets
>   Stefan

Same for me, github simply does not sent a new tag in the pull to
local tree by some reason. Repository cloning from scratch resolved
this :)

>
>
> Am 08.01.2013 05:53, schrieb Sage Weil:
>
>> We found a few critical problems with v0.56, and fixed a few outstanding
>> problems. v0.56.1 is ready, and we're pretty pleased with it!
>>
>> There are two critical fixes in this update: a fix for possible data loss
>> or corruption if power is lost, and a protocol compatibility problem that
>> was introduced in v0.56 (between v0.56 and any other version of ceph).
>>
>>   * osd: fix commit sequence for XFS, ext4 (or any other non-btrfs) to
>>     prevent data loss on power cycle or kernel panic
>>   * osd: fix compatibility for CALL operation
>>   * osd: process old osdmaps prior to joining cluster (fixes slow startup)
>>   * osd: fix a couple of recovery-related crashes
>>   * osd: fix large io requests when journal is in (non-default) aio mode
>>   * log: fix possible deadlock in logging code
>>
>> This release will kick off the bobtail backport series, and will get a
>> shiny new URL for it's home.
>>
>>   * Git at git://github.com/ceph/ceph.git
>>   * Tarball at http://ceph.com/download/ceph-0.56.1.tar.gz
>>   * For Debian/Ubuntu packages, see
>> http://ceph.com/docs/master/install/debian
>>   * For RPMs, see http://ceph.com/docs/master/install/rpm
>> --
>> 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
>>
> --
> 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] 6+ messages in thread

* Re: v0.56.1 released
  2013-01-08  7:40   ` Andrey Korolyov
@ 2013-01-08  7:44     ` Amon Ott
  0 siblings, 0 replies; 6+ messages in thread
From: Amon Ott @ 2013-01-08  7:44 UTC (permalink / raw)
  To: Andrey Korolyov; +Cc: Stefan Priebe - Profihost AG, Sage Weil, ceph-devel

Am 08.01.2013 08:40, schrieb Andrey Korolyov:
> On Tue, Jan 8, 2013 at 11:30 AM, Stefan Priebe - Profihost AG
> <s.priebe@profihost.ag> wrote:
>> Hi,
>>
>> i cannot see any git tag or branch claming to be 0.56.1? Which commit id is
>> this?
>>
>> Greets
>>   Stefan
> 
> Same for me, github simply does not sent a new tag in the pull to
> local tree by some reason. Repository cloning from scratch resolved
> this :)

This is normal git behaviour. "git fetch -t" is your friend.

Amon Ott
-- 
Dr. Amon Ott
m-privacy GmbH           Tel: +49 30 24342334
Am Köllnischen Park 1    Fax: +49 30 99296856
10179 Berlin             http://www.m-privacy.de

Amtsgericht Charlottenburg, HRB 84946

Geschäftsführer:
 Dipl.-Kfm. Holger Maczkowsky,
 Roman Maczkowsky

GnuPG-Key-ID: 0x2DD3A649

--
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] 6+ messages in thread

end of thread, other threads:[~2013-01-08  7:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08  4:53 v0.56.1 released Sage Weil
2013-01-08  5:15 ` Dennis Jacobfeuerborn
2013-01-08  5:37   ` Sage Weil
2013-01-08  7:30 ` Stefan Priebe - Profihost AG
2013-01-08  7:40   ` Andrey Korolyov
2013-01-08  7:44     ` Amon Ott

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.