forked from openstack/swift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: Iae4a173d5663422e561f34db121e6d1112c22a2a
- Loading branch information
Showing
2 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |