diff options
author | Sage Weil <sage@newdream.net> | 2010-08-27 00:27:13 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-08-27 00:27:13 +0200 |
commit | f24cee3438fce8750bb39487cb68f4071beb2501 (patch) | |
tree | e20987a26b2182a21b520649c709f0d6f511601c | |
parent | osd: less log noise (diff) | |
download | ceph-f24cee3438fce8750bb39487cb68f4071beb2501.tar.xz ceph-f24cee3438fce8750bb39487cb68f4071beb2501.zip |
ceph v0.21.2v0.21.2
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 19 |
2 files changed, 20 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 84b120b9759..11f22cebd1d 100644 --- a/configure.ac +++ b/configure.ac @@ -12,7 +12,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET # Automake -AM_INIT_AUTOMAKE(ceph, 0.21.1) +AM_INIT_AUTOMAKE(ceph, 0.21.2) AM_PROG_CC_C_O AM_PROG_LIBTOOL diff --git a/debian/changelog b/debian/changelog index 829eb827c6f..9cc9ed39106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,22 @@ +ceph (0.21.2-1) unstable; urgency=low + + * osd: less log noise + * osd: mark down old heartbeat peers + * filejournal: clean up init sequence, fewer confusing errors on startup + * msgr: fix throttler leak when closing connections (fixes deadlock) + * osdmaptool: don't crash on corrupt input + * crush: error out instead of crashing on ambiguous hierarchy + * mds: error to client on invalid op + * mds: fix ENOTEMPTY checks on rmdir + * osd: fix race between reads and cloned objects + * auth: fix keyring load search when $HOME not defined + * client: fix xattr cap writeback + * client: fix snap vs metadata writeback + * osd: fix journal, btrfs throttling + * msgr: fix memory leak on closed connections + + -- Sage Weil <sage@newdream.net> Thu, 26 Aug 2010 15:22:42 -0700 + ceph (0.21.1-1) unstable; urgency=high * ceph.spec: many fixes |