[Openstack] deploy openstack components on contaienrs and HA

2017-01-04 Thread Manuel Sopena Ballesteros
Hi, Would it be possible to deploy openstack in HA using containers on kubernetes or Mesos + Marathon? The idea is to replace pacemaker and galera with the health-checks those tools provides so if a container is misbehaving then it will be killed and redeployed automatically. Thank you very mu

[Openstack] FW: Stable Mitaka Devstack Installation Failing with 'deprecated_reason'

2017-01-04 Thread Harsh Kumar B
Hello, I have checked out devstack mitaka and have the minimalist local.conf as on the devstack page. But when I run stack it fails with the following error; ... 2017-01-05 22:39:53.894 | mysql start/running, process 9835 2017-01-05 22:39:54.923 |

[Openstack] Fwd: Re: [openstack-dev] Fwd: The Forum: in more detail

2017-01-04 Thread Ian Y. Choi
Hello, Oops.. I did not include openstack@lists.openstack.org (cross pain T.T) Please include all recipients on the following forwarding e-mail to discuss some aspects for translators. With many thanks, /Ian Original Message Subject:Re: [openstack-dev] Fwd: [

[Openstack] [Swift] : Internal Working of PUT Command

2017-01-04 Thread Sameer Kulkarni
Hi All, I was eager to know the data-flow of an object on Openstack Swift PUT command. I know a highlevel overview from various posts, which I am not sure of. - Client Initiates PUT command specifying the object path on local storage to that on swift cloud. - The Object is transferred to

Re: [Openstack] The Forum: in more detail

2017-01-04 Thread Mohammed Naser
Hi Tom, Regarding this point: Upstream developers will receive a discount code to the Summit if they physically attend the PTG Does that mean contributors who do not attend the PTG will no longer get a discount code? Thanks for the clarification. Regards, Mohammed Sent from my iPhone > On

[Openstack] The Forum: in more detail

2017-01-04 Thread Tom Fifield
Hi all, working with colleagues, I've just put up a post cobbling together some more detail on the Forum. Sorry it took so long! http://superuser.openstack.org/articles/openstack-forum/ There's now also a wiki page to be the reference for us to follow when preparing or participating: http

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread don...@ahope.com.cn
Hi Charles, There's no any log file on the controller(swift proxy server), it's a Newton manual installation, just one controller. [root@controller swift]# pwd /var/log/swift [root@controller swift]# ls [root@controller swift]# cd .. [root@controller log]# ls anaconda dmesg.old maillog-20

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread don...@ahope.com.cn
In the [filter:cache] section, configure the memcached location: [filter:cache] use = egg:swift#memcache ... memcache_servers = controller:11211 memcache_server or memcached_server ? = 董 建 华 地址:杭州滨江区南环路3766号新世纪办公楼 邮编:310053 手机:13857132818 总机:0571-28996000

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread don...@ahope.com.cn
[root@controller ~]# free -m totalusedfree shared buff/cache available Mem: 319398847 22108 16 984 22656 Swap: 16379 0 16379 = 董 建 华 地址:杭州滨江区南环路3766

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread wawayu
Hello, No chance to overhead,it is just an test environment,no one use it yet. -- Original -- From: "Nasir Mahmood" Date: Thu, Jan 5, 2017 01:51 AM To: "Clay Gerrard"; Cc: "openstack";"don...@ahope.com.cn"; Subject: Re: [Openstack] Download file from swift extreme

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread Nasir Mahmood
Just a side note, can you please run the 'iostat -xnpz 1' on your swift nodes and share results while downloading file , including network performance tests suggested earlier ... I would also suggest to share the logs on swift nodes would be much helpful on this by enabling debug in config. On J

Re: [Openstack] [Neutron][DHCP] vm can not get ip by dnsmasq

2017-01-04 Thread Brian Haley
On 01/04/2017 03:22 AM, zhaolihuisky wrote: hi, all I have a problem about that vm can not get ip address by dnsmasq server. I have got the DHCP packets by tcpdump. With the DHCP protocol, client send DHCP Discover, and then server reply DHCP Offer, next client send DHCP Request and server reply

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread Nasir Mahmood
I suppose your auth realm isnt overloaded? On Jan 4, 2017 22:50, wrote: > Iuppose your auth real isnt overloaded? > > On Jan 4, 2017 22:35, "Clay Gerrard" wrote: > >> Can you you find the transaction-id of the GET request for the download >> in the logs and inspect the object-server response? C

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread Nasir Mahmood
Iuppose your auth real isnt overloaded? On Jan 4, 2017 22:35, "Clay Gerrard" wrote: > Can you you find the transaction-id of the GET request for the download in > the logs and inspect the object-server response? Can you duplicate the > results with any other client (e.g. web browser, curl, pyth

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread Rick Jones
On 01/04/2017 12:59 AM, don...@ahope.com.cn wrote: Hi experts I finished the swift installation following the install guide(http://docs.openstack.org/project-install-guide/object-storage/draft/get_started.html), file upload is very fast, but file download is extremely slow, why ? [root@control

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread Clay Gerrard
Can you you find the transaction-id of the GET request for the download in the logs and inspect the object-server response? Can you duplicate the results with any other client (e.g. web browser, curl, python-swiftclient, etc)? -Clay On Wed, Jan 4, 2017 at 12:59 AM, don...@ahope.com.cn wrote: >

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread Steve Martinelli
This isn't that surprising to me, the CLI support for objects / containers in OpenStackClient is pretty basic. I wonder if the swift CLI is doing something different (threading / looking at different endpoint types). Feel free to open a bug against OpenStackClient at: https://bugs.launchpad.net/py

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread don...@ahope.com.cn
The red lines hang several minutes... Swift CLI is fast... [root@controller /]# . /demo-openrc [root@controller /]# openstack object save container1 cirros-0.3.4-x86_64-disk.img --debug START with options: [u'object', u'save', u'container1', u'cirros-0.3.4-x86_64-disk.img', u'--debug'] options:

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread Steve Martinelli
Does doing ``openstack object save container1 cirros-0.3.4-x86_64-disk.img --debug`` give any additional information? What about using the swift CLI? any difference in speed? ``swift download container1 cirros-0.3.4-x86_64-disk.img`` ? On Wed, Jan 4, 2017 at 7:19 AM, wawayu wrote: > Anybody k

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread Balu Mudhavathu
Hi Dongijh, It depends on your network speed .. in general upload and download speed is based on internet service provider, check if the speed is same as per internet provider. you can check internet speed and compare based on internet provider bandwidth http://www.speedtest.net/ On Wed, Jan

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread wawayu
Thank you for your response?? but our environment is internal network??not internet or wan. -- Original -- From: "Balu Mudhavathu" Date: Wed, Jan 4, 2017 09:55 PM To: "don...@ahope.com.cn"; Cc: "openstack"; Subject: Re: [Openstack] Download file from swift extremely

Re: [Openstack] Download file from swift extremely slow

2017-01-04 Thread wawayu
Anybody knows this ? -- Original -- From: "??" Date: Wed, Jan 4, 2017 04:59 PM To: "openstack"; Subject: [Openstack] Download file from swift extremely slow Hi experts I finished the swift installation following the install guide(http://docs.openstack.org/p

Re: [Openstack] [OpenStack][Swift] problem about swift proxy easurecode

2017-01-04 Thread Kwanghee Park
Actually pyeclib is an wrapper of liberasurecode. Please install liberaurecode or git liberasurecode from its bitbucket If not, please refer it => https://bitbucket.org/tsg-/liberasurecode/issues/28/libshssso-no-such-file-or-director On Wed, Jan 4, 2017 at 6:13 PM, Nalee Jang wrote: > Hello >

[Openstack] [OpenStack][Swift] problem about swift proxy easurecode

2017-01-04 Thread Nalee Jang
Hello I have problems when I install OpenStack Swift Mitaka version in my vm. so I'd like to ask about how to solve this problem to openstack members. my vm os is ubuntu 16.04. I searched this problem on the website when I see below error messages. and I commanded like below. but I have problems

[Openstack] Download file from swift extremely slow

2017-01-04 Thread don...@ahope.com.cn
Hi experts I finished the swift installation following the install guide(http://docs.openstack.org/project-install-guide/object-storage/draft/get_started.html), file upload is very fast, but file download is extremely slow, why ? [root@controller admin]# time openstack object create container1

[Openstack] [Neutron][DHCP] vm can not get ip by dnsmasq

2017-01-04 Thread zhaolihuisky
hi, all I have a problem about that vm can not get ip address by dnsmasq server.I have got the DHCP packets by tcpdump.With the DHCP protocol, client send DHCP Discover, and then server reply DHCP Offer, next client send DHCP Request and server reply DHCP ACK, at last vm get ip address.But in my

[Openstack] [Swift] Problem about erasurecode and authentication of swift.

2017-01-04 Thread Nalee Jang
Hello guys! Happy New Year!! I am NaleeJang from OpenStack Korea User Group. Nowadays, I met problem about OpenStack swift. I'm testing to deploy swift mitaka version. but there are erasurecode and authentication problems. so I found erasurecode problems on the internet. and I solved it through