Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.16 KB | None | 0 0
  1. [root@controller ~]# swift --debug upload eccontainer start.sh
  2. DEBUG:keystoneclient.auth.identity.v3.base:Making authentication request to http://controller:35357/v3/auth/tokens
  3. INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): controller
  4. DEBUG:requests.packages.urllib3.connectionpool:"POST /v3/auth/tokens HTTP/1.1" 201 1698
  5. /usr/lib/python2.7/site-packages/keystoneclient/service_catalog.py:196: UserWarning: Providing attr without filter_value to get_urls() is deprecated as of the 1.7.0 release and may be removed in the 2.0.0 release. Either both should be provided or neither should be provided.
  6. 'Providing attr without filter_value to get_urls() is '
  7. DEBUG:iso8601.iso8601:Parsed 2016-03-22T10:56:08.192368Z into {'tz_sign': None, 'second_fraction': u'192368', 'hour': u'10', 'daydash': u'22', 'tz_hour': None, 'month': None, 'timezone': u'Z', 'second': u'08', 'tz_minute': None, 'year': u'2016', 'separator': u'T', 'monthdash': u'03', 'day': None, 'minute': u'56'} with default timezone <iso8601.iso8601.Utc object at 0x7faa3c065d50>
  8. DEBUG:iso8601.iso8601:Got u'2016' for 'year' with default None
  9. DEBUG:iso8601.iso8601:Got u'03' for 'monthdash' with default 1
  10. DEBUG:iso8601.iso8601:Got 3 for 'month' with default 3
  11. DEBUG:iso8601.iso8601:Got u'22' for 'daydash' with default 1
  12. DEBUG:iso8601.iso8601:Got 22 for 'day' with default 22
  13. DEBUG:iso8601.iso8601:Got u'10' for 'hour' with default None
  14. DEBUG:iso8601.iso8601:Got u'56' for 'minute' with default None
  15. DEBUG:iso8601.iso8601:Got u'08' for 'second' with default None
  16. INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): controller
  17. DEBUG:requests.packages.urllib3.connectionpool:"PUT /v1/AUTH_98fe1a2907e54d9592886688079ad47e/eccontainer HTTP/1.1" 202 76
  18. DEBUG:swiftclient:REQ: curl -i http://controller:8080/v1/AUTH_98fe1a2907e54d9592886688079ad47e/eccontainer -X PUT -H "Content-Length: 0" -H "X-Auth-Token: 533b5f8df97241638af415ee8f06a2ea"
  19. DEBUG:swiftclient:RESP STATUS: 202 Accepted
  20. DEBUG:swiftclient:RESP HEADERS: [('date', 'Tue, 22 Mar 2016 09:56:08 GMT'), ('content-length', '76'), ('content-type', 'text/html; charset=UTF-8'), ('x-trans-id', 'tx0a7f0aa37d4b481caa337-0056f116b8')]
  21. DEBUG:swiftclient:RESP BODY: <html><h1>Accepted</h1><p>The request is accepted for processing.</p></html>
  22. DEBUG:keystoneclient.auth.identity.v3.base:Making authentication request to http://controller:35357/v3/auth/tokens
  23. INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): controller
  24. DEBUG:requests.packages.urllib3.connectionpool:"POST /v3/auth/tokens HTTP/1.1" 201 1698
  25. DEBUG:iso8601.iso8601:Parsed 2016-03-22T10:56:08.404874Z into {'tz_sign': None, 'second_fraction': u'404874', 'hour': u'10', 'daydash': u'22', 'tz_hour': None, 'month': None, 'timezone': u'Z', 'second': u'08', 'tz_minute': None, 'year': u'2016', 'separator': u'T', 'monthdash': u'03', 'day': None, 'minute': u'56'} with default timezone <iso8601.iso8601.Utc object at 0x7faa3c065d50>
  26. DEBUG:iso8601.iso8601:Got u'2016' for 'year' with default None
  27. DEBUG:iso8601.iso8601:Got u'03' for 'monthdash' with default 1
  28. DEBUG:iso8601.iso8601:Got 3 for 'month' with default 3
  29. DEBUG:iso8601.iso8601:Got u'22' for 'daydash' with default 1
  30. DEBUG:iso8601.iso8601:Got 22 for 'day' with default 22
  31. DEBUG:iso8601.iso8601:Got u'10' for 'hour' with default None
  32. DEBUG:iso8601.iso8601:Got u'56' for 'minute' with default None
  33. DEBUG:iso8601.iso8601:Got u'08' for 'second' with default None
  34. INFO:requests.packages.urllib3.connectionpool:Starting new HTTP connection (1): controller
  35. DEBUG:requests.packages.urllib3.connectionpool:"HEAD /v1/AUTH_98fe1a2907e54d9592886688079ad47e/eccontainer/start.sh HTTP/1.1" 404 0
  36. INFO:swiftclient:REQ: curl -i http://controller:8080/v1/AUTH_98fe1a2907e54d9592886688079ad47e/eccontainer/start.sh -I -H "X-Auth-Token: 396c01ea94fe45eb9b2c3c1aa383111d"
  37. INFO:swiftclient:RESP STATUS: 404 Not Found
  38. INFO:swiftclient:RESP HEADERS: [('date', 'Tue, 22 Mar 2016 09:56:08 GMT'), ('content-length', '0'), ('content-type', 'text/html; charset=UTF-8'), ('x-trans-id', 'txa11bc821a54348c1ab546-0056f116b8')]
  39. ERROR:swiftclient:Object HEAD failed: http://controller:8080/v1/AUTH_98fe1a2907e54d9592886688079ad47e/eccontainer/start.sh 404 Not Found
  40. Traceback (most recent call last):
  41. File "/usr/lib/python2.7/site-packages/swiftclient/client.py", line 1390, in _retry
  42. service_token=self.service_token, **kwargs)
  43. File "/usr/lib/python2.7/site-packages/swiftclient/client.py", line 994, in head_object
  44. http_response_content=body)
  45. ClientException: Object HEAD failed: http://controller:8080/v1/AUTH_98fe1a2907e54d9592886688079ad47e/eccontainer/start.sh 404 Not Found
  46. DEBUG:requests.packages.urllib3.connectionpool:"PUT /v1/AUTH_98fe1a2907e54d9592886688079ad47e/eccontainer/start.sh HTTP/1.1" 503 118
  47. INFO:swiftclient:REQ: curl -i http://controller:8080/v1/AUTH_98fe1a2907e54d9592886688079ad47e/eccontainer/start.sh -X PUT -H "X-Auth-Token: 396c01ea94fe45eb9b2c3c1aa383111d"
  48. INFO:swiftclient:RESP STATUS: 503 Service Unavailable
  49. INFO:swiftclient:RESP HEADERS: [('date', 'Tue, 22 Mar 2016 09:56:08 GMT'), ('content-length', '118'), ('content-type', 'text/html; charset=UTF-8'), ('x-trans-id', 'txca2e740380c544f6b6a3b-0056f116b8')]
  50. INFO:swiftclient:RESP BODY: <html><h1>Service Unavailable</h1><p>The server is currently unavailable. Please try again at a later time.</p></html>
  51. ERROR:swiftclient.service:put_object(u'eccontainer', u'start.sh', ...) failure and no ability to reset contents for reupload.
  52. Traceback (most recent call last):
  53. File "/usr/lib/python2.7/site-packages/swiftclient/service.py", line 1941, in _upload_object_job
  54. response_dict=obr
  55. File "/usr/lib/python2.7/site-packages/swiftclient/client.py", line 1516, in put_object
  56. response_dict=response_dict)
  57. File "/usr/lib/python2.7/site-packages/swiftclient/client.py", line 1426, in _retry
  58. reset_func(func, *args, **kwargs)
  59. File "/usr/lib/python2.7/site-packages/swiftclient/client.py", line 1498, in _default_reset
  60. % (container, obj))
  61. ClientException: put_object(u'eccontainer', u'start.sh', ...) failure and no ability to reset contents for reupload.
  62. put_object(u'eccontainer', u'start.sh', ...) failure and no ability to reset contents for reupload.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement