Re: [Openstack] DHCP Replies

2013-08-21 Thread Édouard Thuleau
It's not a dnsmasq problem. I think the problem is: https://bugs.launchpad.net/neutron/+bug/1185916 with the Neutron Server and the DHCP agent updates loosed when the load is too high. Édouard. On Thu, Aug 22, 2013 at 6:47 AM, Linus Nova wrote: > > Hi, > > Some times Dnsmasq (dhcp lease offer)

Re: [Openstack] [swift] ERROR Insufficient Storage

2013-08-21 Thread pangj
I have found the issues from this thread, https://answers.launchpad.net/swift/+question/161796 b/c my second disk is a soft link to /srv/node/sdb1, not mounted under the path. So I added this statement: mount_check = false to the storage nodes' config files. Now it works fine: $ swift -A h

Re: [Openstack] [swift] ERROR Insufficient Storage

2013-08-21 Thread Hugo
1) Are all disks mounted properly ? Default swift drives mount point is /arc/node. $> ls /srv/node 2) how's the ring looks like now? $> swift-ring-builder /etc/swift/object.builder 從我的 iPhone 傳送 pangj 於 2013/8/21 下午10:57 寫道: > Hi, > > After installing the Swift I run the test command: > >

Re: [Openstack] DHCP Replies

2013-08-21 Thread Linus Nova
Hi, Some times Dnsmasq (dhcp lease offer) does not function correctly. try this : killall dnsmasq service quantum-dhcp restart Hard reboot your VM and start tcpdump on the tap near Dnsmasq to check the traffic. Best. Linus > Le mercredi 21 août 2013, Mina Nagy Zaki a écrit : > >> Hell

[Openstack] [swift] ERROR Insufficient Storage

2013-08-21 Thread pangj
Hi, After installing the Swift I run the test command: $ curl -k -v -H 'X-Auth-Token: AUTH_tk02863583400d4141a522fd185432a5f3' http://172.17.6.32:8080/v1/AUTH_system * About to connect() to 172.17.6.32 port 8080 (#0) * Trying 172.17.6.32... connected > GET /v1/AUTH_system HTTP/1.1 > User-Age

Re: [Openstack] oversubscribe node

2013-08-21 Thread Alex Glikson
Steve Heistand wrote on 22/08/2013 01:45:08 AM: > From: Steve Heistand > To: James R Penick , > Cc: "openstack@lists.openstack.org" > Date: 22/08/2013 02:10 AM > Subject: Re: [Openstack] oversubscribe node > > that would probably have been useful info yes :) > > latest grizzly on ubuntu 12.0

Re: [Openstack] DHCP Replies

2013-08-21 Thread Linus Nova
Hi, Some times Dnsmasq (dhcp lease offer) does not function correctly. try this : killall dnsmasq service quantum-dhcp restart Hard reboot your VM and start tcpdump on the tap near Dnsmasq to check the traffic. Best. Linus Le mercredi 21 août 2013, Mina Nagy Zaki a écrit : > Hello, >

Re: [Openstack] object-oriented design in nova--room for improvement?

2013-08-21 Thread Joshua Harlow
There is always room for improvement I hope ;) +openstack-dev (I think where u wanted this to go). A question, are u thinking about organizing the 'metadata' associated with resources? If so it might be interesting to see if there could be a grand unification around something like 'ResourceTrack

[Openstack] object-oriented design in nova--room for improvement?

2013-08-21 Thread Chris Friesen
Hi, I'm pretty new to OpenStack, so maybe I'm still not grokking the overall design. Feel free to tell me I'm totally full of it. :) Anyways, I've been poking around in the code with an eye towards maybe extending the set of information exported by the compute nodes for use in scheduler fi

[Openstack] [trove] - Discussion on Clustering and Replication API

2013-08-21 Thread McReynolds, Auston
Blueprint: https://wiki.openstack.org/wiki/Trove-Replication-And-Clustering-API Questions: * Today, /instance/{instance_id}/action is the single endpoint for all actions on an instance (where the action is parsed from the payload). I see in the newly proposed /clusters api that there's /clusters

Re: [Openstack] oversubscribe node

2013-08-21 Thread Gangur, Hrushikesh (HP Converged Cloud - R&D - Sunnyvale)
The Filter Scheduler (nova.scheduler.filter_scheduler.FilterScheduler) is the default scheduler for scheduling virtual machine instances. It supports filtering and weighting to make informed decisions on where a new instance should be created. This Scheduler can only be used for scheduling compu

Re: [Openstack] oversubscribe node

2013-08-21 Thread James R Penick
Which scheduler are you using? Also, which version of Openstack? :)= On 8/21/13 2:56 PM, "Steve Heistand" wrote: >Hi folks, > >so Im a little confused, on my compute nodes I have the allocation ratio >set: > >root@node004:~# cat /etc/nova/nova-compute.conf >[DEFAULT] >.. >cpu_allocation_r

Re: [Openstack] oversubscribe node

