Re: [Openstack] Re-balancing of RING does not level up my objects in old devices

2013-07-08 Thread Christian Schwede
Am Montag, den 08.07.2013, 13:03 +0200 schrieb "Vengurlekar, Tushar V (USD-SWD)" : Is there any Swift command to know if replication task is completed after rebalance? After ring rebalance (adding new device to the ring), the replicator moves data around to fit new map. So how can I check the gra

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.

Re: [Openstack] curl with swift

2013-06-10 Thread Christian Schwede
> curl -X GET \ > -H "X-Auth-Token: 813c6eef9f474e7f860ef42dcaeeb53b" \ > http://192.168.235.113:8080/v1/AUTH_9ffeae726f33436b9e0796d31f85f730/remo.pen > > Remo.pem I think the name of the container is missing here? ___ Mailing list: https://launchpad

Re: [Openstack] swift and disk usage

2013-05-11 Thread Christian Schwede
sc.html#module-swift.common.middleware.account_quotas Christian > > Paras. > > > > On Wed, May 8, 2013 at 2:44 PM, Christian Schwede <mailto:i...@cschwede.de>> wrote: > > Am 08.05.13 21:18, schrieb Paras pradhan: > > I have a three nodes swift cluster. I can

Re: [Openstack] swift and disk usage

2013-05-08 Thread Christian Schwede
Am 08.05.13 21:18, schrieb Paras pradhan: > I have a three nodes swift cluster. I can see the objects being > replicated to all three nodes. Each node has 12 2TB disks. Since I > have 3 replicas the usable space is only 24TB ? Yes, that's correct. > How this will scale up if we add two more st

Re: [Openstack] swauth

2013-05-07 Thread Christian Schwede
dev at github. > > Paras. > > > On Tue, May 7, 2013 at 10:55 AM, Christian Schwede <mailto:i...@cschwede.de>> wrote: > > Hi, > > Am 07.05.13 17:32, schrieb Paras pradhan: > > I am getting 500 server Error when I create the user. The comm

Re: [Openstack] swauth

2013-05-07 Thread Christian Schwede
Hi, Am 07.05.13 17:32, schrieb Paras pradhan: > I am getting 500 server Error when I create the user. The command i used: > > swauth-add-user -K swauthkey -a test testerrr testin > > swauth version = 1.0.2+git2028-0ubuntu1 that version of swauth is quite old, current version is 1.0.8,

Re: [Openstack] How can I interpret Swift-bench Output data

2013-04-16 Thread Christian Schwede
Hi Sujay, the most interesting lines are the ones saying FINAL (I stripped the other lines below). All other lines are intermediate steps shown for your convenience, which is quite useful if you run much longer benchmarks. The output shows simply that there weren't any failures and the number

Re: [Openstack] [Swift] Define storage size for specified tenant/user

2013-03-04 Thread Christian Schwede
Storage limit for container is already merged into swift, I just merged swquota into swift for review (I'm the author of swquota ;-)). I think it's a good feature ;-) Christian Am 04.03.13 18:37, schrieb Gareth: > HI, Chomouel > > Do you think storage limit (for account or for container) is go

Re: [Openstack] [Swift]A design draft of Storage Quota

2013-02-20 Thread Christian Schwede
Hi, you might also have a look at https://github.com/cschwede/swquota Account quota is stored in account metadata and set by a reseller account. I changed the code slightly to make it more consistent to the already merged container quota. @chmouel: I might create a pull request to swift itsel