All of lore.kernel.org
 help / color / mirror / Atom feed
* v0.68 released
@ 2013-09-04 18:32 Sage Weil
       [not found] ` <alpine.DEB.2.00.1309041131130.2327-vIokxiIdD2AQNTJnQDzGJqxOck334EZe@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Sage Weil @ 2013-09-04 18:32 UTC (permalink / raw)
  To: ceph-devel, ceph-users

Our first development release after Dumpling has arrived! It includes a 
lot of small cleanups and documentation improvements, as well as the first 
blueprint from the Emperor CDS to land (support for ZFS). There are also 
new sample implementations for RADOS classes (cls_hello) and a sample 
librados application (hello_world) to help developers and users get 
started.

Notable changes since v0.67:

 * ceph-fuse: fix problem with readahead vs truncate race (Yan, Zheng)
 * ceph-post-file: new command to easily share logs or other files with 
   ceph devs
 * ceph: parse CEPH_ARGS env variable
 * librados: fix async aio completion wakeup
 * librados: hello_world example (Greg Farnum)
 * librados: sync calls now return on commit (instead of ack) (Greg 
   Farnum)
 * mds: fix mds rejoin with legacy parent backpointer xattrs (Alexandre 
   Oliva)
 * mds: fix rare restart/failure race during fs creation
 * mds: notify clients about deleted files (so they can release from their 
   cache) (Yan, Zheng)
 * mds: several bug fixes with clustered mds (Yan, Zheng)
 * mon: allow logging level of cluster log (/var/log/ceph/ceph.log) to be 
   adjusted
 * mon: do not expose uncommitted state from 'osd crush {add,set} ...' 
   (Joao Luis)
 * mon: fix byte counts (off by factor of 4) (Dan Mick, Joao Luis)
 * mon: fix paxos corner case
 * mon: modify 'auth add' semantics to make a bit more sense (Joao Luis)
 * mon: new 'osd perf' command to dump recent performance information 
   (Samuel Just)
 * mon: new and improved 'ceph -s' or 'ceph status' command (more info, 
   easier to read)
 * monc: fix small memory leak
 * new wireshark patches pulled into the tree (Kevin Jones)
 * objecter: fix possible hang when cluster is unpaused (Josh Durgin)
 * osd: 'osd recover clone overlap limit' option to limit cloning during 
   recovery (Samuel Just)
 * osd: cls_hello OSD class example
 * osd: experiemental support for ZFS (zfsonlinux.org) (Yan, Zheng)
 * osd: instrument peering states (David Zafman)
 * osd: properly enforce RD/WR flags for rados classes
 * osd: remove old pg log on upgrade (Samuel Just)
 * rgw: complete in-progress requests before shutting down
 * rgw: fix S3 auth with response-* query string params (Sylvain Munaut, 
   Yehuda Sadeh)
 * sysvinit: add condrestart command (Dan van der Ster)

For more information please refer to the complete release notes:

 * http://ceph.com/docs/master/release-notes/#v0-68

Meanwhile, the v0.69 development has just gone into feature freeze and 
includes some preliminary infrastructure and groundwork for the RADOS 
tiering functionality (initially, cache pools).

You can get v0.68 from the usual locations:

 * Git at git://github.com/ceph/ceph.git
 * Tarball at http://ceph.com/download/ceph-0.68.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] 4+ messages in thread

* Re: v0.68 released
       [not found] ` <alpine.DEB.2.00.1309041131130.2327-vIokxiIdD2AQNTJnQDzGJqxOck334EZe@public.gmane.org>
@ 2013-09-05  2:12   ` 이주헌
  2013-09-05  3:01     ` [ceph-users] " Dan Mick
  0 siblings, 1 reply; 4+ messages in thread
From: 이주헌 @ 2013-09-05  2:12 UTC (permalink / raw)
  To: Sage Weil; +Cc: ceph-devel-u79uwXL29TY76Z2rM5mHXA, ceph-users-Qp0mS5GaXlQ


