Re: [Openstack] Download file from swift extremely slow

2017-01-10 Thread Christian Schwede
Hello Steve, On 09.01.2017 23:27, Steve Martinelli wrote: > Thanks for the hint Clay, we merged > https://review.openstack.org/#/c/417892/ - expect this issue to be > fixed in OpenStackClient 3.7.0. unfortunately the fix didn't help - the issue is still there. I left a comment in the bugreport, w

Re: [Openstack] Ring rebuild, multiple copies of ringbuilder file, wasRe: swift ringbuilder and disk size/capacity relationship

2016-04-28 Thread Christian Schwede
maybe *.builder as well), and then use something like this: ansible -a "src=rings/ dest=/etc/swift" -m copy -i inventory all That takes care of distributing your files to all nodes (you might need a few more options for authentication, but that's basically it). -- Christian

Re: [Openstack] [Swift] Syncing ring but not builder files?

2015-06-09 Thread Christian Schwede
Hi Mark, On 09.06.15 10:30, Mark Kirkwood wrote: > I note that the documentation (e.g > http://docs.openstack.org/juno/install-guide/install/apt/content/swift-initial-rings-distribute.html) > suggests copying the ring files: > > - account.ring.gz > - container.ring.gz > - object.ring.gz > > to t

Re: [Openstack] Slowness of Swift

2015-05-08 Thread Christian Schwede
Hello, On 08.05.15 12:15, Tarak Mukherjee wrote: > We have an use-case where we upload large object (2GB - 4GB) via form > post. What we are observing is , it's taking 2 - 3hrs to get the > upload completed . > > Our Setup is consist of Haproxy => Swift-Proxy => Storage Node . any chance to test

Re: [Openstack] Savana/Swift large object copy error

2015-05-06 Thread Christian Schwede
Hello Ross, On 05.05.15 21:54, Ross Lillie wrote: > My understanding is that Swift should automagically split files greater > that 5G into multiple segments grouped under a metafile but this appears > to not be working. This was working under the Havana release (Ubuntu) > using the Swift File Syst

Re: [Openstack] [Swift] tmp directory causing Swift slowdown

2015-05-01 Thread Christian Schwede
On 01.05.15 20:33, Samuel Merritt wrote: > On 5/1/15 7:55 AM, Uwe Sauter wrote: >> >> >> Am 01.05.2015 um 02:21 schrieb Samuel Merritt: >>> >>> It seems like 1430268763.41931.data would be in the same allocation >>> group as >>> objects/757/a94/bd77129a1cae9e32381776e322efca94, and >>> bd77129a1cae

Re: [Openstack] Trying compiling the OpenStack Swift

2015-03-30 Thread Christian Schwede
Hello, actually there is a small gap in the docs you stumbled upon :( The Swift developers are currently working on integrating Erasure Coding, and thus a new dependency was added. The dependency itself requires a library that is not available on your system. Please head over to http://www.byteb

Re: [Openstack] [Swift] Browser-based Health Visualization

2015-01-27 Thread Christian Schwede
Hello Adam, Swift is able to send metrics to a statsd server, and thus you can create your own metric dashboard using graphite-web. I would add collectd for some basic server metrics (like cpu, memory, load, network traffic) as well. It requires a little bit of work, but it gives you a very compre

Re: [Openstack] (Juno) Multiple rings Swift

2014-12-23 Thread Christian Schwede
1.1:6000/sdb1_ 3000 However, make sure the weights in your regions/zones are equally distributed to ensure replicas are equally distributed as well. Please not that you should avoid to run a Swift cluster close to 100% capacity. Christian > On Tue, Dec 23, 2014 at 1:43 PM,

Re: [Openstack] (Juno) Multiple rings Swift

2014-12-23 Thread Christian Schwede
On 22.12.14 21:00, Amit Anand wrote: > Thanks Christian I think thats exactly what I needed - I will try and > make 2 new rings and see how that works. You wouldnt per chance know > how I would limit the replicas, ie 2 in the Paris region and 1 at HQ? > I only want one replica to goto the HQ region

Re: [Openstack] [swift] [ceph-backend]

2014-12-23 Thread Christian Schwede
On 23.12.14 03:08, Mark Kirkwood wrote: > I've been taking a look at this > (https://github.com/stackforge/swift-ceph-backend and forks etc). Looks > good. > 1/ Async updates > > There's a comment in rados_server.py about not handling these. What > exactly is the issue? (I note in Juno we need to

Re: [Openstack] (Juno) Multiple rings Swift

2014-12-22 Thread Christian Schwede
On 22.12.14 19:11, Amit Anand wrote: > Now I want to try and do the following below: > > http://techs.enovance.com/7094/openstack-swift-2-0-introducing-storage-policies > > So pretty much have a Paris and Montreal center as described - I want to > add a third datacenter to each as replication. So

Re: [Openstack] [swift] openstack swift PUT object question

2014-10-10 Thread Christian Schwede
> On Fri, Oct 10, 2014 at 7:44 AM, dboyzhong > wrote: > > Hi. when i put a object(1K) to swift cluster, the performance is so > bad, QPS only 16. and i found the function: "_finalize_put" in file > Diskfile.py cost too much time . mainly caused by the fsync() inside >

Re: [Openstack] swift shows double port

2014-07-30 Thread Christian Schwede
Hi Remo, most likely the exception message itself is wrong (the shown double port), but it got fixed a while ago: https://github.com/openstack/python-swiftclient/commit/2e1a5b7e28211b0b2e2f7a2f961d7fcbd7e8abe3 Can you access the proxy server logs to see what's going on there? Christian Am 30

Re: [Openstack] openstack swift django browser

2014-04-03 Thread Christian Schwede
Hi, Am 03.04.14 13:30, schrieb Ankit Deshwal: > Hello everyone > > sir i am able to upload or download through swift CLI. > > > After changing that file i am able to access newly created account > through browser. > > But why i have to put . admin after every user..??? The .admin is simply

Re: [Openstack] Problem accessing newly created Swift Account on Django Browser.

2014-04-01 Thread Christian Schwede
Hi, are you abled to up-/download with the new user using the CLI? The pasted commands are not sufficient to create a user in Swift if you're using tempauth, keystoneauth or swauth. Assuming you're using tempauth you have to add the accounts/users to /etc/swift/proxy-server.conf. http://docs.op

Re: [Openstack] Django-Swift-Browser

2014-03-31 Thread Christian Schwede
Hi, yes, you can use swiftbrowser to access Swift using tempauth. I use a local Swift all in one installation for testing as well. Christian Am 31.03.14 13:24, schrieb Ashish Dobhal: > Hey everyone > I have the following queries regarding openstack swift.Please help. > > 1.Can I use the swift b

Re: [Openstack] Pip Error In Swift Installation (Swift All in One tutorial for a single node)

2014-03-28 Thread Christian Schwede
, Mar 26, 2014 at 12:22 PM, Ashish Dobhal > mailto:dobhalashish...@gmail.com>> wrote: > > Thanks Sir, > i also want to know when to make the update.Before the swift > installation or before running sudo pip install -r > swift/test-requirements.txt*_ command. >

Re: [Openstack] Pip Error In Swift Installation (Swift All in One tutorial for a single node)

2014-03-26 Thread Christian Schwede
Hello, looks like your pip version is to old. Try updating it with: sudo pip install -U pip This worked for me in the past. Christian Am 25.03.14 19:33, schrieb Ashish Dobhal: > Dear Sir/Maam; > I am following the swift all in one tutorial. > I got he following error while running > _*sudo pip

Re: [Openstack] Fwd: Swift Functional Tests Errors

2014-03-26 Thread Christian Schwede
Hello, could you share the error output and your /etc/swift/proxy-server.conf? You can use paste.openstack.org for sharing. Christian Am 25.03.14 17:50, schrieb Ashish Dobhal: > > > -- Forwarded message -- From: *Ashish Dobhal* > mailto:dobhalashish...@gmail.com>> Date: > Tue,

Re: [Openstack] [Swift] Optimizing single node Swift instance

2014-03-20 Thread Christian Schwede
Am 19.03.14 23:40, schrieb Shrinand Javadekar: > 1. Changing the partition power of the object server rings. I was > running with a partition power of 8. I ran some experiments changing > this to 4 and then even 0. Turned out that this actually hurt > performance. I confirmed that the number of dir

Re: [Openstack] problem in log in django swiftbrowser

2014-03-03 Thread Christian Schwede
Hello Pragya, please collect the static files in step 5 from the Readme: > python manage.py collectstatic If you didn't changed ALLOWED_HOSTS and run swiftbrowser with Debug = False (default) you also need to run the development server with the --insecure option (step 6 in the Readme). > python

Re: [Openstack] problem in installing django-swiftbrowser

2014-02-24 Thread Christian Schwede
Hello Pragya, > 5. root@pragya-VirtualBox:~/Django-1.6.2# python runtests.py > > and get the following error: > > ERROR 1: > python: can't open file 'runtests.py': [Errno 2] No such file or directory you're still in the Django-1.6.2 directory, you need to change to the directoy django-swiftbrowse

Re: [Openstack] problem in installing django-swiftbrowser

2014-02-18 Thread Christian Schwede
Hello, Am 19.02.14 06:48, schrieb pragya jain: > 6. root@pragya-VirtualBox:~/django-swiftbrowser/setuptools-2.2# sudo > python ./setup.py install > > 7. root@pragya-VirtualBox:~/django-swiftbrowser# python runtests.py > > and I got the following error : > > Traceback (most recent call last): Fi

Re: [Openstack] Q: Switft OwnCloud

2013-12-17 Thread Christian Schwede
Am 17.12.13 06:14, schrieb Frans Thamura: > or is there alternative to use swift as file sharing in office and on internet There is also an alternative webclient, you can find it here: https://github.com/cschwede/django-swiftbrowser Christian ___ Ma

Re: [Openstack] user interface for using swift

2013-12-05 Thread Christian Schwede
Hi, you might also be interested in https://github.com/cschwede/django-swiftbrowser Please note that this is not an official OpenStack project. Christian Am 05.12.13 12:43, schrieb pragya jain: > thanks for reply sir, > > I had installed swift using link > http://docs.openstack.org/developer/s