changelog for 2.13.1 release

Change-Id: Iae4a173d5663422e561f34db121e6d1112c22a2a
This commit is contained in:
John Dickinson 2017-05-26 13:07:19 -07:00
parent e6e78925f2
commit 72ed8f23a7
2 changed files with 41 additions and 0 deletions

View File

@ -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

View File

@ -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.