[Openstack] nova compute service fail to start due to Connection to the hypervisor is broken on host

2014-12-02 Thread Du Jun
Hi all, I install devstack in ubuntu12.04 and upgrade libvirt 0.9.8 to 1.2.2. The libvirt version in my linux box is: dujun@dujun-OptiPlex-3020:~/devstack$ virsh -v 1.2.2 And the error message in nova-cpu.log is such like that: 2014-12-03 11:00:13.007 ERROR nova.openstack.common.threadgroup

Re: [Openstack] nova compute service fail to start due to Connection to the hypervisor is broken on host

2014-12-02 Thread Du Jun
dujun@dujun-OptiPlex-3020:~$ nova hypervisor-list ++-+---++ | ID | Hypervisor hostname | State | Status | ++-+---++ ++-+---++ dujun@dujun-OptiPlex-3020:~$ nova service-list

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Geo Varghese
Hi Amit, Please open = /etc/nova/nova.conf Find a line with starting with connection = Please paste it here. That will help us to fix the issue. On Wed, Nov 26, 2014 at 11:55 PM, Jay Pipes jaypi...@gmail.com wrote: On 11/25/2014 05:10 PM, Amit Anand wrote: Hi all, Setup: 3 node, one

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
I mean it is exactly the same in nova.conf and the command line On Wed, Nov 26, 2014 at 2:21 PM, Amit Anand aan...@viimed.com wrote: Hi Jay - I believe so below is the part that is in the nova.conf # The SQLAlchemy connection string used to connect to the # bare-metal database (string

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Same error - also tried with 127.0.0.1. Even crazier I removed all keystone nova (user, service, etc) and dropped the nova DB and recreated that, then recreated keystone nova with a new different password, updated nova.conf with new password and still get the same error (notice below now nova has

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
HI Geo - Pasted above in the email chain but here it is again: # The SQLAlchemy connection string used to connect to the # bare-metal database (string value) connection=mysql://nova:PASSWORD@localhost/nova On Wed, Nov 26, 2014 at 2:17 PM, Geo Varghese gvargh...@aqorn.com wrote: Hi Amit,

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Hi Jay - I believe so below is the part that is in the nova.conf # The SQLAlchemy connection string used to connect to the # bare-metal database (string value) connection=mysql://nova:PASSWORD@controller/nova The PASSWORD is exactly the same what I have in the conf file and what I have in the

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
I tried and still same errors. I dont see how that would fix in any case as the guide says I need to put the password into the connection config? Tried below and same error: # The SQLAlchemy connection string used to connect to the # bare-metal database (string value)

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Geo Varghese
Amit, It should work. actually we have to give it like this. I faced this error earlier and fixed it by changing like this. can you paste the exact error here? On Thu, Nov 27, 2014 at 1:42 AM, Amit Anand aan...@viimed.com wrote: I tried and still same errors. I dont see how that would fix in

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Jay Pipes
On 11/26/2014 03:36 PM, Amit Anand wrote: I also took a look at a command you ran and I tried it, would this be correct output (notice I didnt specify a DB in command)? snip Yep, that all looks correct to me. I'm a little unsure what else to investigate, frankly, Amit :( There's got to be

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Geo Varghese
Also verify from controller node mysql -u nova -p -h controller nova is working with password = nova On Thu, Nov 27, 2014 at 1:42 AM, Amit Anand aan...@viimed.com wrote: I tried and still same errors. I dont see how that would fix in any case as the guide says I need to put the password into

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread George Mihaiescu
Make sure that nova.conf you edited it's actually being used, if you have a nova.conf in your root directory it will be used before the one in /etc/nova/. You could start the db sync with strace and see what config file is actually used just to make sure. Also, if the nova.conf has wrong

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Geo Error logs are here: http://paste.openstack.org/show/139035/ When I run your command with password nova it fails - when I run it with the real password it works fine [root@controller ~]# mysql -u nova -p -h controller nova Enter password: I entered nova here ERROR 1045 (28000): Access

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Jay, So this is the command that u sent, works just fine connect to Nova DB: [root@controller nova]# mysql -unova -hlocalhost -p -Dnova Enter password: Welcome to the MariaDB monitor. Commands end with ; or \g. Your MariaDB connection id is 8 Server version: 5.5.40-MariaDB MariaDB Server

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Geo Varghese
Try this connection=mysql://nova:nova@controller/nova This will fix the issue. On Thu, Nov 27, 2014 at 1:06 AM, Amit Anand aan...@viimed.com wrote: Same error - also tried with 127.0.0.1. Even crazier I removed all keystone nova (user, service, etc) and dropped the nova DB and recreated

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Geo Varghese
Amit, Please tell me whats the real password? On Thu, Nov 27, 2014 at 2:12 AM, Amit Anand aan...@viimed.com wrote: Geo Error logs are here: http://paste.openstack.org/show/139035/ When I run your command with password nova it fails - when I run it with the real password it works fine

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Password is viimed1 On Wed, Nov 26, 2014 at 3:55 PM, Amit Anand aan...@viimed.com wrote: George Thanks. Yeah there no other nova.conf I went as far as to do a find in case I put somewhere nothing turned up except the proper one. I did have a nova.conf.orig (I always make a backup so i can

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
George Thanks. Yeah there no other nova.conf I went as far as to do a find in case I put somewhere nothing turned up except the proper one. I did have a nova.conf.orig (I always make a backup so i can always start over) and was hoping maybe you hit the nail on the head so I moved that out to my

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Im going to try building a new controller on a whole new nuc see if I get the same I will keep yall abreast if it works or not. In any case thank you very much for all your help!!! On Wed, Nov 26, 2014 at 3:56 PM, Amit Anand aan...@viimed.com wrote: Password is viimed1 On Wed, Nov 26, 2014

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Well created a new controller on a whole new machine and get all the way up until compute and get same error again. I have to think it something with my nova.conf but I cant figure it out. Ive pasted here so if anyone can take a look and see maybe what Im doing incorrect I would appreciate it...

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Uwe Sauter
Hi, this is a (mostly) working Juno nova.conf (up to end of chapter 8, block storage, on CentOS 7): http://paste.openstack.org/show/139106/ I'm currently struggling with Neutron issues but database connection is working fine. Hope this helps, Uwe Am 26.11.2014 um 22:56 schrieb Amit

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Amit Anand
Ok well figured it out!!! I guess its either me or the documentation. I basically got rid of the original nova.conf (that comes with the distro) and then I just made a new nova.conf with only the changes that are listed in the documentation (ie I created [database] [DEFAULT] etc sections listed

Re: [Openstack] Nova DB sync Operational error

2014-11-26 Thread Narayanan, Krishnaprasad
Subject: Re: [Openstack] Nova DB sync Operational error Well created a new controller on a whole new machine and get all the way up until compute and get same error again. I have to think it something with my nova.conf but I cant figure it out. Ive pasted here so if anyone can take a look and see

Re: [openstack-dev] opnfv proposal on DR capability enhancement on OpenStack Nova

2014-11-24 Thread Zhipeng Huang
-dev] [Nova][DR][NFV] opnfv proposal on DR capability enhancement on OpenStack Nova - Original Message - From: Zhipeng Huang zhipengh...@gmail.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Hi Team, I knew we didn't

Re: [Openstack] nova list --all-tenants fails, nova sends bad request to neutron

2014-11-19 Thread Xav Paice
On 19/11/14 20:30, Robert van Leeuwen wrote: Thanks Robert. I guess that might suggest some configuration issue on our end then. I'm curious, do you have any specific settings in terms of pagination limits in your nova and neutron configuration files? I do not remember having to set any in the

Re: [Openstack] nova list --all-tenants fails, nova sends bad request to neutron

2014-11-19 Thread Teun Docter
On 2014-11-19 09:01, Xav Paice wrote: I do not remember having to set any in the past. Do you proxy requests through e.g. a load-balancer? Maybe that has some issues with larger requests... Great call - we had to add tune.bufsize to our haproxy config for that very reason. Thank you both so

[Openstack] nova list --all-tenants fails, nova sends bad request to neutron

2014-11-18 Thread Teun Docter
this in the nova logs: OpenStack[nova:31337] DEBUG: REQ: curl -i http://master:9696//v2.0/ports.json?device_id=fab4dac9-2de5-478b-be92-2a9f8694e6f6device_id=5b87a0f4-2d6e-4161-bc5a-0f31a373e893; ~150 more ID's here -X GET -H X-Auth-Token: token data -H Content-Type: application/json -H Accept

Re: [Openstack] nova list --all-tenants fails, nova sends bad request to neutron

2014-11-18 Thread Robert van Leeuwen
I'm struggling with what seems like a nova problem on an Icehouse RDO deployment. As an admin, I wanted to list all instances, but nova gives me an error: # nova list --all-tenants ERROR: The server has either erred or is incapable of performing the Running Icehouse RDO here on SL6. I do

Re: [Openstack] nova list --all-tenants fails, nova sends bad request to neutron

2014-11-18 Thread Teun Docter
On 2014-11-18 16:06, Robert van Leeuwen wrote: I do not see this error when running this command on our production environment. As a test I also spawned 100 vm's in dev on a single hypervisor, also no issues. Running neutron with ML2 plugin and openvswitch. Thanks Robert. I guess that might

Re: [Openstack] nova list --all-tenants fails, nova sends bad request to neutron

2014-11-18 Thread Robert van Leeuwen
Thanks Robert. I guess that might suggest some configuration issue on our end then. I'm curious, do you have any specific settings in terms of pagination limits in your nova and neutron configuration files? I do not remember having to set any in the past. Do you proxy requests through e.g. a

Re: [openstack-dev] opnfv proposal on DR capability enhancement on OpenStack Nova

2014-11-13 Thread A, Keshava
: Wednesday, November 12, 2014 6:24 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Nova][DR][NFV] opnfv proposal on DR capability enhancement on OpenStack Nova - Original Message - From: Zhipeng Huang zhipengh...@gmail.com To: OpenStack

Re: [openstack-dev] opnfv proposal on DR capability enhancement on OpenStack Nova

2014-11-13 Thread Zhipeng Huang
) Subject: Re: [openstack-dev] [Nova][DR][NFV] opnfv proposal on DR capability enhancement on OpenStack Nova - Original Message - From: Zhipeng Huang zhipengh...@gmail.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Hi Team

Re: [openstack-dev] [Nova][DR][NFV] opnfv proposal on DR capability enhancement on OpenStack Nova

2014-11-12 Thread Steve Gordon
- Original Message - From: Zhipeng Huang zhipengh...@gmail.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Hi Team, I knew we didn't propose this in the design summit and it is kinda rude in this way to jam a topic into the

Re: [openstack-dev] [Nova][DR][NFV] opnfv proposal on DR capability enhancement on OpenStack Nova

2014-11-12 Thread Zhipeng Huang
Hi Steve, We are hammering out the details right now, and will send it out to the community,like real soon :) Thanks for the comment! On Wed, Nov 12, 2014 at 1:53 PM, Steve Gordon sgor...@redhat.com wrote: - Original Message - From: Zhipeng Huang zhipengh...@gmail.com To: OpenStack

[Openstack] [Nova][HyperV] HyperV Nova Compute Manual Installation issue.

2014-11-12 Thread kmbharath bharath
Greetings, I was trying to install nova compute manually as per the documentation given in: *http://docs.openstack.org/juno/config-reference/content/hyper-v-virtualization-platform.html http://docs.openstack.org/juno/config-reference/content/hyper-v-virtualization-platform.html .* As suggested

[Openstack] [Nova Juno]

2014-11-12 Thread Amit Anand
Hi all, So been trying to figure out why this is happening I was hoping yall could maybe shed some light on it asI really would not like to have recreate everything on my controller node! So whenever I try to sync the nova database: su -s /bin/sh -c nova-manage db sync nova I get this error in

