Skip to content

Commit

Permalink
changelog for 2.13.1 release
Browse files Browse the repository at this point in the history
Change-Id: Iae4a173d5663422e561f34db121e6d1112c22a2a
  • Loading branch information
notmyname committed May 26, 2017
1 parent e6e7892 commit 72ed8f2
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
19 changes: 19 additions & 0 deletions 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
Expand Down
22 changes: 22 additions & 0 deletions 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.

0 comments on commit 72ed8f2

Please sign in to comment.