Re: [Openstack] [openstack][quantum] How to understand 'ovs-vsctl show'?

2013-05-21 Thread Darragh O'Reilly
the bridge qbr876fed87-40 is supposed to be a Linux bridge and should not appear in 'ovs-vsctl show'.  What is the value of BRCOMPAT in /etc/default/openvswitch-switch ? What is the OS+level and how did you install OVS? > > From: Qinglong.Meng >To: openstack@list

Re: [Openstack] [openstack][quantum] How to understand 'ovs-vsctl show'?

2013-05-21 Thread Hua ZZ Zhang
Here's a blog FYI. http://packetpushers.net/openstack-quantum-network-implementation-in-linux/ Best Regards, Edward Zhang(张华) Advisory Software Engineer

[Openstack] Virtual memory to use

2013-05-21 Thread Jay Kumbhani
Is there a way to use virtual memory for instances running on openstack? Thanks Jay Sent from my iPad ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More hel

Re: [Openstack] Way to attach floppy device to VM while booting

2013-05-21 Thread Rashmi SN
hi Ken'ichi Ohmichi, Thanks for the suggestion ! I tried --file option but it failed. Command: nova boot --flavor 3 --image bae8715c-1758-4949-8bf7-e6bb4e983e67 --key_name key1 --file /tmp/input.xml=/home/ubuntu110/input.xml vm2 nova.conf file :, --config_drive_format=iso9660 --libvirt_inject

Re: [Openstack] [Keystone] Splitting the Identity Backend

2013-05-21 Thread Thierry Carrez
Adam Young wrote: > Currently, the Identity backend has Domains, Users , Groups, Roles, > Role Assignments and Projects. I've proposed splitting it into 3 > distinct pieces. Domain, Identity, and Projects. > [...] I think it makes sense. > The main blueprint for this is: > https://blueprints.l

Re: [Openstack] Virtual memory to use

2013-05-21 Thread Razique Mahroua
Hey Jay,what do you mean by "virtual memory"? regards, Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 21 mai 2013 à 11:29, Jay Kumbhani a écrit :Is there a way to use virtual memory for instances running on openstack?ThanksJaySent from my iPad

Re: [Openstack] [openstack][quantum] How to understand 'ovs-vsctl show'?

2013-05-21 Thread Darragh O'Reilly
BRCOMPAT should be 'no'. What version of ubuntu is this?  > > From: Qinglong.Meng >To: Darragh O'Reilly >Sent: Tuesday, 21 May 2013, 10:40 >Subject: Re: [Openstack] [openstack][quantum] How to understand 'ovs-vsctl >show'? > > > >Hi, >   Tks for you reply, > 

Re: [Openstack] Way to attach floppy device to VM while booting

2013-05-21 Thread Rashmi SN
hi Ken'ichi Ohmichi, Without --file option boot succeeds ! Thanks, Rashmi On Tue, May 21, 2013 at 3:41 PM, Ken'ichi Ohmichi wrote: > > Hi Rashmi, > > On Tue, 21 May 2013 15:04:50 +0530 > Rashmi SN wrote: > > > > Thanks for the suggestion ! I tried --file option but it failed. > > If not spec

Re: [Openstack] [Keystone] Splitting the Identity Backend

2013-05-21 Thread David Chadwick
Hi Adam I would propose splitting the backend into two conceptually distinct types of attributes, and then each of these high level types can be arbitrary split into different databases depending upon their sources of authority and who administers them. Your proposal would be just one special

Re: [Openstack] even after deleting all container , , , it shows high disk space usges

2013-05-21 Thread Matthew Thode
On 05/21/13 01:36, Study Kamaill wrote: > > > > > hi , > > > Can anyone help me . > > i have four storage node in my experimental setup. (all in one swift setup) > when i tried to upload a file of size 4.5GB it was taking too long to upload > so i te

Re: [Openstack] Way to attach floppy device to VM while booting

2013-05-21 Thread Rashmi SN
I am sorry , I have missed mentioning in the previous mail that I had set --config-drive=true in the nova boot command nova boot --config-drive=true --flavor 3 --image bae8715c-1758-4949-8bf7- e6bb4e983e67 --key_name key1 --file /tmp/input.xml=/home/ubuntu110/input.xml vm2 Thanks, Rashmi

Re: [Openstack] Virtual memory to use

2013-05-21 Thread JuanFra Rodriguez Cardoso
Maybe "swap space"? --- JuanFra 2013/5/21 Razique Mahroua > Hey Jay, > what do you mean by "virtual memory"? > > regards, > > *Razique Mahroua** - **Nuage & Co* > razique.mahr...@gmail.com > Tel : +33 9 72 37 94 15 > > > Le 21 mai 2013 à 11:29, Jay Kumbhani a écrit : > > Is there a way to use

Re: [Openstack] [openstack][quantum] How to understand 'ovs-vsctl show'?

2013-05-21 Thread Gary Kotton
On 05/21/2013 07:04 AM, Qinglong.Meng wrote: Hi all, Here is output of cmd 'ovs-vsctl show'. But how to explain it. Can anybody help me? Please look at the following diagram to see how the VM connects to the OVS when using the Hybrid driver: https://docs.google.com/drawings/d/1wax2Nlk-L

Re: [Openstack] Confused by the term 'provider network' in OpenStack doc

2013-05-21 Thread Salvatore Orlando
On 21 May 2013 05:01, Zhidong Yu wrote: > It seems there are two different meaning for this term. One is about a > sort of usage scenario where the virtual network is *directly *mapped to > a physical and instance is *directly *connected to the outside world > without floating IP or L3 agent [1].

Re: [Openstack] even after deleting all container , , , it shows high disk space usges

2013-05-21 Thread David Hadas
AShish, Your email and the problem you described puzzled me. I think I realize what had happened, but not sure. First a background question: 1. what is the replication ratio used in your cluster? You indicated an SAIO - so you must have 3 replicas, but I am still not sure how all that had happ

Re: [Openstack] [openstack][quantum] nova-compute DOWN with 'brctl addif' cmd

2013-05-21 Thread Gary Kotton
On 05/21/2013 06:34 AM, Qinglong.Meng wrote: Hi friends, the nova-compute log say 'brctl addif qbr876fed87-40 qvb876fed87-40' error, when I reboot the server by 'init 6', and the nova-compute service Can you please clarify which server you reboot? Please loot at https://docs.google.com/

[Openstack] Performance comparison data between using KVM vs Bare Metal

2013-05-21 Thread Chris Bartels
Hi, I'm working on starting a VPS provider utilizing OpenStack as the backend, and will be using KVM as the Hypervisor. I'm interested in finding data to feature on my website showing that KVM is the right choice in that it features near-native performance compared to bare metal. Can an

Re: [Openstack] more info on this raise exception.NoValidHost

2013-05-21 Thread Lei Zhang
Yes, nova-scheduler has lots of filters to check if nova-compute node fit the requirement of the instance you wanna launch. Like availability-zone filter, RAM filter, cpu core filter, etc. If all the compute node failed to pass those filters, it raise this exception. Regards Lei On Tue, May 21,

Re: [Openstack] [Keystone] Splitting the Identity Backend

2013-05-21 Thread Adam Young
OK, I think it makes sense. If we keep roles and role assignments in the same place, we don't have the ability to do more complex assignments. So the four backends would then be: Domains Identity (Users, groups) Assignments (could also be called mapping) Projects (Includes roles) Assuming t

[Openstack] Glance registry

2013-05-21 Thread Razique Mahroua
Hi guys, I'm currently facing some Glance issues, when I run glance add, I often have that error : http://pastie.org/7939182 the Glance-registry process basically just dies - and i can't find anything into the logs. I suspect my soft raid on the server which somehow kills the process. Do you g

[Openstack] Fwd: Glance registry

2013-05-21 Thread Razique Mahroua
Ok problem solved :) pacemaker was messing with Glance : May 21 11:02:15 vs12 lrmd: [4089]: WARN: p_glance-registry:start process (PID 10888) timed out (try 1). Killing with signal SIGTERM (15). So I just updated the primitive and set a timeout of 100 seconds, now it works like a charm Razique

Re: [Openstack] Virtual memory to use

2013-05-21 Thread Razique Mahroua
You can create flavors with a swap size that will be created when the instance boots up! Razique Mahroua - Nuage & Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15 Le 21 mai 2013 à 12:52, JuanFra Rodriguez Cardoso a écrit :Maybe "swap space"?---JuanFra 2013/

Re: [Openstack] Virtual memory to use

2013-05-21 Thread Jay Kumbhani
Kind of expanding physical RAM for host by creating Virtual Memory. Thanks Jay On May 21, 2013, at 3:12 PM, Razique Mahroua wrote: > Hey Jay, > what do you mean by "virtual memory"? > > regards, > > Razique Mahroua - Nuage & Co > razique.mahr...@gmail.com > Tel : +33 9 72 37 94 15 > > > >

Re: [Openstack] Project wrap-up videos from Portland

2013-05-21 Thread Stefano Maffulli
On 05/16/2013 12:24 PM, Eric Windisch wrote: This message from Russell reminded me that of the videos that were uploaded from Portland, ones that seem to be vitally important, yet missing, are those project wrap-up talks given by the various PTLs. I think you're referring to these: https://www

Re: [Openstack] Project wrap-up videos from Portland

2013-05-21 Thread Eric Windisch
Yes, thank you. I'm not sure if the videos weren't posted when I checked, or if I may have accidentally been looking at the Grizzly summit video listing. Either way, they're now where they belong (as long as one looks in the right place). Regards, Eric Windisch On Tuesday, May 21, 2013 at 1

Re: [Openstack] [Keystone] Splitting the Identity Backend

2013-05-21 Thread David Chadwick
If you go for four different types of backend as you propose, and each has an associated config file, then it would be possible to use a single SQL database to hold all the information, or a single writeable LDAP to hold it all, with pointers to the same database in each config file. Alternativ

[Openstack] Disk space requirements for Grizzly install

2013-05-21 Thread Chris Bartels
Hi, What's the smallest disk space I can allocate for the root partition of my OpenStack installation? I'm using a RAID10 of 8x 64GB SSDs, and have very limited disk space because I'll be using 2/3's of the cinder-volumes allocation for LVM snapshots. So I'd like to allocate as little a

[Openstack] Memory requirements for OpenStack vs VM

2013-05-21 Thread Chris Bartels
Hi, If I rent a VPS with 32GB RAM on a server that only has 32GB RAM in total, could OpenStack be choked for memory if the VPS tries to use up all that RAM, or will OpenStack be weighted to take priority over the memory the server has available? Should I only allocate 30GB to the VPS & leav

Re: [Openstack] Memory requirements for OpenStack vs VM

2013-05-21 Thread Matthew Thode
On 05/21/13 12:24, Chris Bartels wrote: > Hi, > > > > If I rent a VPS with 32GB RAM on a server that only has 32GB RAM in total, > could OpenStack be choked for memory if the VPS tries to use up all that > RAM, or will OpenStack be weighted to take priority over the memory the > server has avai

Re: [Openstack] more info on this raise exception.NoValidHost

2013-05-21 Thread Belmiro Moreira
Hi, Let me just had that an instance can fail in different filters in different hosts. Some filters LOG the reason if debug=true. Check /var/log/nova/scheduler.log cheers, Belmiro On May 21, 2013, at 3:18 PM, Lei Zhang wrote: > Yes, nova-scheduler has lots of filters to check if nova-compute

[Openstack] Swift questions

2013-05-21 Thread Mark Brown
Hello, I had a few more basic Swift questions.. 1. In Swift, when a rebalance is happening, does the client have write access to the object? Does Swift have a mechanism to lock down one copy which it is moving, and allow updates to the remaining two copies and do a final sync somehow? What is t

Re: [Openstack] Swift questions

2013-05-21 Thread Chuck Thier
Hi Mark, On Tue, May 21, 2013 at 6:46 PM, Mark Brown wrote: > Hello, > I had a few more basic Swift questions.. > > 1. In Swift, when a rebalance is happening, does the client have write > access to the object? Does Swift have a mechanism to lock down one copy > which it is moving, and allow upda

Re: [Openstack] Virtual memory to use

2013-05-21 Thread Jay Kumbhani
Razique, So can it be possible to create Flavors that uses swap space as memory allocation and not the real physical memory? Provide some insights and steps to configure. Thanks Jay Sent from my iPad On May 21, 2013, at 9:01 PM, Razique Mahroua wrote: > You can create flavors with a swap s

Re: [Openstack] Virtual memory to use

2013-05-21 Thread Alex Bame
Hi Jay, I think what you're looking for is called "overcommit": http://docs.openstack.org/trunk/openstack-ops/content/overcommit.html OpenStack will allow you to allocate more memory to instances than actually exists on the host. --Alex On Tue, May 21, 2013 at 7:47 PM, Jay Kumbhani wrote: >

Re: [Openstack] DHCP problem in grizzly

2013-05-21 Thread Thomas Kärgel
Hi Johanna, sure, I'll report my results, but this can take a while. The last time this issue occurred on my environment is May 10th. It occurs quite sporadic and i don't know how to manually reproduce this issue yet (i have to be very careful with my experiments since the environment is running p