about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-03-04 01:25:09 +0000
committerEric Wong <normalperson@yhbt.net>2013-03-04 01:33:56 +0000
commit08b8d7f1e5101631f642134718871dd2ef24c1e5 (patch)
tree41ca2824a31326c55abfddd9240ab4b5afa9d842
parentbc82924e5f26f4d72b145185254f563526adb8f9 (diff)
downloadcmogstored-08b8d7f1e5101631f642134718871dd2ef24c1e5.tar.gz
This release only fixes an assertion failure during graceful shutdown
while MogileFS fsck is running with checksumming enabled.

This only affects users running fsck with checksumming enabled during a
graceful shutdown of cmogstored.  For upgrading cmogstored it is
recommended to:

1) stop fsck on the trackers (via "mogadm fsck stop")
2) wait for all tracker queues to drain and stop sending
   fsck traffic to the affected host.  You may wish to
   "!want 0 fsck" on all your trackers and wait for the
   fsck workers to stop.
3) upgrade cmogstored (in place upgrade works)

There are also several code comment updates for internal
components of cmogstored which may interest potential hackers.
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
index e4b4193..26b156a 100644
--- a/README
+++ b/README
@@ -55,6 +55,8 @@ Source tarballs suitable for distribution are housed here:
 
 * http://bogomips.org/cmogstored/files/
 
+Latest is http://bogomips.org/cmogstored/files/cmogstored-1.2.1.tar.gz
+
 Source code
 ===========