[openstack-dev] [Nova][DR][NFV] opnfv proposal on DR capability enhancement on OpenStack Nova

2014-11-11 Thread Zhipeng Huang
Hi Team, I knew we didn't propose this in the design summit and it is kinda rude in this way to jam a topic into the schedule. We were really stretched thin during the summit and didn't make it to the Nova discussion. Full apologies here :) What we want to discuss here is that we proposed a

[Openstack] nova 'absolute-limits': where does it get the totalInstancesUsed from? (they are wrong)

2014-11-11 Thread Don Waterloo
In horizon, i see '14 instances used for me. This in turn comes from the same source as 'nova absolute-limits'. The problem is, I have 0 instances in use. I even removed all instances for my user-id and my project-id from the nova database. Now 'select count(*) from instances where user_id = '

Re: [Openstack] nova 'absolute-limits': where does it get the totalInstancesUsed from? (they are wrong)

2014-11-11 Thread Kevin L. Mitchell
On Tue, 2014-11-11 at 08:53 -0500, Don Waterloo wrote: In horizon, i see '14 instances used for me. This in turn comes from the same source as 'nova absolute-limits'. The problem is, I have 0 instances in use. I even removed all instances for my user-id and my project-id from the nova

[Openstack] nova absolute-limits versus usage

2014-11-05 Thread Don Waterloo
in 'nova absolute-limits' where does the 'totalInsancesUsed' come from? I see '18' for me, but i have 4 instances running. This shows up in Horizon on Project/Compute/Overview (incorrectly) for me. $ nova absolute-limits +-++ | Name| Value |

Re: [Openstack] nova absolute-limits versus usage

2014-11-05 Thread Day, Phil
I think it's counted by tenant not user, so can you re-run the db query based on tenant ? Sent from Samsung Mobile Original message From: Don Waterloo Date:05/11/2014 17:29 (GMT+01:00) To: openstack@lists.openstack.org Subject: [Openstack] nova absolute-limits versus usage

[Openstack] nova image-list - ERROR: Unauthorized (HTTP 401)

2014-11-02 Thread david jhon
Hello everyone, I am installing icehouse All-in-one version on ubuntu 14.04. After installing keystone, glance and nova, when I run the command $nova image-list, it gives me: ERROR: Unauthorized (HTTP 401) while keystone and glance both are working pretty fine. Please see logs: 1.

[Openstack] [nova] instance resource quota quesetions

2014-10-23 Thread Craig Jellick
Hello, I have a few questions regarding the instance resource quota feature in nova which is documented here: https://wiki.openstack.org/wiki/InstanceResourceQuota First, the section on disk IO states IO throttling are handled by QEMU. Does this mean that this feature only works when the

Re: [Openstack] [Nova] Seeking clarification of 'auth_uri' configuration key

2014-10-18 Thread Matt Kassawara
The identity_uri option replaces auth_host/port/protocol in Juno. On Fri, Oct 17, 2014 at 9:13 AM, Lars Kellogg-Stedman l...@redhat.com wrote: I'd like to resurrect the following thread from January: (http://lists.openstack.org/pipermail/openstack/2014-January/004968.html) ...and to

[Openstack] [Nova] Seeking clarification of 'auth_uri' configuration key

2014-10-17 Thread Lars Kellogg-Stedman
I'd like to resurrect the following thread from January: (http://lists.openstack.org/pipermail/openstack/2014-January/004968.html) ...and to pile on, another aspect I don't think we got around to clarifying in the documentation - if auth_uri is set is setting of the various bits that

[Openstack] [Nova] Juno RC2 available

2014-10-10 Thread Thierry Carrez
/juno branch at: https://github.com/openstack/nova/tree/proposed/juno If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/nova/+filebug and tag it *juno-rc-potential* to bring it to the release crew's attention. Regards, -- Thierry

Re: [Openstack] Nova compute and network service are not starting after upgrading to Ubuntu 14.04

2014-10-09 Thread Narayanan, Krishnaprasad
, October 9, 2014 07:23 To: 'openstack@lists.openstack.org' Subject: Re: [Openstack] Nova compute and network service are not starting after upgrading to Ubuntu 14.04 Dear all, In continuation with my email below, can somebody suggest me the steps to recover / setup a VNIC that was deleted from

[Openstack] Nova compute and service are not starting after upgrading to Ubuntu 14.04

2014-10-08 Thread Narayanan, Krishnaprasad
Hallo all, I upgraded the operating system of one of the compute nodes in our cloud infrastructure from Ubuntu 12.04 to 14.04 and after the upgradation, I found that the nova-compute and network service were not started. The network configuration in our Havana setup is based on FlatDHCP

Re: [Openstack] Nova compute and network service are not starting after upgrading to Ubuntu 14.04

2014-10-08 Thread Narayanan, Krishnaprasad
Dear all, In continuation with my email below, can somebody suggest me the steps to recover / setup a VNIC that was deleted from the compute node after upgradation process. When I tried executing ifconfig -a name of the virtual interface on the compute node, I am getting an error which

Re: [Openstack] Nova compute and network service are not starting after upgrading to Ubuntu 14.04

2014-10-08 Thread He, Jiantao H
May be your bridges were deleted, what about 'ovs-vsctl show' command said? From: Narayanan, Krishnaprasad [mailto:naray...@uni-mainz.de] Sent: Thursday, October 9, 2014 07:23 To: 'openstack@lists.openstack.org' Subject: Re: [Openstack] Nova compute and network service are not starting after

[Openstack] [Nova] Failed to notify nova on events - Specified RPC version cap, 3.0, is too low. Needs to be higher than 3.23.

2014-10-02 Thread Marica Antonacci
Dear all, we are experiencing some problems with our openstack infrastructure after the upgrade from havana to icehouse (on Ubuntu 12.04). We have successfully upgraded the controller and network nodes (the neutron server is running on the network node) with quite no downtime using the upgrade

[Openstack] [Nova] [Cinder] [Sahara] Juno RC1 available

2014-10-01 Thread Thierry Carrez
branch at: https://github.com/openstack/nova/tree/proposed/juno https://github.com/openstack/cinder/tree/proposed/juno https://github.com/openstack/sahara/tree/proposed/juno If you find an issue that could be considered release-critical, please file it at: https://bugs.launchpad.net/nova/+filebug

Re: [Openstack] Nova guest NUMA placement questions

2014-09-29 Thread Daniel P. Berrange
On Fri, Sep 26, 2014 at 01:03:06PM -0400, Sean Toner wrote: On Friday, September 26, 2014 03:09:05 PM Daniel P. Berrange wrote: 1. What happens on an overcommit for the number of guest CPUs? - For example, if I have a system with 2 sockets 4 cores each, what would

