Bug 1066683
Summary: | OpenSSL.SSL.SysCallError: (9, 'Bad file descriptor') | |||
---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Pete Zaitcev <zaitcev> | |
Component: | python-swiftclient | Assignee: | Jakub Ruzicka <jruzicka> | |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | |
Severity: | unspecified | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 20 | CC: | apevec, jruzicka, p, zaitcev | |
Target Milestone: | --- | |||
Target Release: | --- | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | python-swiftclient-2.0.2-1.fc20 | Doc Type: | Bug Fix | |
Doc Text: |
Cause: A bug in swiftclient.
Consequence: `swift list` errored with a traceback.
Fix: Rebase swiftclient to upstream 2.0.2 which includes fix.
Result: `swift list` and other swiftclient commands work.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1067133 (view as bug list) | Environment: | ||
Last Closed: | 2014-03-21 09:33:57 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1067133 |
Description
Pete Zaitcev
2014-02-18 21:57:36 UTC
I have verified that python-swiftclient 2.0.2 includes fixes for the following 3 issues encountered since the move to python-requests: - Glance failing due to object length not set correctly - Plumbing for --insecure not complete for auth v1 - Objects read into memory on upload There aren't any known issues with 2.0.2 (using Requests), except that we know that Requests blows 100-continue and thus wastes cycles transferring object bodies in case of an error on PUT. After a discussion with Pete, we decided to update to latest upstream 2.0.2 which includes switch to python-requests which is already used by other client libraries. Changes introduced after 1.8.0 seem less significant then introduction of backward incompatible --insecure in 1.8.0 update. I pushed rebased 2.0.2 to RDO Havana. python-swiftclient-2.0.2-1.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/python-swiftclient-2.0.2-1.fc20 Package python-swiftclient-2.0.2-1.fc20: * should fix your issue, * was pushed to the Fedora 20 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing python-swiftclient-2.0.2-1.fc20' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2014-3054/python-swiftclient-2.0.2-1.fc20 then log in and leave karma (feedback). python-swiftclient-2.0.2-1.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |