From 350b51240600a51a85e2eda102e2b0ab70fbc86e Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Tue, 12 Aug 2014 11:30:48 -0700 Subject: [PATCH] doc/release-notes: v0.67.10 Signed-off-by: Sage Weil --- doc/release-notes.rst | 47 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index fae0c30b3e0f2..00ac684e0923b 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -2174,6 +2174,51 @@ Notable Changes * sysvinit: add condrestart command (Dan van der Ster) +v0.67.10 "Dumpling" +=================== + +This stable update release for Dumpling includes primarily fixes for +RGW, including several issues with bucket listings and a potential +data corruption problem when multiple multi-part uploads race. There is also +some throttling capability added in the OSD for scrub that can mitigate the +performance impact on production clusters. + +We recommend that all Dumpling users upgrade at their convenience. + +Notable Changes +--------------- + +* ceph-disk: partprobe befoere settle, fixing dm-crypt (#6966, Eric Eastman) +* librbd: add invalidate cache interface (Josh Durgin) +* librbd: close image if remove_child fails (Ilya Dryomov) +* librbd: fix potential null pointer dereference (Danny Al-Gaaf) +* librbd: improve writeback checks, performance (Haomai Wang) +* librbd: skip zeroes when copying image (#6257, Josh Durgin) +* mon: fix rule(set) check on 'ceph pool set ... crush_ruleset ...' (#8599, John Spray) +* mon: shut down if mon is removed from cluster (#6789, Joao Eduardo Luis) +* osd: fix filestore perf reports to mon (Sage Weil) +* osd: force any new or updated xattr into leveldb if E2BIG from XFS (#7779, Sage Weil) +* osd: lock snapdir object during write to fix race with backfill (Samuel Just) +* osd: option sleep during scrub (Sage Weil) +* osd: set io priority on scrub and snap trim threads (Sage Weil) +* osd: 'status' admin socket command (Sage Weil) +* rbd: tolerate missing NULL terminator on block_name_prefix (#7577, Dan Mick) +* rgw: calculate user manifest (#8169, Yehuda Sadeh) +* rgw: fix abort on chunk read error, avoid using extra memory (#8289, Yehuda Sadeh) +* rgw: fix buffer overflow on bucket instance id (#8608, Yehuda Sadeh) +* rgw: fix crash in swift CORS preflight request (#8586, Yehuda Sadeh) +* rgw: fix implicit removal of old objects on object creation (#8972, Patrycja Szablowska, Yehuda Sadeh) +* rgw: fix MaxKeys in bucket listing (Yehuda Sadeh) +* rgw: fix race with multiple updates to a single multipart object (#8269, Yehuda Sadeh) +* rgw: improve bucket listing with delimiter (Yehuda Sadeh) +* rgw: include NextMarker in bucket listing (#8858, Yehuda Sadeh) +* rgw: return error early on non-existent bucket (#7064, Yehuda Sadeh) +* rgw: set truncation flag correctly in bucket listing (Yehuda Sadeh) +* sysvinit: continue starting daemons after pre-mount error (#8554, Sage Weil) + +For more detailed information, see :download:`the complete changelog `. + + v0.67.9 "Dumpling" ================== @@ -2181,7 +2226,7 @@ This Dumpling point release fixes several minor bugs. The most prevalent in the field is one that occasionally prevents OSDs from starting on recently created clusters. -We recommand that all Dumpling users upgrade at their convenience. +We recommend that all Dumpling users upgrade at their convenience. Notable Changes --------------- -- 2.39.5