[Openstack] Nova guest NUMA placement questions

2014-09-26 Thread Sean Toner
Hello, I'm new to OpenStack development and would like to test the upcoming NUMA features in Nova, particularly with regards to this blueprint: https://blueprints.launchpad.net/nova/+spec/virt-driver-numa-placement However, I'm a bit hazy with regards to several things. For example: 1. What

Re: [Openstack] Nova guest NUMA placement questions

2014-09-26 Thread Robert van Leeuwen
I'm new to OpenStack development and would like to test the upcoming NUMA features in Nova, particularly with regards to this blueprint: 4. How to test whether a guest topology is actually using the memory from the NUMA node it is specified to run on? - Can this be verified at the

Re: [Openstack] Nova guest NUMA placement questions

2014-09-26 Thread Daniel P. Berrange
On Fri, Sep 26, 2014 at 01:43:26PM +, Robert van Leeuwen wrote: I'm new to OpenStack development and would like to test the upcoming NUMA features in Nova, particularly with regards to this blueprint: 4. How to test whether a guest topology is actually using the memory from

Re: [Openstack] Nova guest NUMA placement questions

2014-09-26 Thread Daniel P. Berrange
On Fri, Sep 26, 2014 at 08:54:38AM -0400, Sean Toner wrote: Hello, I'm new to OpenStack development and would like to test the upcoming NUMA features in Nova, particularly with regards to this blueprint: https://blueprints.launchpad.net/nova/+spec/virt-driver-numa-placement However,

Re: [Openstack] Nova guest NUMA placement questions

2014-09-26 Thread Sean Toner
On Friday, September 26, 2014 03:09:05 PM Daniel P. Berrange wrote: 1. What happens on an overcommit for the number of guest CPUs? - For example, if I have a system with 2 sockets 4 cores each, what would happen if I have 2 guests, each one wanting 6 cores (assuming this is

[Openstack] [Nova] How does/will Openstack handle instance replicas?

2014-09-26 Thread Adam Lawson
Hello fellow stackers. I'm looking for discussions/plans re VM continuity. I.e. Protection for instances using ephemeral storage against host failures or auto-failover capability for instances on hosts where the host suffers from an attitude problem? I know fail-overs are supported and I'm

Re: [Openstack] [Nova] How does/will Openstack handle instance replicas?

2014-09-26 Thread Clint Byrum
Excerpts from Adam Lawson's message of 2014-09-26 14:43:40 -0700: Hello fellow stackers. I'm looking for discussions/plans re VM continuity. I.e. Protection for instances using ephemeral storage against host failures or auto-failover capability for instances on hosts where the host suffers

Re: [Openstack] [Nova] How does/will Openstack handle instance replicas?

2014-09-26 Thread Preston L. Bannister
Yes. Really three(?) different beasts, here. Ephemeral storage is exactly that. It must contain nothing that needs to be preserved. So you can factor this out into three main cases: 1. Instance boots from ephemeral storage. All persistent state is not owned by the instance. 2. Instance boots

Re: [Openstack] [Nova] How does/will Openstack handle instance replicas?

2014-09-26 Thread Adam Lawson
Generally speaking that's true when you have full control over how you deploy applications as a consumer. As a provider however, cloud resiliency is king and it's generally frowned upon to associate instances directly to the underlying physical hardware for any reason. It's good when instances can

Re: [Openstack] [Nova] How does/will Openstack handle instance replicas?

2014-09-26 Thread Chris Friesen
On 09/26/2014 09:30 PM, Adam Lawson wrote: It's good when instances can come and go as needed, but in a production context, a failed compute host shouldn't take down every instance hosted on it. Otherwise there is no real abstraction going on and the cloud loses immense value. A failed

Re: [Openstack] nova services at compute node do not start automatically

2014-09-16 Thread Thanassis Parathyras
Hi Chris, Thanks for sharing more details. It looks like you are performing a manual install on ubuntu 14.04 using canonical cloud repos. That's fine, i think the issue you are experiencing has something to do with upstart (the new init daemon) and the order OpenStack (nova in particular

Re: [Openstack] [nova] [policy] hypervisor list

2014-09-16 Thread Jay Pipes
On 09/15/2014 05:02 AM, Abbass MAROUNI wrote: Thanks Jay, Does it require any admin rights to do a custom query on the Nova database ? And if so do you know where to look for such a query ? Which part of the nova code to include in the filter ? I'm not talking about doing something via the

[Openstack] [nova] [policy] hypervisor list

2014-09-15 Thread Abbass MAROUNI
Thanks Jay, Does it require any admin rights to do a custom query on the Nova database ? And if so do you know where to look for such a query ? Which part of the nova code to include in the filter ? Best Regards, On 09/13/2014 02:00 PM, openstack-requ...@lists.openstack.org wrote: OK, so

[Openstack] nova services at compute node do not start automatically

2014-09-15 Thread Christos Grivas
Hi all, I have been trying to set up a two node openstack architecture with nova-network. My problem is that the services in the compute node do not start automatically and that is the reason why several errors raise (e.g. http 500 when i try to make the initial network) The fact is that when i

Re: [Openstack] nova services at compute node do not start automatically

2014-09-15 Thread Thanassis Parathyras
Hi Christos, Can you provide more details on the subject system? It would be useful to know OS version, OpenStack release and the way you are following to set up the system (e.g. manual, distribution, puppet, ...). Best, Thanassis On 15/9/2014 1:11 ??, Christos Grivas wrote: Hi all, I

Re: [Openstack] nova not able to find networks

2014-09-12 Thread Sushma Korati
responsibility: Before printing this e-mail or any other document, ask yourself whether you need a hard copy. From: Srinivasreddy R srinivasreddy4...@gmail.com Sent: Friday, September 12, 2014 11:33 AM To: openstack@lists.openstack.org Subject: [Openstack] nova

Re: [Openstack] nova not able to find networks

2014-09-12 Thread Srinivasreddy R
:* Srinivasreddy R srinivasreddy4...@gmail.com *Sent:* Friday, September 12, 2014 11:33 AM *To:* openstack@lists.openstack.org *Subject:* [Openstack] nova not able to find networks hi, 1. i have created a router neutron router-create demo-router 2. attached the router to demo tenant demo

Re: [Openstack] [nova] [policy] hypervisor list

2014-09-12 Thread Jay Pipes
On 09/12/2014 04:08 AM, Abbass MAROUNI wrote: I'm looking to use it in a cinder filter, where the filter will scan the list of VMs on each host to find a suitable one. OK, so not a normal user, but instead a service user (service being cinder itself). If this is a custom filter, I'd just go

[Openstack] Openstack nova instance delete issue

2014-09-11 Thread Harshil Shah (harsshah)
Folks, I have question, I am seeing a behavior, while deleting nova instance it returns status as an Error and fails to delete itself. So scenario, where I see this behavior is as follow: 1. Create a nova VM instance. 2. Create a cinder volume 3. Attach this volume to nova vm instance

[Openstack] [nova] [policy] hypervisor list

2014-09-09 Thread Abbass MAROUNI
Hi guys, Do you know if it is possible to give normal users the right to list hypervisors ? Apparently setting hypervisor policies in /etc/nova/policy.json is not enough the right to do so is buried within the Database or API code. Any workaround ? even if it means that we need to comment

[Openstack] [nova] Live migration problem

2014-09-09 Thread Шакиров Айнур
of compute nodes): python-module-novaclient-2.17.0-alt1 python-module-nova-2014.1.2-alt2 openstack-nova-common-2014.1.2-alt2 openstack-nova-compute-2014.1.2-alt2 libvirt-1.0.4-alt2 Help me, please. WBR. Ainur Shakirov.___ Mailing list: http://lists.openstack.org

Re: [Openstack] [nova] [policy] hypervisor list

2014-09-09 Thread Jay Pipes
On 09/09/2014 05:41 AM, Abbass MAROUNI wrote: Hi guys, Do you know if it is possible to give normal users the right to list hypervisors ? Apparently setting hypervisor policies in /etc/nova/policy.json is not enough the right to do so is buried within the Database or API code. Any workaround ?

Re: [openstack-dev] Unexpected error in OpenStack Nova

2014-09-04 Thread Jesse Pretorius
Hi Hossein, openstack-dev is a development mailing list, focused around the future of OpenStack and the development thereof. I would recommend that you address your question (with appropriate debug log output) to the openstack-operators mailing list. Best regards, Jesse On 3 September 2014

Re: [openstack-dev] Unexpected error in OpenStack Nova

2014-09-04 Thread Hossein Zabolzadeh
Hi Jesse, Thanks for your help. I'll continue my discussion under the other related mailing list. On Thu, Sep 4, 2014 at 11:23 AM, Jesse Pretorius jesse.pretor...@gmail.com wrote: Hi Hossein, openstack-dev is a development mailing list, focused around the future of OpenStack and the

Re: [Openstack] Unexpected error in OpenStack Nova

2014-09-04 Thread nithish B
Hi all, I guess it is a keystone issue. Can you please post the output of $keystone user-list ? Thanks. Regards, Nitish B. On Thu, Sep 4, 2014 at 1:28 AM, Chris Buccella chris.bucce...@antallagon.com wrote: Have you checked the nova-api log? -Chris On Wed, Sep 3, 2014 at 10:11 AM,