[-- Attachment #1.1: Type: text/plain, Size: 3374 bytes --]

Debian/Ubuntu packages is still 0.67.2.


I've been watching my every step since 1995.
http://kirrie.pe.kr


2013/9/5 Sage Weil <sage-4GqslpFJ+cxBDgjK7y7TUQ@public.gmane.org>

> Our first development release after Dumpling has arrived! It includes a
> lot of small cleanups and documentation improvements, as well as the first
> blueprint from the Emperor CDS to land (support for ZFS). There are also
> new sample implementations for RADOS classes (cls_hello) and a sample
> librados application (hello_world) to help developers and users get
> started.
>
> Notable changes since v0.67:
>
>  * ceph-fuse: fix problem with readahead vs truncate race (Yan, Zheng)
>  * ceph-post-file: new command to easily share logs or other files with
>    ceph devs
>  * ceph: parse CEPH_ARGS env variable
>  * librados: fix async aio completion wakeup
>  * librados: hello_world example (Greg Farnum)
>  * librados: sync calls now return on commit (instead of ack) (Greg
>    Farnum)
>  * mds: fix mds rejoin with legacy parent backpointer xattrs (Alexandre
>    Oliva)
>  * mds: fix rare restart/failure race during fs creation
>  * mds: notify clients about deleted files (so they can release from their
>    cache) (Yan, Zheng)
>  * mds: several bug fixes with clustered mds (Yan, Zheng)
>  * mon: allow logging level of cluster log (/var/log/ceph/ceph.log) to be
>    adjusted
>  * mon: do not expose uncommitted state from 'osd crush {add,set} ...'
>    (Joao Luis)
>  * mon: fix byte counts (off by factor of 4) (Dan Mick, Joao Luis)
>  * mon: fix paxos corner case
>  * mon: modify 'auth add' semantics to make a bit more sense (Joao Luis)
>  * mon: new 'osd perf' command to dump recent performance information
>    (Samuel Just)
>  * mon: new and improved 'ceph -s' or 'ceph status' command (more info,
>    easier to read)
>  * monc: fix small memory leak
>  * new wireshark patches pulled into the tree (Kevin Jones)
>  * objecter: fix possible hang when cluster is unpaused (Josh Durgin)
>  * osd: 'osd recover clone overlap limit' option to limit cloning during
>    recovery (Samuel Just)
>  * osd: cls_hello OSD class example
>  * osd: experiemental support for ZFS (zfsonlinux.org) (Yan, Zheng)
>  * osd: instrument peering states (David Zafman)
>  * osd: properly enforce RD/WR flags for rados classes
>  * osd: remove old pg log on upgrade (Samuel Just)
>  * rgw: complete in-progress requests before shutting down
>  * rgw: fix S3 auth with response-* query string params (Sylvain Munaut,
>    Yehuda Sadeh)
>  * sysvinit: add condrestart command (Dan van der Ster)
>
> For more information please refer to the complete release notes:
>
>  * http://ceph.com/docs/master/release-notes/#v0-68
>
> Meanwhile, the v0.69 development has just gone into feature freeze and
> includes some preliminary infrastructure and groundwork for the RADOS
> tiering functionality (initially, cache pools).
>
> You can get v0.68 from the usual locations:
>
>  * Git at git://github.com/ceph/ceph.git
>  * Tarball at http://ceph.com/download/ceph-0.68.tar.gz
>  * For Debian/Ubuntu packages, see
> http://ceph.com/docs/master/install/debian
>  * For RPMs, see http://ceph.com/docs/master/install/rpm
> _______________________________________________
> ceph-users mailing list
> ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>

[-- Attachment #1.2: Type: text/html, Size: 4636 bytes --]

[-- Attachment #2: Type: text/plain, Size: 178 bytes --]

_______________________________________________
ceph-users mailing list
ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

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

* Re: [ceph-users] v0.68 released
  2013-09-05  2:12   ` 이주헌
@ 2013-09-05  3:01     ` Dan Mick
       [not found]       ` <5227F3FB.3000200-4GqslpFJ+cxBDgjK7y7TUQ@public.gmane.org>
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Mick @ 2013-09-05  3:01 UTC (permalink / raw)
  To: 이주헌, ceph-devel, ceph-users

Where are you looking?  ceph.com/debian-testing has 0.68

On 09/04/2013 07:12 PM, 이주헌 wrote:
> Debian/Ubuntu packages is still 0.67.2.
>

-- 
Dan Mick, Filesystem Engineering
Inktank Storage, Inc.	http://inktank.com
Ceph docs: http://ceph.com/docs
--
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] 4+ messages in thread

* Re: v0.68 released
       [not found]       ` <5227F3FB.3000200-4GqslpFJ+cxBDgjK7y7TUQ@public.gmane.org>
@ 2013-09-05  5:11         ` 이주헌
  0 siblings, 0 replies; 4+ messages in thread
From: 이주헌 @ 2013-09-05  5:11 UTC (permalink / raw)
  To: Dan Mick; +Cc: ceph-devel, ceph-users


[-- Attachment #1.1: Type: text/plain, Size: 471 bytes --]

My fault. I was looking stable repo.

I've been watching my every step since 1995.
http://kirrie.pe.kr


2013/9/5 Dan Mick <dan.mick-4GqslpFJ+cxBDgjK7y7TUQ@public.gmane.org>

> Where are you looking?  ceph.com/debian-testing has 0.68
>
>
> On 09/04/2013 07:12 PM, 이주헌 wrote:
>
>> Debian/Ubuntu packages is still 0.67.2.
>>
>>
> --
> Dan Mick, Filesystem Engineering
> Inktank Storage, Inc.   http://inktank.com
> Ceph docs: http://ceph.com/docs
>

[-- Attachment #1.2: Type: text/html, Size: 1277 bytes --]

[-- Attachment #2: Type: text/plain, Size: 178 bytes --]

_______________________________________________
ceph-users mailing list
ceph-users-idqoXFIVOFJgJs9I8MT0rw@public.gmane.org
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

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

end of thread, other threads:[~2013-09-05  5:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-04 18:32 v0.68 released Sage Weil
     [not found] ` <alpine.DEB.2.00.1309041131130.2327-vIokxiIdD2AQNTJnQDzGJqxOck334EZe@public.gmane.org>
2013-09-05  2:12   ` 이주헌
2013-09-05  3:01     ` [ceph-users] " Dan Mick
     [not found]       ` <5227F3FB.3000200-4GqslpFJ+cxBDgjK7y7TUQ@public.gmane.org>
2013-09-05  5:11         ` 이주헌

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.