[Openstack] Wasted Compute node disk space

2013-01-08 Thread Greg Chavez
e KVM host. Has any one else tried this? Is this clearly a bad, bad, bad idea? Thanks. -- \*..+.- --Greg Chavez +//..;}; ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/

Re: [Openstack] Wasted Compute node disk space

2013-01-08 Thread Greg Chavez
; Tel : +33 9 72 37 94 15 > > > Le 8 janv. 2013 à 16:28, Greg Chavez a écrit : > > > We are in the process of replacing our Diablo KVM infrastructure with > Folsom. Up until now, our virts have been using the local Compute node's > disk space for their images which, ob

[Openstack] FixedIpNotFoundForAddress errors in network.log

2013-01-26 Thread Greg Chavez
, ' File "/usr/lib/python2.6/site-packages/nova/db/sqlalchemy/api.py", line 129, in wrapper\nreturn f(*args, **kwargs)\n', ' File "/usr/lib/python2.6/site-packages/nova/db/sqlalchemy/api.py", line 1201, in fixed_ip_get_by_address\nraise exception

Re: [Openstack] Centos : yum install openstack-quantum-openvswitch

2013-01-31 Thread Greg Chavez
rces??? > > > > > ___ > Mailing list: https://launchpad.net/~openstack > Post to : openstack@lists.launchpad.net > Unsubscribe : https://launchpad.net/~openstack > More help : https://help.launchpad.net/ListHelp > > -

Re: [Openstack] Centos : yum install openstack-quantum-openvswitch

2013-01-31 Thread Greg Chavez
actually worse than OpenNMS! On Thu, Jan 31, 2013 at 6:19 PM, Greg Chavez wrote: > Hey guys, I'm having the same problem on RHEL 6.3. Did a search on > openvswitch at RHN and it came up with nothing. Where is it? Fedora's > core repos? > > > On Sun, Nov 18, 20

[Openstack] openvswitch rpm on RHEL 6.3 frustration

2013-01-31 Thread Greg Chavez
ive, by the way. Useless mailing lists. -- \*..+.- --Greg Chavez +//..;}; ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] openvswitch rpm on RHEL 6.3 frustration

2013-01-31 Thread Greg Chavez
### [ > 50%] >2:openvswitch### > [100%] > # > > > Thanks > Ken'ichi Ohmichi > > --- > > On Thu, 31 Jan 2013 23:52:39 -0500 > Greg Chavez wrote: > > > > On RHEL 6.3, with EPEL repos, we have > openstack-quantum-openvswitch

Re: [Openstack] openvswitch rpm on RHEL 6.3 frustration

2013-02-01 Thread Greg Chavez
> > Hi Greg, > > On Fri, 1 Feb 2013 02:25:00 -0500 > Greg Chavez wrote: > > > > Arigato gozaimasu. Where did you get that rpm? > > Dou itashimashite, > > I built the rpm files from source file by the following way: > > # wget http://openvswitch.org/rele

[Openstack] Nova.Scheduler TypeError: can't compare datetime.datetime to NoneType

2013-02-07 Thread Greg Chavez
a.openstack.common.rpc.amqp if self.updated and self.updated > compute['updated_at']: 2013-02-07 19:21:45 1688 TRACE nova.openstack.common.rpc.amqp TypeError: can't compare datetime.datetime to NoneType -- \*..+.- --Greg Chavez +//..;}; ___ Mail

Re: [Openstack] Nova.Scheduler TypeError: can't compare datetime.datetime to NoneType

2013-02-08 Thread Greg Chavez
ute's status is not being > updated (Compute service down) or its being updated in a different database > server. > > Hope it helps. > > Regards, > Unmesh G. > > On Fri, Feb 8, 2013 at 5:55 AM, Greg Chavez wrote: > >> >> So I'm getting this wh

[Openstack] Compute Node OSError: [Errno 13] Permission denied: '/run'\n"

