Re: [Openstack] What is the typical way to deploy OpenStack Compute with ESXi

2013-01-07 Thread Sean Chen
It makes nova-network, quantum (ovs) integration easier. Sean On Jan 5, 2013, at 8:25 PM, Lorin Hochstein wrote: Sean: I'd like to add this to the documentation on that page. Can you describe in more detail why you recommend installing nova-compute on a VM hosted on the ESXi that nova compute

Re: [Openstack] Inject files into VM failed without print any VM state information and still create VM successfully

2013-01-07 Thread Ins
I don't think so. 2013/1/8 hzyangtk : > Hey, > > I have met the situation when injecting keypair into VM with nbd module > failed. Nova only print nbd failed but still create VM successfully. That > makes keypair(private key) is not successfully inject into VM. So the VM is > not match my prefer.

[Openstack] Inject files into VM failed without print any VM state information and still create VM successfully

2013-01-07 Thread hzyangtk
Hey, I have met the situation when injecting keypair into VM with nbd module failed. Nova only print nbd failed but still create VM successfully. That makes keypair(private key) is not successfully inject into VM. So the VM is not match my prefer. So I think it is necessary to make the VM to c

Re: [Openstack] Strange issue during live migration

2013-01-07 Thread Yuan, Ye A
Hey guy, Please try as below: 1) If there is no log, maybe config/log file's privilege issue. You can edit their owner: $ chown nova:nova /etc/nova && chown nova:nova /var/log/nova 2) After method 1) , there must be logs in log file. You can run command $ nova-manage logs error, it wi

Re: [Openstack] Strange issue during live migration

2013-01-07 Thread heut2008
when using live migration, the process automate rollback when the transection failed, check both the src and dst host nova-compute.log for the reason why it failed . 2013/1/8 Narayanan, Krishnaprasad > Hallo All, > > ** ** > > I am using OpenStack ESSEX and I have made all the necessary

Re: [Openstack] Help, erroneous resource tracker preventing instances from starting

2013-01-07 Thread Byron McCollum
See if this bug might be related to your problem... https://bugs.launchpad.net/nova/+bug/1060363 Byron Begin forwarded message "[Openstack] Base images removed in upgrade essex -> folsom and other stories": > We also came across an issue where some compute nodes were reporting bogus > resour

Re: [Openstack] [Folsom] Nova-compute: Class LibvirtDriver cannot be found

2013-01-07 Thread Byron McCollum
There is a typo in the docs...If you look closely, it says Hybird instead of Hybrid. LibvirtHybirdOVSBridgeDriver LibvirtHybridOVSBridgeDriver Byron On Nov 15, 2012, at 4:38 PM, Nikola Pajtic wrote: > Yeah, that worked!!! Thanks a lot, Doug, for pointing me in right direction!! > Nova-comput

[Openstack] Quark, an NVP plugin alternative

2013-01-07 Thread Matt Dietz
Hey all, We just started work on a new plugin for Quantum that we're calling Quark. The blueprint lives here: https://blueprints.launchpad.net/quantum/+spec/quark In short, we want to provide an alternative to the existing NVP plugin that's a bit more cognizant of how much it shou

Re: [Openstack] Need Help

2013-01-07 Thread Stefano Zanella
I think there's a mismatching here between configuration and intended behavior, I'm sorry not to have detected it before. With your configuration, you're bridging (Layer 2) two different networks (Layer3). They cannot communicate if not properly routed or masqueraded. Do you need to NAT VMs direct

Re: [Openstack] Need Help

2013-01-07 Thread Umar Draz
I did this on compute root@compute1:~# echo 0 > /proc/sys/net/ipv4/conf/default/rp_filter and the result from vm root@vm:~# ping 192.168.1.134 PING 192.168.1.134 (192.168.1.134) 56(84) bytes of data. >From 10.0.0.2 icmp_seq=1 Destination Host Unreachable >From 10.0.0.2 icmp_seq=2 Destination Host

Re: [Openstack] Need Help

2013-01-07 Thread Stefano Zanella
Can you try to set rp_filter to 0? I needed to disable it today, otherwise I was facing problem similar to yours. Try to ping with rp_filter disabled, let's see if we can resolve the problem that way. Regards, Stefano On Mon, Jan 7, 2013 at 8:57 PM, Umar Draz wrote: > Hi > > Here is the res

Re: [Openstack] Need Help

2013-01-07 Thread Umar Draz
Hi Here is the result Compute node *brctl show* bridge name bridge id STP enabled interfaces br100 8000.002590976edb no eth1 vnet0 *ip addr list* 1: lo: mtu 16436 qdisc noqu

Re: [Openstack] Need Help

2013-01-07 Thread Stefano Zanella
Can you please post the output of "ip addr list", "route -n" and "brctl show" on compute node and virtual machine? More than a firewall issue, it seems a routing issue to me. Thanks, Stefano On Mon, Jan 7, 2013 at 7:38 PM, Umar Draz wrote: > I think My network configuration is ok, > > I can

Re: [Openstack] Need Help

2013-01-07 Thread Umar Draz
I think My network configuration is ok, I can ping compute's own ip address 192.168.1.133 from virtual machine. But I can't access other local machines. I think its security firewall issue or need some routing table? Here is the out put of ping. root@ubuntu-cloud# ping 192.168.1.133 PING 192.16

[Openstack] [OpenStack][Swift] Cannot perform multiple requests with Python API