2013-08-21 Thread Steve Heistand
that would probably have been useful info yes :) latest grizzly on ubuntu 12.04 and compute_scheduler_driver=nova.scheduler.simple.SimpleScheduler scheduler_default_filters=AggregateInstanceExtraSpecsFilter,AvailabilityZoneFilter,RamFilter,ComputeFilter On 08/21/2013 03:40 PM, James R Penick w

Re: [Openstack] oversubscribe node

2013-08-21 Thread Steve Heistand
does that imply that you cant have different allocation values for different physical nodes? that seems a little wrong if its the case. steve On 08/21/2013 03:42 PM, Diego Parrilla Santamaría wrote: > Try to put those options in the nova.conf file that the nova-scheduler > process reads, not in

Re: [Openstack] [cinder] CreateVolumeFromSpecTask._create_from_image

2013-08-21 Thread Joshua Harlow
Is there anyway for the volume driver to have some kind of mechanism to say 'export volume before' instead of 'after'?? That would be one way to handle this. From: Victor Rodionov mailto:victor.rodio...@nexenta.com>> Date: Tuesday, August 20, 2013 11:31 AM To: openstack mailto:openstack@lists.

Re: [Openstack] oversubscribe node

2013-08-21 Thread Diego Parrilla Santamaría
Try to put those options in the nova.conf file that the nova-scheduler process reads, not in the nova-compute servers. Cheers Diego -- Diego Parrilla *CEO* *www.stackops.com | * diego.parri...@stackops.com** | +34 649 94 43 29 | skype:diegoparrilla* *

[Openstack] oversubscribe node

2013-08-21 Thread Steve Heistand
Hi folks, so Im a little confused, on my compute nodes I have the allocation ratio set: root@node004:~# cat /etc/nova/nova-compute.conf [DEFAULT] .. cpu_allocation_ratio=1.0 ram_allocation_ratio=1.0 ... but I got into a state where the node is oversubscribed. From nova hypervisor-show node0

Re: [Openstack] problem in creating a VM

2013-08-21 Thread Aaron Rosen
Looks like the request to glance timed out. Can you do glance image-list to see if that is working? Aaron On Wed, Aug 21, 2013 at 6:16 AM, Zhengguang Ou wrote: > Hi all, > I have installed grizzly on ubuntu 13.04 and VMWare virtual machine, When > I create a vm, I hava a problem. > nova-compute

Re: [Openstack] Use of VIPs in Openstack

2013-08-21 Thread Martinx - ジェームズ
Hi! I believe you need this: http://www.linuxvirtualserver.org/VS-DRouting.html With it, you can have, for example, a Dashboard with a VIP... Best, Thiago On 21 August 2013 11:05, Jake G. wrote: > > > On 2013/08/21, at 19:30, JuanFra Rodriguez Cardoso < > juanfra.rodriguez.card...@gmail.com

[Openstack] Minutes from the Technical Committee meeting (August 20)

2013-08-21 Thread Thierry Carrez
The OpenStack Technical Committee ("TC") met in #openstack-meeting at 20:00 UTC yesterday. Here is a quick summary of the outcome of this meeting: * We approved a motion to start using Gerrit in the near future to track motions and record TC votes. We will still require that motions are discussed

Re: [Openstack] tap/qvb/qvo interfaces are not being deleted on compute node

2013-08-21 Thread Kyle Mestery (kmestery)
On Aug 20, 2013, at 11:37 PM, Nick Maslov wrote: > Hi, > > In my test installation of OpenStack, I see that too many tap/qvb/qvo > interfaces are still there - but I have too few running instances to use them > all. > > It looks like: > > root@nova02:~# virsh list --all > IdName

[Openstack] Quantum L3 Performance Problems

2013-08-21 Thread Justin Brown
Hello, I'm having some severe network performance problems with OpenStack Quantum. I have a pretty normal Open vSwitch Quantum configuration using GRE tunnels. One thing to note is that I have limited hardware at this point. Rather than having dedicated controller and Quantum hosts, they are runn

Re: [Openstack] Use of VIPs in Openstack

2013-08-21 Thread Jake G.
On 2013/08/21, at 19:30, JuanFra Rodriguez Cardoso wrote: > Hi: > > Can the LbaaS extension meet your need? > http://docs.openstack.org/api/openstack-network/2.0/content/lbaas_ext.html > > > > --- > JuanFra > > > 2013/8/21 Jake G. >> Great job! that looks awesome. Cant wait for the pa

[Openstack] problem in creating a VM

2013-08-21 Thread Zhengguang Ou
Hi all, I have installed grizzly on ubuntu 13.04 and VMWare virtual machine, When I create a vm, I hava a problem. nova-compute.log: 2013-08-21 05:21:03.592 17518 TRACE nova.compute.manager [instance: 24f9d999-b53f-47c9-adab-716779b0edf4] Traceback (most recent call last): 2013-08-21 05:21:03.592

[Openstack] Host capabilities are not getting updated.

2013-08-21 Thread Peeyush Gupta
Hi, I have been trying to use some additional capabilities in host. As shown in the following link: http://russellbryantnet.wordpress.com/2013/05/21/availability-zones-and-host-aggregates-in-openstack-compute-nova/ I created a flavor and an aggregate. But when I try to boot the instance using t

Re: [Openstack] DHCP Replies

2013-08-21 Thread Mina Nagy Zaki
I have a single node setup so far. I manually removed all the tag ovs properties on the ports and it worked. I'm not using VLANs, so I'm not sure why the quantum OVS plugin is adding tags. tcpdump of br-int and dhcp tap: I started ping from inside the dhcp namespace. I get destination unreachable

Re: [Openstack] Raw Devices Through Cinder?

2013-08-21 Thread Steven Carter (stevenca)
Are you thinking Icehouse timeframe? Are there some blueprint type docs that you can point me to that would give me an idea of how it will work? Thanks, Steven. From: John Griffith [mailto:john.griff...@solidfire.com] Sent: Tuesday, August 20, 2013 7:22 PM To: Steven Carter (stevenca) Cc: open

Re: [Openstack] [keystone][ssl] Help for configure keystone with ssl.

2013-08-21 Thread Hua ZZ Zhang
Qing Long, Here's a document in keystone FYI. https://github.com/openstack/keystone/blob/master/doc/source/apache-httpd.rst Meanwhile, I'm submitting a patch into devstack to enable apache and ssl for keystone service: https://review.openstack.org/#/c/36474/ Please help me to test it if you want.

[Openstack] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

2013-08-21 Thread Raghuram P
___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack@lists.openstack.org Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack

Re: [Openstack] Use of VIPs in Openstack

2013-08-21 Thread JuanFra Rodriguez Cardoso
Hi: Can the LbaaS extension meet your need? http://docs.openstack.org/api/openstack-network/2.0/content/lbaas_ext.html --- JuanFra 2013/8/21 Jake G. > Great job! that looks awesome. Cant wait for the patch to release. > > -- > *From:* Aaron Rosen > *To:* Jak

[Openstack] [keystone][ssl] Help for configure keystone with ssl.

2013-08-21 Thread Qinglong.Meng
Hi All, Os: ubuntu 12.04 LTS keystone version: stable/grizzly I hava seen "keystone-manage ssl_setup" in keystone tag 2013.2.b1. but I can't use it in my version. So I want to know: * how to configure ssl with keystone manual? * how to test configure is ok? Tks for you he

Re: [Openstack] How to restore existing vms after host reboot in devstack

2013-08-21 Thread Qinglong.Meng
+1 2013/8/21 Swapnil Kulkarni > Hello, > > I think the cause is you are running stack.sh everytime you restart > devstack which clears the configuration. rejoin-stack.sh can help for your > cause. > > Before proceeding for running the script please associate the vg file with > a loop device wit

Re: [Openstack] How to restore existing vms after host reboot in devstack

2013-08-21 Thread Batsayan Das
Hello, It solves the problem. Thanks for the help. Regards, Batsayan Das Tata Consultancy Services Mailto: batsayan@tcs.com Website: http://www.tcs.com Experience certainty. IT Services Business Solutions

Re: [Openstack] Baremetal OS image support

2013-08-21 Thread Jake G.
From: Robert Collins To: Jake G. Sent: Wednesday, August 21, 2013 6:24 PM Subject: Re: [Openstack] Baremetal OS image support On 21 August 2013 15:03, Jake G. wrote: > > From: Clint Byrum > To: openstack > Sent: Wednesday, August 21, 2013 12:49 AM > > S

[Openstack] DHCP Replies

2013-08-21 Thread Mina Nagy Zaki
Hello, I have working network configuration, VMs have access to the external network, hosts have access to VMs. But DHCP replies are not making it back into the VMs. tcpdump and iptables tracing show me that the requests make it through just fine, but the replies don't make it out of the qdhcp-XXX

Re: [Openstack] How to restore existing vms after host reboot in devstack

2013-08-21 Thread Swapnil Kulkarni
Hello, I think the cause is you are running stack.sh everytime you restart devstack which clears the configuration. rejoin-stack.sh can help for your cause. Before proceeding for running the script please associate the vg file with a loop device with following command with root losetup /dev/loop

[Openstack] How to restore existing vms after host reboot in devstack

2013-08-21 Thread Batsayan Das
Hi, I launch the openstack by running stack.sh as mentioned in http://devstack.org/guides/single-machine.html I created some images and instances in devstack using dashboard. When I reboot Host machine and run stack.sh again, those images and instance got lost, and I am not able to see those i

[Openstack] What Action take if VM/Instance Broken

2013-08-21 Thread Mahardhika
Hi, i want to know about your guide/tips or how to , if vm/instance cannot get into the system and stuck at booting/bios screen? i purpose to know how to make a bootable cd with iso in it that attache to vm. thanks -- Regards, Mahardhika Gilang ___ M