2013-02-08 Thread Greg Chavez
, line 157, in makedirs 2013-02-08 11:42:09 40898 TRACE nova.compute.manager [instance: 563385d7-0654-45f0-8c81-8aaa3acdcd65] mkdir(name, mode) 2013-02-08 11:42:09 40898 TRACE nova.compute.manager [instance: 563385d7-0654-45f0-8c81-8aaa3acdcd65] OSError: [Errno 13] Permission den

Re: [Openstack] Compute Node OSError: [Errno 13] Permission denied: '/run'\n"

2013-02-08 Thread Greg Chavez
05 PM, Greg Chavez wrote: > > It's a slog, but I appear to be on the cusp on launching my first VM with > using the 3-NIC network node setup outline by > the OpenStack_Folsom_Install_Guide_WebVersion.rst guide at github. Right > now, I'm getting this error on my compute

Re: [Openstack] Compute Node OSError: [Errno 13] Permission denied: '/run'\n"

2013-02-08 Thread Greg Chavez
p Greg. Yes, that guide clearly > states it's for Ubuntu 12.10, glad that's the only gotcha (is it?). > > In the official docs we maintain two versions of nova.conf, now I'm going > to double-check that in our guides. Thanks for posting. > Anne > > > On Fri, F

[Openstack] Network cannot be found

2013-02-10 Thread Greg Chavez
i.log I find this error: Caught error: Network 3de1e780-07d1-42af-89cc-0feaf1ece6e9 could not be found. WHAT! How is it not found? It clearly exists, unless net-id is expecting something else as its value. Argh. Thanks in advance. -- \*..+.- --Greg Chavez +//..;}; ___

Re: [Openstack] Network cannot be found

2013-02-11 Thread Greg Chavez
reason you are getting > this is because you are trying to create a vm as an admin user on a network > that you are not the owner. > > > https://github.com/openstack/nova/blob/master/nova/network/quantumv2/api.py#L95 > > Thanks, > > Aaron > > > On Sun, Feb 10, 2013

[Openstack] brctl meltdown on RHEL 6.3

2013-02-11 Thread Greg Chavez
Interface "int-br-eth1" Port br-int Interface br-int type: internal ovs_version: "1.7.3" Final note, my network node fails the same way, but the controller does not. I hope so m

Re: [Openstack] brctl meltdown on RHEL 6.3

2013-02-11 Thread Greg Chavez
Solution: [root@kvm-cs-sn-10i nova]# modprobe -r brcompat [root@kvm-cs-sn-10i nova]# modprobe bridge [root@kvm-cs-sn-10i nova]# brctl show bridge name bridge id STP enabled interfaces Still can't boot a VM... looking into the reasons now. On Mon, Feb 11, 2013 at 11:33 AM, Greg Chavez

[Openstack] Initial quantum network state broken

2013-02-15 Thread Greg Chavez
please. Thanks. -- \*..+.- --Greg Chavez +//..;}; ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

[Openstack] Horizon & Keystone & Nova miscommunication

2013-02-16 Thread Greg Chavez
6947c497df76d2'\G *** 1. row *** id: 9e40d355b49342f8ac6947c497df76d2 type: identity extra: {"description": "OpenStack Identity", "name": "keystone"} 1 row in set (0.00 sec) Please please please help me

Re: [Openstack] Initial quantum network state broken

2013-02-17 Thread Greg Chavez
stly don't know. Thanks. On Fri, Feb 15, 2013 at 6:54 PM, Greg Chavez wrote: > > Sigh. So I abandoned RHEL 6.3, rekicked my systems and set up the > scale-ready installation described in these instructions: > > > https://github.com/mseknibilel/Open

Re: [Openstack] Initial quantum network state broken

2013-02-18 Thread Greg Chavez
Third time I'm replying to my own message. It seems like the initial network state is a problem for many first time openstackers. Surely somewhere would be well to assist me. I'm running out of time to make this work. Thanks. On Sun, Feb 17, 2013 at 3:08 AM, Greg Chavez wro

[Openstack] Fwd: Initial quantum network state broken

