1 May 2012 01:07
v0.46 released
Sage Weil <sage <at> newdream.net>
2012-04-30 23:07:47 GMT
2012-04-30 23:07:47 GMT
Another sprint, and v0.46 is ready. Big items in this release include: * rbd: new caching mode (see below) * rbd: trim/discard support * cluster naming * osd: new default locations (slimmer .conf files, see below) * osd: various journal replay fixes for non-btrfs file systems * log: async and multi-level logging (see below) The biggest new item here is the new RBD (librbd) cache mode that Josh has been working on. This reuses a caching module that ceph-fuse and libcephfs have used for ages, so the cache portion of the code is well-tested, but the integration with librbd is new, and there are some (rare) failure cases that are not yet handled in this version. We recommend it for performance and failure testing at this stage, but not for production use just yet-wait for v0.47. librbd also got trim/discard support. Patches for wire it up to qemu are still working their way upstream (and won't work for virtio until virtio gets discard support). We've revamped some of the default locations for data directories and log files and incoporated a cluster name configurable. By default, the cluster name is `ceph', and the config file is /etc/ceph/$cluster.conf (so ceph.conf is still the default). The $cluster substitution variable is used the other default locations, allowing the same host to contain daemons participating in different clusters. All data defaults to /var/lib/ceph/$type/$cluster-$id (e.g., /var/lib/ceph/osd/ceph-123 for osd_data), and logs go to /var/log/ceph/$cluster.$type.$id. You can, of course, still override these with your own locations as before. There is also new logging code that allows the daemons to gather debug(Continue reading)
RSS Feed