mirror of
https://github.com/ceph/ceph
synced 2025-02-16 23:37:46 +00:00
ceph v0.21.2
This commit is contained in:
parent
412a1c8b06
commit
f24cee3438
@ -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
|
||||
|
||||
|
19
debian/changelog
vendored
19
debian/changelog
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user