2013-02-19 Thread Greg Chavez
ollowed the mentioned guide) encapsulating your BOOTP/DHCP packets. > > If that's OK, could you please issue the below commands (on the network > node) : > - brctl show > - ip a > - ovs-vsctl show > - route -n > > Thanks, > -Sylvain > > Le 19/02/201

Re: [Openstack] Openstack] Suggestions for shared-storage cluster file system

2013-02-19 Thread Greg Chavez
net/~openstack >>> More help : https://help.launchpad.net/ListHelp >>> >>> >> >> ___ >> Mailing list: https://launchpad.net/~openstack >> Post to : openstack@lists.launchpad.net >> Unsubscribe :

[Openstack] Fwd: Fwd: Initial quantum network state broken

2013-02-20 Thread Greg Chavez
s-vsctl show > ovs-dpctl show > brctl show > > ovs-ofctl dump-flows br-int > ovs-ofctl dump-flows br-eth1 > > Because i think first issue we need to resolve here is why DHCP packet is > not leaving your compute host. > > Anil > > > On Wed, Feb 20, 2013 at 6:48

Re: [Openstack] Fwd: Initial quantum network state broken

2013-02-20 Thread Greg Chavez
ble=0, n_packets=17355, n_bytes=3335788, priority=1 actions=NORMAL On Wed, Feb 20, 2013 at 10:57 AM, Greg Chavez wrote: > > Hey Anil, thanks for responding. Here's the output: > > root@kvm-cs-sn-10i:/var/lib/nova/instances# ovs-vsctl show > 9d9f7949-2b80-40c8-a9e0-6a11620

[Openstack] Agent out of sync with plugin!

2013-03-11 Thread Greg Chavez
hat this is and INFO message, not an error. But I would still like to know what this means. Thanks! -- \*..+.- --Greg Chavez +//..;}; ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https:

Re: [Openstack] Agent out of sync with plugin!

2013-03-12 Thread Greg Chavez
7;re saying is that the ovs plugin/agent - whatever it is - is simply stating that it assumes it's out of sync since it's starting up, and it's going to phone home. Is that right? Thanks! On Tue, Mar 12, 2013 at 3:18 AM, Gary Kotton wrote: > On 03/12/2013 12:13 AM, Greg Chavez wro

[Openstack] br-int not recreated after compute node reboot

2013-03-29 Thread Greg Chavez
fig $IFACE 0.0.0.0 up down ifconfig $IFACE down So when my test vm's come up, they obviously don't get an IP. The bridge-bridge is missing. Thanks in advance for your suggestions. -- \*..+.- --Greg Chavez +//..;}; ___ Mailing list: h

[Openstack] How to decommission a compute node

2013-04-30 Thread Greg Chavez
nova kvm-sn-14i nova My concern is that when I bring kvm-sn-10i back to life, my controller node won't be able to authorize it. So what is the proper way to delete/remove/decommission a compute node? Thanks. -- \*..+.- --Greg Chavez +//..;}; __

[Openstack] [Grizzly] Inbound VM traffic fails at compute node

2013-05-02 Thread Greg Chavez
m 10.21.166.2. Finally, I see no hits on my secgroup rules. Any advice? I have interesting command output here: http://pastebin.com/Cs514mkN Thanks in advance. -- \*..+.- --Greg Chavez +//..;}; ___ Mailing list: https://launchpad.net/~openstack Post to

Re: [Openstack] [Grizzly] Inbound VM traffic fails at compute node

2013-05-02 Thread Greg Chavez
| | +-+---+-+---+--+ Thanks again, George. On Thu, May 2, 2013 at 6:27 PM, Greg Chavez wrote: > > I have Grizzly up and running on Ubuntu 13.04, following the excellent > instructions by Msekni Bilel. I'm using gre tunneling and per-tenant > routers. It looks something like this: > > http://chav

[Openstack] Failure to arp by quantum router

2013-05-07 Thread Greg Chavez
oblem. But when I sniff the tenant network side of the router, I see unanswered arp requests for the VM's local IP. What's failing here? How would you troubleshoot this? Thanks. -- \*..+.- --Greg Chavez +//..;}; ___ Mailing list: https:

[Openstack] A Grizzly arping failure

2013-05-10 Thread Greg Chavez
igured. I assume that's the source of the problem, but I feel a little in over my head. Any suggestions would be great. Thanks in advance! -- \*..+.- --Greg Chavez +//..;}; ___ Mailing list: https://launchpad.net/~openstack Post to : open

Re: [Openstack] Grizzly fails on ubuntu server 13.04

2013-05-10 Thread Greg Chavez
I need is similar to the fix that you need. We shall see. --Greg Chavez On Fri, May 10, 2013 at 12:21 PM, Pranav wrote: > but NAT wont make the VM accessible from outside world ... will it? > > Regards, > Pranav > > > On Fri, May 10, 2013 at 5:16 PM, Nikhil Mittal >

Re: [Openstack] A Grizzly arping failure

2013-05-10 Thread Greg Chavez
o-has 192.168.252.5 tell 192.168.252.1, length 28 Very annoying! On Fri, May 10, 2013 at 12:36 PM, Greg Chavez wrote: > I sent a message about this 3 days ago, but I didn't get a response. > So if at first you don't succeed... > > The symptom is that my VMs only survive on the e

Re: [Openstack] A Grizzly arping failure

2013-05-10 Thread Greg Chavez
from the router to ff:ff:ff:ff:ff:ff that are not getting across in that > direction. You should continue tcpdumping on the devices along the path to > the > instance to see where the arp request (or reply) stops. You do not say which > plugin you are using? Is it multino

Re: [Openstack] A Grizzly arping failure

2013-05-10 Thread Greg Chavez
Fri, May 10, 2013 at 4:28 PM, Darragh O'Reilly wrote: > In my setup I see the arp replies being answered by the instance - not > dnsmasq. -- \*..+.- --Greg Chavez +//..;}; ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

[Openstack] A Grizzly GRE failure

2013-05-10 Thread Greg Chavez
nnot create a port named gre-5 because a port named gre-5 already exists on bridge br-tun\n' Could that be because grep-1 is vestigial and possibly fouling up the works by creating two possible paths for VM traffic? Is it as simple as removing it with ovs-vsctl or is something else requ

Re: [Openstack] A Grizzly GRE failure

2013-05-11 Thread Greg Chavez
r does is see all endpoints as the same domain? What happens here? Is this the cause of my network timeouts on external connections to the VMs? Does this also explain the sporadic nature of the timeouts, why they aren't consistent in frequency or duration? Finally, what happens when I rem

Re: [Openstack] A Grizzly GRE failure [SOLVED]

2013-05-12 Thread Greg Chavez
--+-+ 2 rows in set (0.00 sec) mysql> select * from ovs_tunnel_allocations where allocated != 0; +---+---+ | tunnel_id | allocated | +---+---+ | 1 | 1 | | 2 | 1 | +---+---+ 2 rows in set (0.00 sec) Cheers, and happy openstackin

[Openstack] Understanding the metadata service

2013-05-13 Thread Greg Chavez
oxy = True quantum_metadata_proxy_shared_secret = PvUafKreIImX3OePynlc What am I missing here? Thanks in advance. -- \*..+.- --Greg Chavez +//..;}; ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscri

[Openstack] volumeId is not in proper format

2013-06-05 Thread Greg Chavez
at's wrong here? Thanks! -- \*..+.- --Greg Chavez +//..;}; ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

Re: [Openstack] volumeId is not in proper format

2013-06-05 Thread Greg Chavez
Well that's embarrassing. Thanks. On Wed, Jun 5, 2013 at 11:53 AM, John Griffith wrote: > Not exactly sure what it's tripping up on when using the volume name there, > but I would suggest using the volume-id rather than the name. > > > On Wed, Jun 5, 2013 at 9: