Re: [Openstack] Fw: problem in understanding interaction between swift proxy and other servers through swift source code

2013-09-27 Thread pragya jain
Thanks Zhang for the reply.but my question is:According to swift source code,through which function call, the proxy server interact with account server, i.e., flow of control go from proxy server code to account server code?Thanks againPragya JainFrom: Hua ZZ Zhang To: pragya jain Cc: "op

Re: [Openstack] Fw: problem in understanding interaction between swift proxy and other servers through swift source code

2013-09-27 Thread Hua ZZ Zhang
in swift/proxy/controllers/base.py def make_requests(self, req, ring, part, method, path, headers, query_string=''): def _make_request(self, nodes, part, method, path, headers, query, logger_thread_locals):

Re: [Openstack] Fw: problem in understanding interaction between swift proxy and other servers through swift source code

2013-09-27 Thread pragya jain
But, Sir, At which line of code in the func def _make_request(self, nodes, part, method, path, headers, query,                      logger_thread_locals): flow of control move to the AccoountController class defined in swift/account/server.py (for example)def _make_request(self, nodes, part, method

Re: [Openstack] Fw: problem in understanding interaction between swift proxy and other servers through swift source code

2013-09-27 Thread Hua ZZ Zhang
see underlined code below. it is invoked by sending http request and get result from response. pragya jain

Re: [Openstack] Why I can not launch instance with root disk size larger than 40GB

2013-09-27 Thread Jeff Cai
Finally I created another compute node with 200G space and the issue is solved. Thanks. Jeff -Original Message- From: Cristian Falcas [mailto:[email protected]] Sent: Wednesday, September 25, 2013 3:56 PM To: Jeff Cai Cc: Razique Mahroua; [email protected] Subject: Re:

[Openstack] VM instances Can not connect to external

2013-09-27 Thread Jeff Cai
Hi, I set up openstack environment on Ubuntu 12.0.4 with 3 nodes according to the starter guide on docs.openstack.org. Everything works well except that the VM instances cannot connect to outside. Among VM instances they can connect to each other. Attached the network diagram: [cid:image024.p

[Openstack] Flat networking, L2 access and externally assigned IP addresses

2013-09-27 Thread Stuart Longland
Hi all, I've got a silly question regarding the flat networking in OpenStack. It looks like it'll do what we want, but I'd like to get some further information. Apologies if this has been answered, I did look, I didn't find anything definitive. We're in the process of building up a private cloud

[Openstack] dns and instances

2013-09-27 Thread Lezz Giles
I'm looking for a way to have per-subnet dns, which will serve out the internal subnet addresses to instances on that subnet in (at a high level at least) the same way that dhcp serves out addresses to a subnet and only that subnet. The dns data needs to be maintained, i.e. when instances are a

Re: [Openstack] Replication error

2013-09-27 Thread McCabe, Donagh
Mike, Did you at some stage remove a node from your system and decommission it? We've seen similar (but not identical) backtraces in the replicator when someone powers up an old node. It's a good idea to wipe the rings off nodes that you are removing from the system (after rebalance has finis

[Openstack] test

2013-09-27 Thread ????
test___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] Replication error

2013-09-27 Thread Drudy, Gerry
I have encountered this traceback but I was doing something unusual: I was blowing away an existing swift system and rebuilding it with a smaller ring power. Unfortunately I had not cleaned up all of the old data on one of the devices. On the reconfigured system the object replicator encounter

Re: [Openstack] test

2013-09-27 Thread Leandro Reox
syn-ack On Fri, Sep 27, 2013 at 11:30 AM, 创业 <[email protected]> wrote: > test > > ___ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack

Re: [Openstack] the way of managing the shared block storage. RE: Announcing Manila Project (Shared Filesystems Management)

2013-09-27 Thread Caitlin Bestler
On 9/26/2013 7:09 PM, Qixiaozhen wrote: > Hi, all > > Is there a common way to manage the block storage of an unknown vendor san? > > For example, a linux server shares its local disks by the target > software(iscsitarget, lio and etc.). The computing nodes are connected to the > target with is

[Openstack] OpenStack Finland meetup in Tampere, Oct. 30th

2013-09-27 Thread Ilkka Tengvall
Hello fellow stackers, I'm glad to invite you to the first local Finnish live meetup at October the 30th in Tampere! I wish we get good attendance so we can begin to build stronger local community, which could be beginning of a regular series of such meetups. It seems there is plenty of us ope

[Openstack] how to tell dhcp-agent to advertice certain routes?

2013-09-27 Thread Ilkka Tengvall
Hi, how to tell DHCP server (dnsmasq) to advertice an extra gateway in dhcp response? We are running grizzly and provider networks. Some of the networks are in vlan that already have an external router among the existing other machines in the same network. So we don't want multiple l3-agen

Re: [Openstack] how to tell dhcp-agent to advertice certain routes?

2013-09-27 Thread Jonathan Proulx
Hi Ilkka, I have the same setup you describe below. You simply need to specify "--gateway when running "quantum help subnet-create", this doesn't create an L3 router it just specifies the gateway dhcp gives out. -Jon On Fri, Sep 27, 2013 at 1:07 PM, Ilkka Tengvall wrote: > Hi, > > how to tel

Re: [Openstack] how to tell dhcp-agent to advertice certain routes?

2013-09-27 Thread Jonathan Proulx
On Fri, Sep 27, 2013 at 2:06 PM, Jonathan Proulx wrote: > Hi Ilkka, > > I have the same setup you describe below. You simply need to specify > "--gateway when running "quantum help > subnet-create", this doesn't create an L3 router it just specifies the > gateway dhcp gives out. proof read vers

[Openstack] Regarding Registering the Company in openstack Community Code contribution

2013-09-27 Thread GHANSHYAM MANN
Hi, Hope I am putting this question on right mailing list. Can anyone please tell me the complete procedure of registering the company name in openstack community code contribution? Including the CLA and code/config file change so that company name can be appeared for members code contribution

Re: [Openstack] how to tell dhcp-agent to advertice certain routes?

2013-09-27 Thread Ilkka Tengvall
On Fri, Sep 27, 2013 at 2:06 PM, Jonathan Proulx wrote: > Hi Ilkka, > > I have the same setup you describe below. You simply need to specify > "--gateway when running "quantum help > subnet-create", this doesn't create an L3 router it just specifies the > gateway dhcp gives out. thanks a bunch

Re: [Openstack] Regarding Registering the Company in openstack Community Code contribution

2013-09-27 Thread Stefano Maffulli
Hi GHANSHYAM, the main source of information for reporting is your members profile: http://www.openstack.org/community/members/profile/6461 there you have listed no affiliation therefore your contributions will be counted only as personal contributions in http://activity.openstack.org. If you

[Openstack] [Neutron] Comparison of Plugins and why SDN?

2013-09-27 Thread Siamak Azodolmolky
Dear List,   Is there any comparison table to contrast different OpenStack networking (neutron) plugins? In the admin document, OVS and LinuxBridge are covered in more detail, but I am not sure if there is any comparison among the other 3rd party plugins? Are those pl

[Openstack] Flavor files and disk and ephemeral sizes

2013-09-27 Thread Steven Gessner
Hi, I hope someone can clarify the questions I have. When I look at the documentation on flavor files: http://docs.openstack.org/grizzly/openstack-compute/admin/content/instance-building-blocks.html#instance-building-blocks-flavors , I see the virtual root disk size shown for the m1.small to m1.

[Openstack] OpenStack Community Weekly Newsletter (Sep 20-27)

2013-09-27 Thread Stefano Maffulli
Register Now For The Summit in Hong Kong ???, Last batch of invites to the Hong Kong summit

Re: [Openstack] Fw: problem in understanding interaction between swift proxy and other servers through swift source code

2013-09-27 Thread pragya jain
Thanks a lot for the response, SirFrom: Hua ZZ Zhang To: pragya jain Cc: "[email protected]" Sent: Friday, 27 September 2013 2:45 PM Subject: Re: [Openstack] Fw: problem in understanding interaction between swift proxy and other servers through swift source code see unde