From 72ed8f23a78f11e1ca1688ba086590bb7062a8c7 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Fri, 26 May 2017 13:07:19 -0700 Subject: [PATCH] changelog for 2.13.1 release Change-Id: Iae4a173d5663422e561f34db121e6d1112c22a2a --- CHANGELOG | 19 ++++++++++++++++ .../2_13_1_release-7428c88357a371bf.yaml | 22 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 releasenotes/notes/2_13_1_release-7428c88357a371bf.yaml diff --git a/CHANGELOG b/CHANGELOG index 6b7f2e0d23..248db4c43a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,22 @@ +swift (2.13.1, stable release update) + * Fixed a bug in the EC reconstructor where an unsuccessful sync + would cause extra disk I/O load on the remote server. Now the extra + checking work is only requested if the sync request was successful. + + * PUT subrequests generated from a client-side COPY will now properly log + the SSC (server-side copy) Swift source field. See + https://docs.openstack.org/developer/swift/logs.html#swift-source for + more information. + + * Fixed error where a container drive error resulted in double space + usage on rest drives. When drive with container or account database + is unmounted, the bug would create handoff replicas on all remaining + drives, increasing the drive space used and filling the cluster. + + * Fixed some minor test compatibility issues. + + * Updated docs to reference appropriate ports. + swift (2.13.0, OpenStack Ocata) * Improvements in key parts of the consistency engine diff --git a/releasenotes/notes/2_13_1_release-7428c88357a371bf.yaml b/releasenotes/notes/2_13_1_release-7428c88357a371bf.yaml new file mode 100644 index 0000000000..38cc9a1ae9 --- /dev/null +++ b/releasenotes/notes/2_13_1_release-7428c88357a371bf.yaml @@ -0,0 +1,22 @@ +--- +fixes: + - > + Fixed a bug in the EC reconstructor where an unsuccessful sync + would cause extra disk I/O load on the remote server. Now the extra + checking work is only requested if the sync request was successful. + + - > + PUT subrequests generated from a client-side COPY will now properly log + the SSC (server-side copy) Swift source field. See + https://docs.openstack.org/developer/swift/logs.html#swift-source for + more information. + + - > + Fixed error where a container drive error resulted in double space + usage on rest drives. When drive with container or account database + is unmounted, the bug would create handoff replicas on all remaining + drives, increasing the drive space used and filling the cluster. + + - Fixed some minor test compatibility issues. + + - Updated docs to reference appropriate ports.