2013-01-07 Thread Leander Bessa Beernaert
Hello all, I'm having an issue when using the Python API for swift [1]. I am unable to do two sequential operations. The first operation works and the second ceases to work. Is this expected, or is this a bug? I'm using Ubuntu 12.04 with the Folsom Packages. Example output (Python Interpreter):

Re: [Openstack] Need Help

2013-01-07 Thread Stefano Zanella
If you want to setup DHCP flat networking, maybe this page (and the chapter that contains it) could help: http://docs.openstack.org/essex/openstack-compute/admin/content/libvirt-flat-dhcp-networking.html Regards, Stefano On Mon, Jan 7, 2013 at 7:03 PM, Umar Draz wrote: > my_ip=6x.1x.84.132

[Openstack] Need Help

2013-01-07 Thread Umar Draz
Hi Here is my details 1) controller node 2 interfaces (eth0, eth1) eth0, public ip. = 6x.xx.xx.2 eth1 local ip = 192.168.1.2 1) compute node 2 interfaces (eth0, eth1) eth0, public ip. = 6x.xx.xx.3 eth1 local ip = 192.168.1.3 *My fixed range for virtual machines is (fixed

[Openstack] Strange issue during live migration

2013-01-07 Thread Narayanan, Krishnaprasad
Hallo All, I am using OpenStack ESSEX and I have made all the necessary changes in order to perform live-migration (mounting the nova instances directory and libvirt-bin configurations). The issue that I am facing is when I perform live migration using the nova commands, there is neither error

[Openstack] Help, erroneous resource tracker preventing instances from starting

2013-01-07 Thread Jonathan Proulx
Hi All, I have a growing problem in which compute nodes are puzzlingly over reporting their resource utilization and thus appearing to be over utilized when they are in fact empty. System is Ubuntu 12.04 using cloud archive Folsom (2012.2-0ubuntu5~cloud0) problem appeared on a single node after u

Re: [Openstack] Nova (compute) and syslog

2013-01-07 Thread Robert van Leeuwen
The other issue seems to be that the log-facility is not honoured properly: My messages mostly end up in /var/log/messages instead of the file that is specified using the log_facility. Some messages do get in there so it does not seem to be related to the syslog(-ng) config. Also, if I filter bas

Re: [Openstack] Wikipedia page

2013-01-07 Thread Stefano Maffulli
I can lead this task. Please join me on IRC #openstack-community (I'm reed) to coordinate efforts. Cheers, stef On 11/18/2012 05:30 AM, Ryan Lane wrote: On Sat, Nov 17, 2012 at 3:05 AM, Laurence Miao mailto:laurence.m...@gmail.com>> wrote: Hi Michael, I'd love to do something to make

Re: [Openstack] Openstack Version (Essex or Folsom)

2013-01-07 Thread McNally, Dave (HP Cloud Services)
Just a note on this. I recently added functionality in Grizzly that will allow specified non-admin users to use this functionality. https://bugs.launchpad.net/nova/+bug/1070880 Not useful for non-admins in Folsom I'm afraid but, the functionality should work for the admin context. From: opensta

Re: [Openstack] Failure when creating more than n instances. networking fail.

2013-01-07 Thread Antonio Messina
I have the same problem, I can't create more than around 15 instances at once or I get a timeout error. BTW, the default was decreased in essex from 3600 to 60: https://bugs.launchpad.net/nova/+bug/938287 If you can find a reasonable default value would be very appreciated :) thanx .a. On Fri

Re: [Openstack] Openstack Version (Essex or Folsom)

2013-01-07 Thread Umar Draz
HI, I am pretty sure, Its a bug in OpenStack, did everthing. but no result. Best Regards, Umar On Mon, Jan 7, 2013 at 2:59 AM, Nathanael Burton < nathanael.i.bur...@gmail.com> wrote: > Ah! It looks like you've changed the default availability zone for your > two nodes. Host "compute1" is in AZ

Re: [Openstack] cannot restart the instance

2013-01-07 Thread Wangpan
Hi zhaopeng, have you changed the code in nova? if not, can you post more log searched by request id about this error? 2013-01-07 Wangpan 发件人:小盆儿 发送时间:2013-01-07 01:45 主题:Re: [Openstack] cannot restart the instance 收件人:"openstack" 抄送: no one knows how to fix this? help me please 2012/

Re: [Openstack] [Cinder] cinder-agent

2013-01-07 Thread Thierry Carrez
John Griffith wrote: > On Fri, Jan 4, 2013 at 11:39 AM, Akira Yoshiyama wrote: > I think Cinder should have its own client service 'cinder-agent'. > There are many benefits: > > This is something I've thought about a little bit but to be honest it's > been very low on my priority list. I'

Re: [Openstack] Nova (compute) and syslog

2013-01-07 Thread Sébastien Han
Hi, Stupid question, did you restart compute and api service? I don't have any problems with those flags. -- Regards, Sébastien Han. On Mon, Jan 7, 2013 at 9:58 AM, Robert van Leeuwen < robert.vanleeu...@spilgames.com> wrote: > Hi, > > I'm trying to get all logging into syslog. > I have modif

[Openstack] Nova (compute) and syslog

2013-01-07 Thread Robert van Leeuwen
Hi, I'm trying to get all logging into syslog. I have modified the nova.conf: use_syslog= True syslog_log_facility= LOG_LOCAL0 However it appears for most components logging is still going to /var/log/nova/ So the api.log and compute.log are still going there. There are some messages going to sy