Re: [Openstack] Load Balancers for Swift with nginx and pound

2013-06-14 Thread Pete Zaitcev
On Fri, 14 Jun 2013 18:43:21 +0800 王娜 wrote: > like this,before I stop the proxy service ,there are five containers. I would double-check that both proxies had same ring files. -- Pete ___ Mailing list: https://launchpad.net/~openstack Post to :

Re: [Openstack] Load Balancers for Swift with nginx and pound

2013-06-14 Thread John Dickinson
Also, just as general info, don't use nginx in front of Swift. nginx buffers request bodies, and that can become very problematic when uploading content into the Swift cluster (especially since the body could be up to 5GB--not too many of those requests and you'll overload your nginx box). Seco

Re: [Openstack] Load Balancers for Swift with nginx and pound

2013-06-14 Thread Christian Schwede
Hi, Because of the nginx problem ,so I change to use pound ,but ... but can not execute post or upload regarding pound: you have to enable the PUT method to upload objects. Simply add "xHTTP 2" in the section below: User"root" Group "root" ListenHTTP Address 172.18.56.

[Openstack] Load Balancers for Swift with nginx and pound

2013-06-14 Thread 王娜
Hello,Stackers First question: I built a swift cluser,two proxy server , one nginx server ---load balance for two swift proxy server,and two storage server 1.when I stop swift proxy service on one proxy server The command " swift -V 2 -A http://172.18.56.195:5000/v2.0 -U service:glance -K pas