]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.22 v0.22
authorSage Weil <sage@newdream.net>
Fri, 15 Oct 2010 20:49:46 +0000 (13:49 -0700)
committerSage Weil <sage@newdream.net>
Fri, 15 Oct 2010 22:34:44 +0000 (15:34 -0700)
RELEASE_CHECKLIST
configure.ac
debian/changelog

index 292c42ff4513509bce2f71d77dad429b678a894a..0a89a705873ace0b0dffb64115248ed036c26aa4 100644 (file)
@@ -1,7 +1,6 @@
 
 - ensure debian package builds
 - adjust version in configure.ac
-- adjust version in src/include/ceph_fs.h
 - add entry to debian/changelog, with proper version
 - commit
 - git tag version
index 5ef7376882ef333a099398648af7e8258674ca59..c1708d1cd8fb05feb4fef554e27f16de772b9f3b 100644 (file)
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.22~rc)
+AM_INIT_AUTOMAKE(ceph, 0.22)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL
 
index ee0c1862ca36c22310fb0baddbf9a554160dbe4f..b176b1e78ddaee42c985c1a0475794b8744b5034 100644 (file)
@@ -1,3 +1,32 @@
+ceph (0.22-1) experimental; urgency=low
+
+  * mon: improved monitor naming
+  * osd: support seprate interface for cluster-internal traffic
+  * mds: many many snapshot, cap protocol fixes
+  * mon: back off on clock drift errors/warnings
+  * mds: fix cow on xattrs
+  * mds: many recurstat stat fixes
+  * uclient/cfuse: improved caching and readdir fixes
+  * mon: tri laggy standby MDS's from map
+  * osd: data integrity fixes
+  * trim stale connections
+  * osd: fix hang during mkfs
+  * improved debug log on SIGSEG
+  * uclient/cfuse: cache readdir results
+  * mon: improved osd failure smarts
+  * mds/osd: tcmalloc (less memory utilization)
+  * mds: set file layout/striping on per-directory/subtree basis
+  * cfuse: mount server subdir
+  * cfuse: log to file if run as daemon
+  * allow monitor hostnames on command line
+  * mon: ability to blacklist/unblacklist clients for osd cluster
+  * cdebugpack: add debug capture tool
+  * mds: respawn on suicide
+  * msgr: more efficient reconnect resync
+  * standard date/time format
+
+ -- Sage Weil <sage@newdream.net>  Fri, 15 Oct 2010 13:42:24 -0700
+
 ceph (0.21.3-1) unstable; urgency=low
 
   * cfuse: fixed readdir for large directories