diff options
author | Sage Weil <sage@inktank.com> | 2013-05-13 20:48:20 -0700 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-05-13 20:48:20 -0700 |
commit | c5deb5dbe2a1e7ada1cab778da41ddb30d9c880b (patch) | |
tree | 018ee5116dc00dff8e8ac207b3eda51089fc3c91 | |
parent | 45e19510a3c9d88333e7c0c3cfeaf30f6e67161b (diff) | |
download | ceph-c5deb5dbe2a1e7ada1cab778da41ddb30d9c880b.tar.gz |
doc/release-notes: v0.61.2
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | doc/changelog/v0.61.2.txt | 27 | ||||
-rw-r--r-- | doc/release-notes.rst | 15 |
2 files changed, 42 insertions, 0 deletions
diff --git a/doc/changelog/v0.61.2.txt b/doc/changelog/v0.61.2.txt new file mode 100644 index 00000000000..b57c7e63416 --- /dev/null +++ b/doc/changelog/v0.61.2.txt @@ -0,0 +1,27 @@ +commit fea782543a844bb277ae94d3391788b76c5bee60 +Author: Gary Lowell <gary.lowell@inktank.com> +Date: Mon May 13 11:58:35 2013 -0700 + + v0.61.2 + +commit 8464c06412b72673ca9d01d35e8f68451e1982b3 +Author: Joao Eduardo Luis <joao.luis@inktank.com> +Date: Mon May 13 15:36:59 2013 +0100 + + mon: Monitor: tolerate GV duplicates during conversion + + Fixes: #4974 + + Signed-off-by: Joao Eduardo Luis <joao.luis@inktank.com> + (cherry picked from commit ba05b16ee2b6e25141f2ab88265a1cf92dcd493c) + +commit 703bc2fd8aec512fb2b58d5ef263e37647c1f047 +Author: Dan Mick <dan.mick@inktank.com> +Date: Fri May 10 20:09:34 2013 -0700 + + config_opts: default mon_debug_dump_transactions to 'false' + + otherwise, it chews mon log space at an alarming rate. + + Fixes: #5024 + Signed-off-by: Dan Mick <dan.mick@inktank.com> diff --git a/doc/release-notes.rst b/doc/release-notes.rst index 7df3a5fec2c..afa0195689e 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -2,6 +2,21 @@ Release Notes =============== +v0.61.2 "Cuttlefish" +-------------------- + +This release disables a monitor debug log that consumes disk space and +fixes a bug when upgrade some monitors from bobtail to cuttlefish. + +Notable Changes +~~~~~~~~~~~~~~~ + +* mon: fix conversion of stores with duplicated GV values +* mon: disable 'mon debug dump transactions' by default + +For more detailed information, see :download:`the complete changelog <changelog/v0.61.2.txt>`. + + v0.61.1 "Cuttlefish" -------------------- |