[Openstack] nova resize error

2014-09-04 Thread raghavendra.lad
Hi All, I am trying to resize the tiny flavor to small using Cirros image in Openstack Icehouse. I can go ahead and resize, it says 100% complete when I try the resize-confirm command it gives the below error: nova resize-confirm ERROR: Cannot 'confirmResize' while instance is in

[openstack-dev] [openstack][nova] Resize: allow_resize_to_same_host=True fails

2014-09-03 Thread Manickam, Kanagaraj
This mail is regarding the flag allow_resize_to_same_host=True in nova.conf. Currently Nova allows to resize the instance across different host by default and it provides the flag allow_resize_to_same_host to set to True, when resize is required to be tested in single host environment. But

Re: [openstack-dev] Unexpected error in OpenStack Nova

2014-09-03 Thread Hossein Zabolzadeh
Any Idea? On Wed, Sep 3, 2014 at 6:41 PM, Hossein Zabolzadeh zabolza...@gmail.com wrote: Hi, After successful installation of both keystone and nova, I tried to execute the 'nova list' command by the folllowing env variables(My Deployment Model is single machine deployment): export

[Openstack] Unexpected error in OpenStack Nova

2014-09-03 Thread Hossein Zabolzadeh
Hi, After successful installation of both keystone and nova, I tried to execute the 'nova list' command by the folllowing env variables(My Deployment Model is single machine deployment): export OS_USERNAME=admin export OS_PASSWORD=... export OS_TENANT_NAME=service export

[Openstack] [OpenStack] [nova] [horizon] blueprint serial-ports - Exploitation from horizon?

2014-09-01 Thread Markus Zoeller
The blueprint serial-ports [1] provides an alternative to VNC and SPICE. This is exposed via API to the user. Are there any plans to exploit this (pretty cool) feature with horizon? [1] https://blueprints.launchpad.net/nova/+spec/serial-ports Regards, Markus

[Openstack] [nova] Issues while spawning vm

2014-08-30 Thread Sanjivini Naikar
Hi, I am trying to spawn a VM using the cirros image and inject the network information into the VM while spawing. However, I am getting the following warnings/errors. Exception AttributeError: GuestFS instance has no attribute '_o' in bound method GuestFS.__del__ of guestfs.GuestFS

[openstack-dev] [Nova]libvirt: connect_volume scans all LUNs, it will be very slow with a large number of volumes.RE: [OpenStack][Nova]May be performance issues of connect_volume in Nova

2014-08-28 Thread Wangshen (Peter)
Hi, All I’ve reported a bug related to this mail: https://bugs.launchpad.net/nova/+bug/1362513 From: Joe Gordon [mailto:joe.gord...@gmail.com] Sent: Wednesday, August 27, 2014 1:12 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [OpenStack][Nova

Re: [Openstack] iops limiting with OpenStack Nova using Ceph/Network Storage

2014-08-28 Thread Haomai Wang
tune_items = ['disk_read_bytes_sec', 'disk_read_iops_sec', 'disk_write_bytes_sec', 'disk_write_iops_sec', 'disk_total_bytes_sec', 'disk_total_iops_sec'] # Note(yaguang): Currently, the only tuning available is Block I/O # throttling for qemu.

[Openstack] iops limiting with OpenStack Nova using Ceph/Network Storage

2014-08-27 Thread Tyler Wilson
Hey All, Is it possible to setup a iops/bytesps limitation within nova using libvirt methods? I've found the following links but cant get it to work with my environment; http://ceph.com/planet/openstack-ceph-rbd-and-qos/ https://wiki.openstack.org/wiki/InstanceResourceQuota I see in the commit

Re: [Openstack] iops limiting with OpenStack Nova using Ceph/Network Storage

2014-08-27 Thread Haomai Wang
Yes, it's possible just like a volume from Cinder. But it still exists some works todo. We need to pass iops/bw throttle value in via config or flavor metadata. If you want to get it as quick as possible, you can add some hack codes like this: tune_items = ['disk_read_bytes_sec',

Re: [Openstack] iops limiting with OpenStack Nova using Ceph/Network Storage

2014-08-27 Thread Yaguang Tang
CONF.libvirt.images_default_iops_second isn't in upstream yet, anyway I think this is definitely a bug and we should support set rate limit for rbd disk backend. I filed a bug here to track this issue. https://bugs.launchpad.net/nova/+bug/1362129 On Wed, Aug 27, 2014 at 7:05 PM, Haomai Wang

Re: [Openstack] iops limiting with OpenStack Nova using Ceph/Network Storage

2014-08-27 Thread Tyler Wilson
Thanks for the bug report, I'll keep an eye on the progress there. I've attempted the patch mentioned and I can't seem to get it to work. Here is my block under tune_items; http://pastebin.mozilla.org/6181109 I've applied this to all nova-compute servers and restarted nova-compute after the

[openstack-dev] [OpenStack][Nova]May be performance issues of connect_volume in Nova

2014-08-26 Thread Wang Shen
to complete the scanning. According to connect_volume at line 284 in nova.virt.libvirt.volume.py: https://github.com/openstack/nova/blob/master/nova/virt/libvirt/volume.py#L252 Nova uses iscsiadm with --rescan to detect new volume, but this command will scan all of the LUNs, including all the others

Re: [openstack-dev] [OpenStack][Nova]May be performance issues of connect_volume in Nova

2014-08-26 Thread Joe Gordon
to scan all of the LUNs connected to the host, it costs several minutes to complete the scanning. According to connect_volume at line 284 in nova.virt.libvirt.volume.py: https://github.com/openstack/nova/blob/master/nova/virt/libvirt/volume.py#L252 Nova uses iscsiadm with --rescan to detect

Re: [openstack-dev] [OpenStack][Nova]May be performance issues of connect_volume in Nova

2014-08-26 Thread Wangshen (Peter)
List (not for usage questions) Subject: Re: [openstack-dev] [OpenStack][Nova]May be performance issues of connect_volume in Nova On Tue, Aug 26, 2014 at 5:36 AM, Wang Shen ws1...@gmail.commailto:ws1...@gmail.com wrote: Hi, All I have done some work to test the performance of LUN scanning, use

[Openstack] nova-network and loadbalancers

2014-08-25 Thread mad Engineer
Hi, Is there any way to make HA proxy load balancer work with nova-network,worried about fail over ip conflicting with IP/MAC stealing rule. trying to configure 2 HA proxy with keepalived and a fail over IP. OR Is there a load balancer that can actually work with nova-network Thanks,

Re: [Openstack] nova-compute unable to start

2014-08-18 Thread Yaguang Tang
Hi Bill, Could you please check whether libvirt daemon works well? On Thu, Aug 14, 2014 at 6:52 PM, Bill WONG wongahsh...@gmail.com wrote: Hi All, i installed the 3 nodes OpenStack with Ubuntu 14.04.1, i followed the document @ openstack official website, i installed everything, and it

Re: [Openstack] [nova] Libvirt driver domain metadata - add instance metadata dictionary?

2014-08-14 Thread Markus Zoeller
Daniel P. Berrange berra...@redhat.com wrote on 08/12/2014 07:57:14 PM: From: Daniel P. Berrange berra...@redhat.com To: Markus Zoeller/Germany/IBM@IBMDE Cc: openstack@lists.openstack.org Date: 08/12/2014 07:57 PM Subject: Re: [Openstack] [nova] Libvirt driver domain metadata - add

Re: [Openstack] [nova] Libvirt driver domain metadata - add instance metadata dictionary?

2014-08-12 Thread Jay Pipes
On 08/12/2014 10:50 AM, Markus Zoeller wrote: Maybe the direction I'm heading is wrong. My intention is to enable a correlation between multiple libvirt domains independent from their flavor. E.g. -- ---- | Server: A | | Server: B || Server:

Re: [Openstack] [nova] Libvirt driver domain metadata - add instance metadata dictionary?

2014-08-12 Thread Daniel P. Berrange
to the `libvirt.xml` file. For example the name of the instance, the name of the flavor and the creation date. Would it make sense to add the instance.metadata dictionary also? API: /v2/​{tenant_id}​/servers/​{server_id}​/metadata Code: https://github.com/openstack/nova/blob/master

Re: [Openstack] [nova] Libvirt driver domain metadata - add instance metadata dictionary?

2014-08-11 Thread Daniel P. Berrange
and the creation date. Would it make sense to add the instance.metadata dictionary also? API: /v2/​{tenant_id}​/servers/​{server_id}​/metadata Code: https://github.com/openstack/nova/blob/master/ nova/objects/instance.py#L148 You could ask danpb in #openstack-nova IRC about his

[Openstack] Nova is choosing the wrong a wrong availability zone for the Cinder volume

2014-08-08 Thread Fernando Cortijo
Hello, I have 2 cinder-volume servers, each one with 2 storage backends. Each of those cinder-volume servers are on different availability zones (tdc-a and tdc-b), and there are 8 nova-compute servers (4 on tdc-a and 4 on tdc-b) When I launch a new instance using the zone tdc-a Nova choose the

<    1   2   3   4   5   6   7   8   9   10   >