* v0.51 released
@ 2012-08-26 15:58 Sage Weil
2012-08-27 15:15 ` Martin Mailand
0 siblings, 1 reply; 3+ messages in thread
From: Sage Weil @ 2012-08-26 15:58 UTC (permalink / raw)
To: ceph-devel
The latest development release v0.51 is ready. Notable changes include:
* crush: tunables documented; feature bit now present and enforced
* osd: various fixes for out-of-order op replies
* osd: several rare peering cases fixed
* osd: fixed detection of EIO errors from fs on read
* osd: new 'lock' rados class for generic object locking
* librbd: fixed memory leak on discard
* librbd: image layering/cloning
* radosgw: fix range header for large objects, ETag quoting, GMT dates,
other compatibility fixes
* mkcephfs: fix for default keyring, osd data/journal locations
* wireshark: ceph protocol dissector patch updated
* ceph.spec: fixed packaging problem with crush headers
Full RBD cloning support will be in place in v0.52, as will a refactor of
the messenger code with many bug fixes in the socket failure handling.
This is available for testing now in 'next' for the adventurous. Improved
OSD scrubbing is also coming soon. We should (finally) be building some
release RPMs for v0.52 as well.
You can get v0.51 from the usual locations:
* Git at git://github.com/ceph/ceph.git
* Tarball athttp://ceph.newdream.net/download/ceph-0.51.tar.gz
* For Debian/Ubuntu packages, seehttp://ceph.newdream.net/docs/master/install/debian
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: v0.51 released
2012-08-26 15:58 v0.51 released Sage Weil
@ 2012-08-27 15:15 ` Martin Mailand
2012-08-27 15:28 ` Sage Weil
0 siblings, 1 reply; 3+ messages in thread
From: Martin Mailand @ 2012-08-27 15:15 UTC (permalink / raw)
To: Sage Weil; +Cc: ceph-devel
Hi Sage,
is in this release the rbd layering/cloning already testable?
Do you have a link to the docs how to use it?
Best Regards,
martin
Am 26.08.2012 17:58, schrieb Sage Weil:
> The latest development release v0.51 is ready. Notable changes include:
>
> * crush: tunables documented; feature bit now present and enforced
> * osd: various fixes for out-of-order op replies
> * osd: several rare peering cases fixed
> * osd: fixed detection of EIO errors from fs on read
> * osd: new 'lock' rados class for generic object locking
> * librbd: fixed memory leak on discard
> * librbd: image layering/cloning
> * radosgw: fix range header for large objects, ETag quoting, GMT dates,
> other compatibility fixes
> * mkcephfs: fix for default keyring, osd data/journal locations
> * wireshark: ceph protocol dissector patch updated
> * ceph.spec: fixed packaging problem with crush headers
>
> Full RBD cloning support will be in place in v0.52, as will a refactor of
> the messenger code with many bug fixes in the socket failure handling.
> This is available for testing now in 'next' for the adventurous. Improved
> OSD scrubbing is also coming soon. We should (finally) be building some
> release RPMs for v0.52 as well.
>
> You can get v0.51 from the usual locations:
>
> * Git at git://github.com/ceph/ceph.git
> * Tarball athttp://ceph.newdream.net/download/ceph-0.51.tar.gz
> * For Debian/Ubuntu packages, seehttp://ceph.newdream.net/docs/master/install/debian
> --
> 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] 3+ messages in thread
* Re: v0.51 released
2012-08-27 15:15 ` Martin Mailand
@ 2012-08-27 15:28 ` Sage Weil
0 siblings, 0 replies; 3+ messages in thread
From: Sage Weil @ 2012-08-27 15:28 UTC (permalink / raw)
To: Martin Mailand; +Cc: ceph-devel
On Mon, 27 Aug 2012, Martin Mailand wrote:
> Hi Sage,
>
> is in this release the rbd layering/cloning already testable?
> Do you have a link to the docs how to use it?
Not yet. It is functional in the 'next' branch, though, which will be
v0.52. The documentation isn't done yet, but it mostly boils down to the
'rbd clone ...' command, and 'rbd -h' should get you going.
sage
>
> Best Regards,
> martin
>
>
> Am 26.08.2012 17:58, schrieb Sage Weil:
> > The latest development release v0.51 is ready. Notable changes include:
> >
> > * crush: tunables documented; feature bit now present and enforced
> > * osd: various fixes for out-of-order op replies
> > * osd: several rare peering cases fixed
> > * osd: fixed detection of EIO errors from fs on read
> > * osd: new 'lock' rados class for generic object locking
> > * librbd: fixed memory leak on discard
> > * librbd: image layering/cloning
> > * radosgw: fix range header for large objects, ETag quoting, GMT dates,
> > other compatibility fixes
> > * mkcephfs: fix for default keyring, osd data/journal locations
> > * wireshark: ceph protocol dissector patch updated
> > * ceph.spec: fixed packaging problem with crush headers
> >
> > Full RBD cloning support will be in place in v0.52, as will a refactor of
> > the messenger code with many bug fixes in the socket failure handling.
> > This is available for testing now in 'next' for the adventurous. Improved
> > OSD scrubbing is also coming soon. We should (finally) be building some
> > release RPMs for v0.52 as well.
> >
> > You can get v0.51 from the usual locations:
> >
> > * Git at git://github.com/ceph/ceph.git
> > * Tarball athttp://ceph.newdream.net/download/ceph-0.51.tar.gz
> > * For Debian/Ubuntu packages,
> > seehttp://ceph.newdream.net/docs/master/install/debian
> > --
> > 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] 3+ messages in thread
end of thread, other threads:[~2012-08-27 15:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-26 15:58 v0.51 released Sage Weil
2012-08-27 15:15 ` Martin Mailand
2012-08-27 15:28 ` Sage Weil
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.