Re: [Openstack] [SWIFT] Bad replication performance after adding new drives

2015-02-11 Thread Robert van Leeuwen
>My xfs inode size is 265 Bytes. > When I increase the memory and change vm.vfs_cache_pressure to 1, is it > possible to store the inode tree in the > memory? > Maybe the random disk seeks are the problem. > > Here is a iostat snapshot: > > Device: rrqm/s wrqm/s r/s w/srkB/s

Re: [Openstack] Namespaces and network

2015-02-11 Thread Remo Mattei
+1 agree > On Feb 11, 2015, at 22:56, Girija Sharan wrote: > > Hi Janki, > > I am totally agree with Chen. > It seems you are new to Openstack, and therefore I would like to suggest you > that it would be better if you follow three node installation. > For that here is a reference link : > htt

Re: [Openstack] Namespaces and network

2015-02-11 Thread Girija Sharan
Hi Janki, I am totally agree with Chen. It seems you are new to Openstack, and therefore I would like to suggest you that it would be better if you follow three node installation. For that here is a reference link : https://github.com/ChaimaGhribi/OpenStack-Icehouse-Installation/blob/master/OpenSt

Re: [Openstack] Namespaces and network

2015-02-11 Thread Li, Chen
Hi, From my understanding: 1. Namespace is created by neutron-dhcp-agent. You can run neutron-dhcp-agent anywhere you want. It is common to run neutron-dhcp-agent on control node, but it is not a “MUST” demand. I won’t say the network “is created in Compute node ”, a network is

Re: [Openstack] OverflowError: cannot convert float infinity to integer

2015-02-11 Thread mad Engineer
Thanks Julie, From the bug report,it looks like changes are for nova.py and cinder.py.Will changing these two files fixes this issue or do i need to make changes in more files.Thanks for your help Julie Pichon. On Thu, Jan 15, 2015 at 9:59 PM, Julie Pichon wrote: > On 15/01/

[Openstack] Namespaces and network

2015-02-11 Thread Janki Chhatbar
Hi ALL I have doubts. I am having a 3 node architecture with Neutron. 1. Whenever we create a network, it is created in Compute node and its namespace is stored in Control node. Instances will be created in compute node. Is my understanding correct? 2. Why do we need 2 ovs bridges br-int, br-ex

Re: [Openstack] Fn::FindInMap gives error in Heat HOT Template

2015-02-11 Thread Qiming Teng
On Wed, Feb 11, 2015 at 09:55:28PM -0500, Mike Spreitzer wrote: > That doc also says that Ref is not supported in > template heat_template_version: 2014-10-16. Correct. It is marked as a removed function. Users are encouraged (now forced) to use the HOT equivalents. Regards, Qiming > Qiming T

Re: [Openstack] Fn::FindInMap gives error in Heat HOT Template

2015-02-11 Thread Mike Spreitzer
That doc also says that Ref is not supported in template heat_template_version: 2014-10-16. Qiming Teng wrote on 02/12/2015 05:35:45 AM: > From: Qiming Teng > To: openstack@lists.openstack.org > Date: 02/11/2015 09:47 PM > Subject: Re: [Openstack] Fn::FindInMap gives error in Heat HOT Template

Re: [Openstack] How to set up the external connection with Linux bridge using DevStack?

2015-02-11 Thread Muhammed Salehi
Hi, The OVS does not have so many different with linux bridge, the concepts are the same, but differ is commands and the way to handle them. You can NAT one of the linux bridge or MASQUERADE it in order to interact with external network. :) I think DNSMasq will be helpful. Sincerely, Salehi On

Re: [Openstack] Fn::FindInMap gives error in Heat HOT Template

2015-02-11 Thread Qiming Teng
I think Thomas was referring to this doc ... http://docs.openstack.org/developer/heat/template_guide/hot_spec.html#heat-template-verion On Wed, Feb 11, 2015 at 12:18:01AM -0800, Thomas Spatzier wrote: > Hi Khayam, > > the Fn::FindInMap is not supported in HOT as far as I can see in the code. >

[Openstack] How to set up the external connection with Linux bridge using DevStack?

2015-02-11 Thread Danny Choi (dannchoi)
Hi, In the OVS world, at the Network node, we create a external bridge, e.g. br-ex, to connect the os-router to the outside world so that we can assign floating IP to the VM and access the VM externally. How to do that with Linux bridge? What do I need to set in local.conf? Thanks, Danny _

Re: [Openstack] customizing trove instances security group

2015-02-11 Thread Mark Kirkwood
On 12/02/15 09:09, Ali Nazemian wrote: Dear all, Hi, I was wondering how can I customize the security group of created trove instance in order to add ssh rule for the purpose of accessing to the created instance using ssh. You can set this via the command line tools e.g: $ neutron security-gr

[Openstack] customizing trove instances security group

2015-02-11 Thread Ali Nazemian
Dear all, Hi, I was wondering how can I customize the security group of created trove instance in order to add ssh rule for the purpose of accessing to the created instance using ssh. Best regards. -- A.Nazemian ___ Mailing list: http://lists.openstack

Re: [Openstack] [SWIFT] Bad replication performance after adding new drives

2015-02-11 Thread Klaus Schürmann
My xfs inode size is 265 Bytes. When I increase the memory and change vm.vfs_cache_pressure to 1, is it possible to store the inode tree in the memory? Maybe the random disk seeks are the problem. My disks are all Hitachi SATA 3 or 4 TB with 7.200 rpm. The movement of 1250 partitions should go

[Openstack] [neutron][juno]l3-agent issues

2015-02-11 Thread Akilesh K
Hi, I have some issues with l3-agent, explained below. Kindly let me know how to debug the same and conclude if its a bug or misconfiguration. Issue 1: 1. The router namespace is not created unless I set router_id, external_network_gateway, and external_network_bridge in l3-agent.ini. As per the d

Re: [Openstack] Diagramm

2015-02-11 Thread Christian Berendt
On 02/10/2015 02:36 PM, Georgios Dimitrakakis wrote: > I would like to know what software are you using to design diagramms of > OpenStack installations. Ideally I would like to be able to sketch both > physical and virtual connections, nodes, storage arrays etc. Diagrams created with OmniGraff

Re: [Openstack] Neutron Network scenarios

2015-02-11 Thread Venu Murthy
Thanks for sending this across Fabrizio, this is really exhaustive! Best regards, Venu [image: ThoughtWorks] --- *“Excellence is never an accident. It is always the result of high intention, sincere effort, and intelligent execution ― Aristotle* On Tue, Feb 1

Re: [Openstack] Fn::FindInMap gives error in Heat HOT Template

2015-02-11 Thread Thomas Spatzier
Hi Khayam, the Fn::FindInMap is not supported in HOT as far as I can see in the code. The list of functions supported in the HOT version you are using is defined in this part of the code: https://github.com/openstack/heat/blob/master/heat/engine/hot/template.py#L274 The list for version 2013-05-