]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.22.1 v0.22.1
authorSage Weil <sage@newdream.net>
Fri, 22 Oct 2010 23:51:27 +0000 (16:51 -0700)
committerSage Weil <sage@newdream.net>
Sat, 23 Oct 2010 17:49:50 +0000 (10:49 -0700)
configure.ac
debian/changelog

index c1708d1cd8fb05feb4fef554e27f16de772b9f3b..3ec1d776bf8cc0213ecb575e168c9709c4350426 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf
 AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [.1], 
+AC_INIT([Ceph distributed file system], [0.22.1], 
              [Sage Weil <sage@newdream.net>],
              [ceph])
 
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.22)
+AM_INIT_AUTOMAKE(ceph, 0.22.1)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index 288d519f0f405979a16976c128fdbbf3bd23b336..f815a6f143b3025dc2e059a799b8ce3d6ba71e74 100644 (file)
@@ -1,3 +1,18 @@
+ceph (0.22.1-1) experimental; urgency=low
+
+  * osd: fix hang during mkfs journal creation
+  * objecter: fix rare hang during shutdown
+  * msgr: fix reconnect/disconnect errors due to timeouts
+  * init-ceph: check for correct instance in daemon_is_running()
+  * filestore: deliberate crash on ENOSPC or EIO to avoid corruption
+  * filestore: split xattrs into chunk (partial workaround for xattr size 
+       limitations) 
+  * filestore: ignore ENOSPC on xattrs until workaround for extN is
+       implemented
+  * radosgw: return 204 on removal of bucket/object
+
+ -- Sage Weil <sage@newdream.net>  Fri, 22 Oct 2010 16:18:49 -0700
+
 ceph (0.22-4) experimental; urgency=low
 
   * more packaging fixes