swift upload 503 Service Unavailable
Im following the install guide for Ubuntu 14.04 at http://docs.openstack.org/juno/install-guide/install/apt/content/swift-verify.html (http://docs.openstack.org/juno/instal...) and have reached the portition to verify swift operation, and am getting
root@controller:~# swift upload demo-container1 ls-ltr.txt
Object PUT failed: http://controller:8080/v1/AUTH_1c8799d3f556407e8477c219ab949efb/demo-container1/ls-ltr.txt 503 Service Unavailable [first 60 chars of response] <html><h1>Service Unavailable</h1><p>The server is currently
Im able to verify that the container was created:
root@controller:~# swift list
demo-container1
but that the file was not
root@controller:~# swift list demo-container1
root@controller:~#
The storage server (I have only one) is throwing 404s when trying to save the file:
Jan 27 02:03:23 compute1 container-server: 192.168.255.11 - - [27/Jan/2015:10:03:23 +0000] "PUT /sdd/973/AUTH_1c8799d3f556407e8477c219ab949efb/demo-container1/ls-ltr.txt" 404 - "PUT http://controller:8080/v1/AUTH_1c8799d3f556407e8477c219ab949efb/demo-container1/ls-ltr.txt" "txe2e0a4e20dd445a184821-0054c7626b" "proxy-server 27952" 0.0003 "-" 5297
Jan 27 02:03:23 compute1 container-server: 192.168.255.11 - - [27/Jan/2015:10:03:23 +0000] "PUT /sdc/973/AUTH_1c8799d3f556407e8477c219ab949efb/demo-container1/ls-ltr.txt" 404 - "PUT http://controller:8080/v1/AUTH_1c8799d3f556407e8477c219ab949efb/demo-container1/ls-ltr.txt" "txe2e0a4e20dd445a184821-0054c7626b" "proxy-server 27952" 0.0003 "-" 5297
Not even sure where to look next. I would be grateful for any help and pointers.
Can you please check the location of your file and your present working directory? Did you try uploading different files into your container?