Guest User

Untitled

a guest
Oct 1st, 2015
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. [root@node-15 ~]# swift --debug upload test-container1 openrc
  2. DEBUG:urllib3.connectionpool:"HEAD /swift/v1 HTTP/1.1" 204 0
  3. DEBUG:swiftclient:REQ: curl -i http://10.191.201.8:8080/swift/v1 -I -H "X-Auth-Token: 0e37354bf4cc409db36e0a2bb4c822f9"
  4. DEBUG:swiftclient:RESP STATUS: 204 No Content
  5. DEBUG:swiftclient:RESP HEADERS: [('x-account-object-count', '5'), ('vary', 'Accept-Encoding'), ('server', 'Apache/2.2.15 (CentOS)'), ('x-account-bytes-used-actual', '77824'), ('date', 'Thu, 01 Oct 2015 17:13:25 GMT'), ('x-account-bytes-used', '73458'), ('x-account-container-count', '3'), ('content-type', 'text/plain; charset=utf-8')]
  6.  
  7.  
  8. DEBUG:urllib3.connectionpool:"PUT /swift/v1/test-container1 HTTP/1.1" 201 None
  9. DEBUG:swiftclient:REQ: curl -i http://10.191.201.8:8080/swift/v1/test-container1 -X PUT -H "Content-Length: 0" -H "X-Auth-Token: 0e37354bf4cc409db36e0a2bb4c822f9"
  10. DEBUG:swiftclient:RESP STATUS: 201 Created
  11. DEBUG:swiftclient:RESP HEADERS: [('content-encoding', 'gzip'), ('transfer-encoding', 'chunked'), ('vary', 'Accept-Encoding'), ('server', 'Apache/2.2.15 (CentOS)'), ('date', 'Thu, 01 Oct 2015 17:13:25 GMT'), ('content-type', 'text/plain; charset=utf-8')]
  12.  
  13.  
  14.  
  15. DEBUG:urllib3.connectionpool:"HEAD /swift/v1/test-container1/openrc HTTP/1.1" 404 0
  16. INFO:swiftclient:REQ: curl -i http://10.191.201.8:8080/swift/v1/test-container1/openrc -I -H "X-Auth-Token: d8fa904537e145539f0d67c5429dcc95"
  17. INFO:swiftclient:RESP STATUS: 404 Not Found
  18. INFO:swiftclient:RESP HEADERS: [('content-encoding', 'gzip'), ('accept-ranges', 'bytes'), ('vary', 'Accept-Encoding'), ('server', 'Apache/2.2.15 (CentOS)'), ('date', 'Thu, 01 Oct 2015 17:13:25 GMT'), ('content-type', 'text/plain; charset=utf-8')]
  19. ERROR:swiftclient:Object HEAD failed: http://10.191.201.8:8080/swift/v1/test-container1/openrc 404 Not Found
  20. Traceback (most recent call last):
  21. File "/usr/lib/python2.6/site-packages/swiftclient/client.py", line 1243, in _retry
  22. rv = func(self.url, self.token, *args, **kwargs)
  23. File "/usr/lib/python2.6/site-packages/swiftclient/client.py", line 909, in head_object
  24. http_response_content=body)
  25. ClientException: Object HEAD failed: http://10.191.201.8:8080/swift/v1/test-container1/openrc 404 Not Found
  26.  
  27.  
  28. DEBUG:urllib3.connectionpool:"PUT /swift/v1/test-container1/openrc HTTP/1.1" 201 None
  29. DEBUG:swiftclient:REQ: curl -i http://10.191.201.8:8080/swift/v1/test-container1/openrc -X PUT -H "X-Auth-Token: d8fa904537e145539f0d67c5429dcc95"
  30. DEBUG:swiftclient:RESP STATUS: 201 Created
  31. DEBUG:swiftclient:RESP HEADERS: [('content-encoding', 'gzip'), ('transfer-encoding', 'chunked'), ('vary', 'Accept-Encoding'), ('server', 'Apache/2.2.15 (CentOS)'), ('etag', '7309a0ade2e1ebe1c1d3af849d8b5e8a'), ('date', 'Thu, 01 Oct 2015 17:13:25 GMT'), ('content-type', 'text/plain; charset=utf-8')]
Advertisement
Add Comment
Please, Sign In to add comment