swiftclient hangout with -S option
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-swiftclient |
New
|
Undecided
|
Unassigned |
Bug Description
I use these versions Swift with Ubuntu Cloud Archive package.
# dpkg -l | grep swift
ii python-swift 1.10.0-
ii python-swiftclient 1:1.6.0-
ii swift 1.10.0-
ii swift-object 1.10.0-
and when I do 'upload' operation with -S option, swiftclient hangout with these messages
# swift upload container01 -S 3073741824 6000M
6000M segment 2 [after 2 attempts]
6000M segment 1
Object PUT failed: http://
Aborting manifest creation because not all segments could be uploaded. container01/6000M
So I uploaded large object (6000M bytes File). These error does not occur with small object file.
I'm using Swift 1.10.0 with keystone 2013.2.2 (Havana). and I tested python-swiftclient 2.0.3, but these these error was occurred.
Does Anyone have a idea ?
--
Thanks from Tokyo. Tomokazu HIRAI
my endpoints are ...
# keystone endpoint-list ------- ------- ------- ------- +------ -----+- ------- ------- ------- ------- ------- ------- -----+- ------- ------- ------- ------- ------- ------- -----+- ------- ------- ------- ------- ------- ------- -----+- ------- ------- ------- ------- -----+ ------- ------- ------- ------- +------ -----+- ------- ------- ------- ------- ------- ------- -----+- ------- ------- ------- ------- ------- ------- -----+- ------- ------- ------- ------- ------- ------- -----+- ------- ------- ------- ------- -----+ da56d16d2d3dd77 dd | RegionOne | http:// 10.200. 9.87:5000/ v2.0 | http:// 10.200. 9.87:5000/ v2.0 | http:// 10.200. 9.87:35357/ v2.0 | 681878f192fc40f 0ad7386cbd9dea4 7f | c879fcdd7a65189 93 | RegionOne | http:// 10.200. 9.112:8080/ v1/AUTH_ %(tenant_ id)s | http:// 10.200. 9.112:8080/ v1/AUTH_ %(tenant_ id)s | http:// 10.200. 9.112:8080/ v1/AUTH_ %(tenant_ id)s | 62a692d223a7402 79edd1c52f1db27 d8 | ------- ------- ------- ------- +------ -----+- ------- ------- ------- ------- ------- ------- -----+- ------- ------- ------- ------- ------- ------- -----+- ------- ------- ------- ------- ------- ------- -----+- ------- ------- ------- ------- -----+
+------
| id | region | publicurl | internalurl | adminurl | service_id |
+------
| c1690a32c393498
| d939a8740f1948c
+------
So these URLs does not have such duplicated port number addresses.. and it is successful for small object uploading operation.