Re: [Openstack] Connectivity issue from within the Instances

2013-08-05 Thread Ashok Kumaran
Martin, There was a discussion happened on this topic already. Either set the MTU value in the instance to 1454 (cirros$ sudo ip link set mtu 1454 dev eth0) or Increase the mtu to 1546 on the interfaces on the network node and the computes nodes that have the GRE tunnel endpoint IPs. Best, Ash

Re: [Openstack] How to use AggregateCoreFilter?

2013-08-05 Thread Qiu Yu
You may use following command to specify aggregate's cpu_allocation_ratio value. nova aggregate-set-metadata cpu_allocation_ratio= -- Qiu Yu ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.

Re: [Openstack] Connectivity issue from within the Instances

2013-08-05 Thread Martinx - ジェームズ
Good to know! "ip link set mtu 1454 dev eth0" from within the Instance fixed my problem! Thank you! Best, Thiago On 5 August 2013 03:55, Ashok Kumaran wrote: > Martin, > > There was a discussion happened on this topic already. > > Either set the MTU value in the instance to 1454 (cirros$ sud

Re: [Openstack] Connectivity issue from within the Instances

2013-08-05 Thread Martinx - ジェームズ
Just a ERRATA... I tried it from within 2 instances, ubu-1 and cir-1 (but cir-1 is another Ubuntu, not cirros)... Tks! On 5 August 2013 03:32, Martinx - ジェームズ wrote: > Guys, > > I followed this guide: > https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack

Re: [Openstack] [Ceilometer] REST API query

2013-08-05 Thread Julien Danjou
On Thu, Aug 01 2013, Ildiko Vancsa wrote: Hi, > If I know right, the OR relation between the fields of the query is not > supported in the grizzly release. Is there any support for this in the > current development cycle or any plan for implementing this filtering > option? No it's not supported

Re: [Openstack] How to use AggregateCoreFilter?

2013-08-05 Thread Peeyush Gupta
Hi Qiu, That works. Thank You.   ~Peeyush Gupta From: Qiu Yu To: Peeyush Gupta Cc: "openstack@lists.openstack.org" Sent: Monday, 5 August 2013 12:21 PM Subject: Re: [Openstack] How to use AggregateCoreFilter? You may use following command to specify aggr

Re: [Openstack] [Ceilometer] REST API query

2013-08-05 Thread Ildiko Vancsa
Hi Julien, Thank you for the information. If it will not be implemented in the Havana release, is there a possibility for us to propose a blueprint, which is targeting this directly in the Icehouse release? Thanks and Best Regards, /Ildiko 2013/8/5 Julien Danjou > On Thu, Aug 01 2013, Ildiko

Re: [Openstack] Connectivity issue from within the Instances

2013-08-05 Thread 平井伴和
Hi Martinx, We have another solution for this issue. Changing MTU of each instances is very feeling heavy for me. If you are OK for lowering the performance, you can avoid this issue by disabling 'pmtud' of OVS. % sudo ovs-vsctl set interface gre-2 type=gre options:remote_ip= options:pmtud=f

Re: [Openstack] [Ceilometer] REST API query

2013-08-05 Thread Julien Danjou
On Mon, Aug 05 2013, Ildiko Vancsa wrote: > Thank you for the information. If it will not be implemented in the Havana > release, is there a possibility for us to propose a blueprint, which is > targeting this directly in the Icehouse release? Yes, you can create a blueprint in Ceilometer and tar

[Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-05 Thread Klaus Schürmann
Hi, my Swift cluster is working for three weeks now as a mail storage and the performance is getting slower and slower. This is my hardware configuration: - 1 hardware-loadbalancer - 2 proxy-server DELL R420 16 GB RAM 2 Quadcore CPU - 5 proxy-server DELL R720xd 16 GB RAM 2 Quadcore CPU with 3x

[Openstack] Can a aggregate have more than one availability zone?

2013-08-05 Thread Peeyush Gupta
Hi all, I have been trying to create an aggregate. Now, I understand I can do this using nova create-aggregate and I can provide availability zone  with this command. There is an aggregate-update command that changes the availability zone. I want to have more than one availability zone for my aggr

Re: [Openstack] Can a aggregate have more than one availability zone?

2013-08-05 Thread Christian Berendt
On 08/05/2013 11:22 AM, Peeyush Gupta wrote: I have been trying to create an aggregate. Now, I understand I can do this using nova create-aggregate and I can provide availability zone with this command. There is an aggregate-update command that changes the availability zone. I want to have more t

[Openstack] Running Keystone inside Apache with memcache token driver

2013-08-05 Thread Simon Pasquier
Hello, I've set up Keystone to run inside a WSGI container with Apache2. I've configured the SQL driver for tokens as recommended by the documentation [1] but I'm unclear why it wouldn't work with the memcache driver. Could anybody explain why? Cheers, [1] http://docs.openstack.org/developer

[Openstack] [Ceph] volume attach failed

2013-08-05 Thread ibissga .
Hi! I try to use openstack with ceph storage, and have trouble with it: when I try to atach volume to instance, I got this errors in nova-compute.log NovaException: No Volume Connector found. (full log live here: http://paste.openstack.org/show/43169/ ) My cinder.conf: [DEFAULT] debug=True ver

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-05 Thread Hua ZZ Zhang
For the second question, Swift doesn't use updatedb.mlocate in my mind. it should be safe to disable it. Based on the TOP output, it seems that the CPU workload of container replicator and auditor are too high. Perhaps you need to tune the config file to decrease their workload. paste your config

[Openstack] unable to setup network with 3 nodes config

2013-08-05 Thread Jitendra Bhaskar
Hi All, I installed opensteck(Grizzly) with 3 nodes(controller,cloud and network). I am able to ping all three nodes internally with management network that is 10.10.10.0/24. My external network is 192.168.1.0/24. I created network 10.10.10.0/24 for vms. Added network public with subnet 192.168.1.

Re: [Openstack] Instance cannot access internet

2013-08-05 Thread Somanchi Trinath-B39208
As the Picture shows You haven't assigned Floating IP ??? Check the Floating IP assignment. - Trinath Somanchi ( trinath.soman...@freescale.com ) From: Jake G. [mailto:dj_dark_jungl...@yahoo.com] Sent: Monday, August 05, 2013 1:39 PM To: openstack@lists.openstack.org Subject: [Openstack] Instanc

Re: [Openstack] RPC timeout in nova-compute

2013-08-05 Thread Somanchi Trinath-B39208
Can you post the exact error from the nova log... -- Trinath Somanchi - B39208 trinath.soman...@freescale.com | extn: 4048 -Original Message- From: Jiaan Zeng [mailto:l.alle...@gmail.com] Sent: Monday, August 05, 2013 7:49 AM To: openstack@lists.openstack.org Subject: [Openstack] RPC tim

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-05 Thread Hua ZZ Zhang
Here's the deployment guide which can give you options for tuning container replicator and auditor, such as concurrency. http://docs.openstack.org/developer/swift/deployment_guide.html hope this can help you. Best Regards,

Re: [Openstack] Instance cannot access internet

2013-08-05 Thread Jake G.
- Yes My br-ex bridge has the IP 192.168.100.1 which I can ping from the 192.168.100.X network. -I cannot ping 192.168.100.98 from the the 192.168.100.X network and Openstack Host -- My openvswith layout- sudo ovs-vsctl show 3e02cdce-70d3-4f04-8f85-ec76aa63967b     Bridge br-ex        

Re: [Openstack] Instance cannot access internet

2013-08-05 Thread nilesh pawar
Hi can u try to ping 192.168.100.98. Also is ur br-ext over quantum node having an IP.? On Mon, Aug 5, 2013 at 1:39 PM, Jake G. wrote: > Hi all! I have finally made some progress on networking, but now I have an > issue with accessing the internet from an instance. > > After creating an instanc

[Openstack] Filtering VMs using IP address

2013-08-05 Thread Narayanan, Krishnaprasad
Hallo All, Is it possible to filter out VMs by specifying the IP address in nova CLI? If yes, can I get to know the command? I tried nova list --ip= but this doesn't seem to work. Can somebody suggest any pointers to get rid of the problem? Thanks Krishnaprasad __

Re: [Openstack] A IPv6-Only OpenStack version, when?!

2013-08-05 Thread Endre Karlson
FYI I think you should be able to put your instances directly on the public network with Quantum no? Endre. 2013/8/5 Martinx - ジェームズ > Guys! > > I'm so tired of dealing with this NAT-thing, called here as "Floating IPs" > or "L3 + Auto NAT for you that you can't disable it easily"... > > This

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-05 Thread Jonathan Lu
Hi,     I suffer the same issue that our swift system gets slower and slower. I tried almost all the guide in the document but it does little help.     Maybe swift is not suitable to the circumstance of putting and getting many little files. Maybe is

Re: [Openstack] RPC timeout in nova-compute

2013-08-05 Thread Jiaan Zeng
OK. Below is the log snippet from nova-compute.log. It includes the steps of instance starts, throws network error and terminates. Any suggestions? Thanks a lot. 2013-08-05 02:55:18.104 AUDIT nova.compute.manager [req-d1259d1e-54ad-4b31-bd8b-7c05d3553d95 05ef1007e3724ae78711f279def4f9b1 a3a3c88ea5

Re: [Openstack] RPC timeout in nova-compute

2013-08-05 Thread Sg Kylin
Is nova-conductor running? On Monday, August 5, 2013, Jiaan Zeng wrote: > OK. Below is the log snippet from nova-compute.log. It includes the > steps of instance starts, throws network error and terminates. Any > suggestions? Thanks a lot. > > 2013-08-05 02:55:18.104 AUDIT nova.compute.manager >

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-05 Thread John Dickinson
There are a few things you can look at. First, the slowdowns you are seeing may be because of the increased numbers of files on disk. This causes the background processes to do more work, which can cause some issues for the server processes. Second (and perhaps more likely), how is your data ar

[Openstack] nova block migration fail - ImageNotFound

2013-08-05 Thread james
Hi, I am trying to migrate 1 vm from one compute node to another using block migration. I have followed all the setup instructions for this however when i come to start the migration i get the following error in the nova-compute log: nova live-migration --block_migrate fa67c9d4-1092-472e-9f88-873

Re: [Openstack] RPC timeout in nova-compute

2013-08-05 Thread Jiaan Zeng
Yes. All nova-* services are running, i.e., nova-cert, nova-conductor, nova-consoleauth, nova-scheduler, and nova-compute. nova-network has been removed though. On Mon, Aug 5, 2013 at 8:49 AM, Sg Kylin wrote: > Is nova-conductor running? > > > On Monday, August 5, 2013, Jiaan Zeng wrote: >> >> OK

Re: [Openstack] RPC timeout in nova-compute

2013-08-05 Thread Ritesh Nanda
Hello , Please check nova-conductor should be not on the compute node , try mentioning sql_connection string in nova.conf on compute node. On Mon, Aug 5, 2013 at 3:45 PM, Somanchi Trinath-B39208 < b39...@freescale.com> wrote: > Can you post the exact error from the nova log... > > -- > Trinath

[Openstack] devstack won't startup nova-api

2013-08-05 Thread Steve Sonnenberg
Can anyone explain why I can't get a brand new devstack install up an running. Waiting for nova-api to start... ... nova-api did not start This is the first failure when running /usr/local/bin/nova-api at the command line. Thanks 2013-08-05 13:05:04.210 WARNING keystoneclient.middleware.auth_tok

Re: [Openstack] RPC timeout in nova-compute

2013-08-05 Thread Jiaan Zeng
Hi Ritesh, I am not following. All the services run on a single node, i.e., compute node and control node co-locate. Do you mean I should remove nova-conductor in a single node setup? The sql_connection string is as follows. sql_connection=mysql://nova:nova@IP/nova On Mon, Aug 5, 2013 at 12:58 P

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Aaron Rosen
2013-08-05 13:05:04.246 TRACE stevedore.extension VersionConflict: (netaddr 0.7.5 (/usr/lib/python2.7/dist-packages), Requirement.parse('netaddr>=0.7.6')) Try running: pip uninstall netaddr then ./unstack.sh ; ./stack.sh On Mon, Aug 5, 2013 at 11:10 AM, Steve Sonnenberg wrote: > Can anyone expl

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Christian Berendt
On 08/05/2013 08:10 PM, Steve Sonnenberg wrote: 2013-08-05 13:05:04.246 TRACE stevedore.extension VersionConflict: (netaddr 0.7.5 (/usr/lib/python2.7/dist-packages), Requirement.parse('netaddr>=0.7.6')) At least on my devstack system (Ubuntu 13.04) is python-netaddr available in version 0.7.7.

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Dean Troyer
On Mon, Aug 5, 2013 at 1:10 PM, Steve Sonnenberg wrote: > Can anyone explain why I can't get a brand new devstack install up an > running. Which OS? There are still some known problems on Fedora and RHEL while we sort out the python dependency conflicts, although I haven't seen that particular fa

Re: [Openstack] A IPv6-Only OpenStack version, when?!

2013-08-05 Thread Ryan Lane
On Mon, Aug 5, 2013 at 4:03 AM, Endre Karlson wrote: > FYI I think you should be able to put your instances directly on the > public network with Quantum no? > > There's currently no IPv6 support for security groups, though, right? One more stumbling block, if not. - Ryan

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread contact
https://github.com/openstack-dev/devstack/commit/60aba9cb6a251b72a73a0c52f6c77c5356d6dcfc This commit solved the problem. Try a "git pull" inside your devstack folder and then try to reinstall. On Mon, 05 Aug 2013 20:31:31 +0200, Christian Berendt wrote: > On 08/05/2013 08:10 PM, Steve Sonnenber

Re: [Openstack] nova block migration fail - ImageNotFound

2013-08-05 Thread Matt Riedemann
Do you have qemu-img installed? Thanks, MATT RIEDEMANN Advisory Software Engineer Cloud Solutions and OpenStack Development Phone: 1-507-253-7622 | Mobile: 1-507-990-1889 E-mail: mrie...@us.ibm.com 3605 Hwy 52 N Rochester, MN 55901-1407 United States From: james To: openstack@list

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Steve Sonnenberg
Ubuntu-precise pip uninstall netaddr Can't uninstall 'netaddr'. No files were found to uninstall Trying 'apt-get update', ./unstack.sh, ./stack.sh, it still failed. On Ubuntu 13.04, I got a failure doing 'keystone service-create --name keystone --type identity --description 'Keystone Identity Se

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Jessica Lucci
I tried to run devstack on an Ubuntu 12.04 64 bit install yesterday, and got the same error. There's an issue with the way devstack determines general dependencies from the combined dependencies of all the openstack projects. I think nova changed some dependencies recently, and devstack hasn't q

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Steve Sonnenberg
After removing the system packages (Ubuntu-precise); python-netaddr, and python-cmd2 It used the packages installed by pip in /usr/local/lib/python2.7/disk-packages and nova-api started up. Thanks, -s On Mon, Aug 5, 2013 at 3:14 PM, Steve Sonnenberg wrote: > Ubuntu-precise > > pip uninstall n

Re: [Openstack] devstack won't startup nova-api

2013-08-05 Thread Michael Basnight
Devstack is caught up for ubuntu. We (trove) had success in a fresh vm. On Aug 5, 2013, at 12:07 PM, Jessica Lucci wrote: > I tried to run devstack on an Ubuntu 12.04 64 bit install yesterday, and got > the same error. There's an issue with the way devstack determines general > dependencies fr

Re: [Openstack] A IPv6-Only OpenStack version, when?!

2013-08-05 Thread Martinx - ジェームズ
Hi Endre! I tried it too but, L3 do NAT even without needing it (i.e. when using public "routable" address for tenant's subnet)... I see that L3 "thinks" that it always needs to do NAT... More details, as follows: Even using real public IPv4 for tenants (trying to avoid Floating IPs and / or NAT

Re: [Openstack] A IPv6-Only OpenStack version, when?!

2013-08-05 Thread Martinx - ジェームズ
Apparently, only L3 doesn't have support for IPv6... Don't know about security groups yet... - Thiago On 5 August 2013 15:35, Ryan Lane wrote: > On Mon, Aug 5, 2013 at 4:03 AM, Endre Karlson wrote: > >> FYI I think you should be able to put your instances directly on the >> public network with

Re: [Openstack] A IPv6-Only OpenStack version, when?!

2013-08-05 Thread Salvatore Orlando
While I'm not in a position to comment for nova-network, at the moment I can just confirm that Neutron does not support IPv6 L3 forwarding. However, from what I read from the admin guide (and the code) it should be ok to specify IPv6 addresses in security group rules. IPv6 address management, and

Re: [Openstack] A IPv6-Only OpenStack version, when?!

2013-08-05 Thread Martinx - ジェームズ
AAaahhh... ;-( So, you think that tenants with IPv6 are out of question for Havana?! Even without L3?! Is there any docs pointing a good/simple IPv6 topology for OpenStack tenants (with 1 /64 block for each tenant)?! I read OpenStack network admin guide but, can't figure out how it works...

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-05 Thread Morten Møller Riis
I second this. We have millions of objects on several accounts. Eg. one account has about 7 million images. These are split into containers according to their filename: /images_000/something.jpg ... /images_fff/something_else.jpg Also, I recommend looking at tuning the configs. Some examples:

[Openstack] Change reseller_prefix?

2013-08-05 Thread Morten Møller Riis
Is it possible to change the reseller_prefix on an existing setup? At the moment it runs with the default AUTH_. Say I wanted to change that to an empty string? Thanks! Mvh / Best regards Morten Møller Riis Gigahost ApS m...@gigahost.dk ___ Mailin

[Openstack] [SWIFT] Swift + Keystone Auth account recovery

2013-08-05 Thread Devendran Jagadisan
Hi, Using swift 1.8.0 with keystone auth and I suspect due to this https://bugs.launchpad.net/swift/+bug/1177526, one of my user may have deleted their account by sending delete request using curl. The user only has the member role in their tenant. proxy-server.conf is [app:proxy-server] us

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-05 Thread Leandro Reox
+ Check the proxys ram ... if there starving, try restarting them and check if your performance recover On Mon, Aug 5, 2013 at 7:10 PM, Morten Møller Riis wrote: > I second this. > > We have millions of objects on several accounts. Eg. one account has about > 7 million images. These are split i

Re: [Openstack] Running Keystone inside Apache with memcache token driver

2013-08-05 Thread Adam Young
On 08/05/2013 05:41 AM, Simon Pasquier wrote: Hello, I've set up Keystone to run inside a WSGI container with Apache2. I've configured the SQL driver for tokens as recommended by the documentation [1] but I'm unclear why it wouldn't work with the memcache driver. Could anybody explain why? It

Re: [Openstack] Digest delivery disabled?

2013-08-05 Thread Blair Bethwaite
Thanks Stefano, However, I think it still needs some tweaking... With digest mode enabled I'm get 10+ digests per day, often with just a few messages in them. Whereas with the -dev and -operators lists I get one per day. There's no way to fiddle with this in the front-end so I guess there must be

Re: [Openstack] Digest delivery disabled?

2013-08-05 Thread Stefano Maffulli
On Mon 05 Aug 2013 05:59:15 PM PDT, Blair Bethwaite wrote: > However, I think it still needs some tweaking... With digest mode > enabled I'm get 10+ digests per day, often with just a few messages in > them. Whereas with the -dev and -operators lists I get one per day. > There's no way to fiddle wi

Re: [Openstack] Digest delivery disabled?

2013-08-05 Thread Blair Bethwaite
Great, thank you. On 06/08/2013 11:20 AM, "Stefano Maffulli" wrote: > On Mon 05 Aug 2013 05:59:15 PM PDT, Blair Bethwaite wrote: > > However, I think it still needs some tweaking... With digest mode > > enabled I'm get 10+ digests per day, often with just a few messages in > > them. Whereas with

[Openstack] Adding Ubuntu Images to Xenserver Powered Devstack

2013-08-05 Thread Qin Jia
Hi, I installed devstack on top of xenserver. Now I want to add a ubuntu image to it. I downloaded qcow2 image from here ( http://cloud-images.ubuntu.com/precise/current/) and used the guideline here ( http://blogs.citrix.com/2012/10/17/upload-custom-images-to-a-xenserver-powered-openstack-cloud/)

Re: [Openstack] [SWIFT] PUTs and GETs getting slower

2013-08-05 Thread Klaus Schürmann
The proxys are in a normal condition: top - 07:23:42 up 70 days, 15:43, 1 user, load average: 0.42, 0.38, 0.33 Tasks: 244 total, 2 running, 242 sleeping, 0 stopped, 0 zombie %Cpu(s): 0.8 us, 0.1 sy, 0.0 ni, 98.9 id, 0.0 wa, 0.0 hi, 0.1 si, 0.0 st KiB Mem: 16335416 total, 3836272 u