[Openstack-operators] Setting up Openstack Swift

David Pusch pusch.david at googlemail.com
Thu Aug 18 14:25:35 UTC 2011


Hi,
the prior problem has been solved, I can start the proxy, and it works. But now I can't upload files from a remote client. Uploading from the proxy itself works fine when using "sudo swift -A https://10.10.50.200:8080/auth/v1.0 -U system:root -K testpass download myfiles test100mb", but wen doing the same from another server, it fails with the following message: [Errno 111] ECONNREFUSED
This is my current proxyserver.conf:
[DEFAULT]
cert_file = /etc/swift/cert.crt
key_file = /etc/swift/cert.key
bind_port = 8080
workers = 8
user = swift

[pipeline:main]
pipeline = healthcheck cache tempauth proxy-server

[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true

[filter:tempauth]
use = egg:swift#tempauth
user_system_root = testpass .admin https://10.10.50.200:8080/v1/AUTH_system

[filter:healthcheck]
use = egg:swift#healthcheck

[filter:cache]
use = egg:swift#memcache
memcache_servers = 10.10.50.200:11211

Please tell me which logs would help you, and I shall provide them.
Regards
David




-- 
David Pusch
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Mittwoch, 17. August 2011 at 22:43, Marcelo Martins wrote:

> Hi David, 
> 
> Please provide a bit more information. 
> 
> - What version of swift 
> - proxy-server.conf 
> - what do they logs show ? 
> 
> 
> Marcelo Martins
> Openstack-swift
> btorch-os at zeroaccess.org (mailto:btorch-os at zeroaccess.org)
> 
> “Knowledge is the wings on which our aspirations take flight and soar. When it comes to surfing and life if you know what to do you can do it. If you desire anything become educated about it and succeed. “
> 
> 
> 
> 
> On Aug 16, 2011, at 4:45 AM, David Pusch wrote:
> 
> > Hello all,
> > I'm having a bit of a problem setting up a Swift Cluster. The base
> > system is Ubuntu 10.04, and I have followed the steps laid down in
> > http://swift.openstack.org/howto_installmultinode.html, but I seem to
> > have done something wrong. When I run swift-init proxy start it says
> > that it is starting the proxy and assigning a new pid, but when i
> > ps/grep for it, nothing has happened. Also when I try to do the admin
> > test and run "curl -k -v -H 'X-Storage-User: system:root' -H
> > 'X-Storage-Pass: testpass' https://$PROXY_LOCAL_NET_IP:8080/auth/v1.0"
> > it can't connect. Netstat also shows nothing listening on port 8080.
> > If anyone of you could make something of this and point me in the
> > right direction, I would be very grateful.
> > Regards
> > David
> > _______________________________________________
> > Openstack-operators mailing list
> > Openstack-operators at lists.openstack.org (mailto:Openstack-operators at lists.openstack.org)
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-operators/attachments/20110818/e1803783/attachment-0002.html>


More information about the Openstack-operators mailing list