[Openstack] Can not create snapshot

2013-01-30 Thread Wolfgang Hennerbichler
Hi, using ubuntu LTS and latest folsom release, but I am unfortunately unable to create a snapshot of a running instance. I see the following errors in nova-compute.log and have a hard time interpreting the errors: libvirtError: [-] Error during ComputeManager._report_driver_status: Domain n

Re: [Openstack] nova client support for restore from soft delete ?

2013-01-30 Thread Hanyu Xiao
Hi guys: As I know, soft-delete an instance only power off the instance and then mark the db state to "soft-delete". you can use `nova start ` to poweron the instance. Thanks. On 01/31/2013 01:32 PM, Sam Stoelinga wrote: It seems we're using start to restore the instance, which also works.

[Openstack] nova ceph integration

2013-01-30 Thread Wolfgang Hennerbichler
Hi, I'm sorry if this has been asked before. My question is: can I integrate ceph into openstack's nova & cinder in a way, that I don't need /var/lib/nova/instances anymore? I'd like to have EVERYTHING in ceph, starting from glance images to nova-disk-images and volumes (cinder). And more imp

[Openstack] Multi-site OpenStack deployments

2013-01-30 Thread Balamurugan V G
Hi, Is there a recommended way to deploy OpenStack at multiple sites/data centers? Basically I want to have just one cluster of SWIFT, Glance etc so that the images do not have to be maintained by me and I can still deploy those images on compute nodes at any site. Any thoughts on this will be he

Re: [Openstack] nova client support for restore from soft delete ?

2013-01-30 Thread Sam Stoelinga
It seems we're using start to restore the instance, which also works. novaclient(request).servers.start(instance_id) Sam On Thu, Jan 31, 2013 at 10:43 AM, Vishvananda Ishaya wrote: > > Yes I noticed the other day that the restore and force_delete admin > commands are not in novaclient. I was pl

Re: [Openstack] multiple public ip

2013-01-30 Thread Vishvananda Ishaya
On Jan 30, 2013, at 11:35 AM, Umar Draz wrote: > Hi Caitlin, > > I need multiple ip address for my Haproxy server. > > Here is my senario > > I have already running Haproxy Server virtual machine for web load balancing > on vSphare with 45 public ip address. We are running 45 diffrent web

[Openstack] Horizon and open connections

2013-01-30 Thread Sam Morrison
We have horizon running based on the Ubuntu Folsom Cloud Archive packages. What I notice is that after a while we have thousands of connections in the CLOSE_WAIT state to keystone and our nova api servers. The host also uses up all it's available memory (2GB) After a restart of apache all the c

Re: [Openstack] nova client support for restore from soft delete ?

2013-01-30 Thread Vishvananda Ishaya
Yes I noticed the other day that the restore and force_delete admin commands are not in novaclient. I was planning on adding them at some point soon, but it should be a really easy addition if someone wants to tackle it before I get to it. Vish On Jan 30, 2013, at 2:24 AM, "Day, Phil" wrote:

Re: [Openstack] Problem with IP on VMs

2013-01-30 Thread Lei Zhang
check list - login the vm through vnc, and check whether it get IP? - login in the vm from the host machine to check whether the IP is works - check the secgroup using command nova secgroup-list-rules On Thu, Jan 31, 2013 at 8:20 AM, Guilherme Russi wrote: > No, how can I do that? >

Re: [Openstack] [Swift] Administration Interfaces/Tools for Swift

2013-01-30 Thread Alex Yang
You can try to use StatD wisth zabbix. 2013/1/31 Gui Maluf > Nice things guys! > I think for the monitoring purpose swift is well served. There is many > tools that make the work. But seems that there is a lack of a admin > interface, right? What I've found on SwiftStack looks pretty, but > unf

Re: [Openstack] Problem with IP on VMs

2013-01-30 Thread Guilherme Russi
No, how can I do that? Thank you. 2013/1/30 Rain Li > Have you setup the secgroup rules? > > > On Wed, Jan 30, 2013 at 2:02 PM, Ritesh Nanda wrote: > >> Can you give more details for your setup. >> >> On Thu, Jan 31, 2013 at 12:55 AM, Guilherme Russi < >> luisguilherme...@gmail.com> wrote: >>

Re: [Openstack] List of Cinder compatible devices

2013-01-30 Thread Tom Fifield
Here's a starting point: http://wiki.openstack.org/CinderSupportMatrix Regards, Tom On 31/01/13 09:00, Sébastien Han wrote: > + RBD (Ceph) > > +1 for the matrix, this will be really nice :-) > -- > Regards, > Sébastien Han. > > > On Wed, Jan 30, 2013 at 5:04 PM, Tim Bell wrote: >> >> >> Is

Re: [Openstack] List of Cinder compatible devices

2013-01-30 Thread Sébastien Han
+ RBD (Ceph) +1 for the matrix, this will be really nice :-) -- Regards, Sébastien Han. On Wed, Jan 30, 2013 at 5:04 PM, Tim Bell wrote: > > > Is there a list of devices which are currently compatible with cinder and > their relative functionality ? > > > > Looking through the source code, ther

Re: [Openstack] Problem with IP on VMs

2013-01-30 Thread Rain Li
Have you setup the secgroup rules? On Wed, Jan 30, 2013 at 2:02 PM, Ritesh Nanda wrote: > Can you give more details for your setup. > > On Thu, Jan 31, 2013 at 12:55 AM, Guilherme Russi < > luisguilherme...@gmail.com> wrote: > >> Hello all, >> >> I'm using Folsom on Ubuntu server 12.04 and I'm

Re: [Openstack] Problem with IP on VMs

2013-01-30 Thread Ritesh Nanda
Can you give more details for your setup. On Thu, Jan 31, 2013 at 12:55 AM, Guilherme Russi < luisguilherme...@gmail.com> wrote: > Hello all, > > I'm using Folsom on Ubuntu server 12.04 and I'm getting problems with > ping and login ssh. Can anybody help me? > > Regards. > > Guilherme. > > _

Re: [Openstack] multiple public ip

2013-01-30 Thread Ritesh Nanda
What i know you can't assign two or more Floating ip to a instance , a solution which i can see for your problem can be having Dns server even on local network , assign it a floating ip even , and Using external and internal veiws in DNS you can route your request from Ha proxy to local network vm

Re: [Openstack] Copy glance image to cinder bootable volumes - "copy_image_to_volume"

2013-01-30 Thread John Griffith
On Wed, Jan 30, 2013 at 7:39 AM, Lei Zhang wrote: > I also have a question. What's the requirement for the image? I found > nothing int the doc. > > > On Tue, Jan 29, 2013 at 5:38 PM, Benoit ML wrote: > >> Hello, >> >> Thank you ! nice :) >> I'm really impatient to test cinder with NetApp device

Re: [Openstack] multiple public ip

2013-01-30 Thread Umar Draz
Hi Caitlin, I need multiple ip address for my Haproxy server. Here is my senario I have already running Haproxy Server virtual machine for web load balancing on vSphare with 45 public ip address. We are running 45 diffrent websites and we required diffrent ips for each webiste. We have 6 webser

[Openstack] Problem with IP on VMs

2013-01-30 Thread Guilherme Russi
Hello all, I'm using Folsom on Ubuntu server 12.04 and I'm getting problems with ping and login ssh. Can anybody help me? Regards. Guilherme. ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe :

Re: [Openstack] Copy glance image to cinder bootable volumes - "copy_image_to_volume"

2013-01-30 Thread Martinx - ジェームズ
BTW! On the step 2, if you install a "Ubuntu Minimal Virtual Machine", select "Guided LVM Partitioning". This way, when you make a 5~10~50G boot-volume, you'll be able to easily grow your Ubuntu file systems (from 2.5G inicial) using its internal LVM (try parted instead of fdisk/cfdisk!)... You'll

Re: [Openstack] multiple public ip

2013-01-30 Thread Caitlin Bestler
Umar Draz asked:   > I want to allocate multiple public ip address to instance, is this possible > with openStack?   In order to properly orchestrate resources you need to distinguish between the server holding that resource and the IP address used to talk with that server. The fact that a ser

Re: [Openstack] Copy glance image to cinder bootable volumes - "copy_image_to_volume"

2013-01-30 Thread Martinx - ジェームズ
What I just did to successfully "boot from a volume": 1- Create a KVM Virtual Machine on top of a LVM Logical Volume of 2.5G as its HD (disk type block - /dev/volgrp0/vmname-disk0); 2- Install your favorite OS; 3- shutdown it; 4- make a image of it: dd if=/dev/volgrp0/vmname-disk0 of=myfavorite

Re: [Openstack] console.log is empty, what to do?

2013-01-30 Thread JuanFra Rodriguez Cardoso
Hi all: I've tested default image 'cirros' and instance logging works fine. However, I need to add some script to /etc/rc3.d/ in my instance (CentOS). Does anyone know how to redirect initial logs to file "console.log"? Thanks, JuanFra --- Hi Guys, I have a question concerning the instance

[Openstack] multiple public ip

2013-01-30 Thread Umar Draz
HI, I want to alocate multiple public ip address to instance, is this possible with openStack? Best Regards, Umar ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openst

Re: [Openstack] [Swift] Administration Interfaces/Tools for Swift

2013-01-30 Thread Gui Maluf
Nice things guys! I think for the monitoring purpose swift is well served. There is many tools that make the work. But seems that there is a lack of a admin interface, right? What I've found on SwiftStack looks pretty, but unfortunately their tool is paid, and I couldnt get how much they want for t

[Openstack] List of Cinder compatible devices

2013-01-30 Thread Tim Bell
Is there a list of devices which are currently compatible with cinder and their relative functionality ? Looking through the source code, there are EMC, IBM, NetApp, Nexenta but it is not clear which models are supported or if there are other products also. A functionality matrix (like t

Re: [Openstack] Copy glance image to cinder bootable volumes - "copy_image_to_volume"

2013-01-30 Thread Avishay Traeger
Lei Zhang wrote on 01/30/2013 04:39:22 PM: > I also have a question. What's the requirement for the image? I > found nothing int the doc. Hi, The requirements that I can think of off the top of my head are: 1. The image should be bootable 2. The image is converted to raw before being written to t

Re: [Openstack] Configuring instances during first boot

2013-01-30 Thread Juerg Haefliger
On Wed, Jan 30, 2013 at 3:08 PM, Scott Moser wrote: > On Tue, 29 Jan 2013, Juerg Haefliger wrote: > >> On Tue, Jan 29, 2013 at 3:03 PM, Pádraig Brady wrote: >> > On 01/29/2013 01:08 PM, JuanFra Rodriguez Cardoso wrote: >> >> >> >> Thanks for your replies!! >> >> >> >> Has anyone tried to resize r

Re: [Openstack] Copy glance image to cinder bootable volumes - "copy_image_to_volume"

2013-01-30 Thread Lei Zhang
I also have a question. What's the requirement for the image? I found nothing int the doc. On Tue, Jan 29, 2013 at 5:38 PM, Benoit ML wrote: > Hello, > > Thank you ! nice :) > I'm really impatient to test cinder with NetApp device (soon it will be). > > In the documentation : > > http://docs.op

Re: [Openstack] Configuring instances during first boot

2013-01-30 Thread Scott Moser
On Tue, 29 Jan 2013, Juerg Haefliger wrote: > On Tue, Jan 29, 2013 at 3:03 PM, Pádraig Brady wrote: > > On 01/29/2013 01:08 PM, JuanFra Rodriguez Cardoso wrote: > >> > >> Thanks for your replies!! > >> > >> Has anyone tried to resize root disk of Centos/Fedora instances with > >> cloud-init? > >

[Openstack] [Nova] Detect KVM zombie instances

2013-01-30 Thread Alejandro Comisario
Hi guys. Maybe i had to ask in a KVM list, but worth the try. We have lots of instances that some tenants spawn and left them for "testing purposes" floating in the cloud. Since we know that tools like powertop and alike can help us, the idea is to detect instances that are basically, doing nothi

Re: [Openstack] nova client support for restore from soft delete ?

2013-01-30 Thread Day, Phil
Hi Vish, Sorry, I wasn't very clear in my original post. I have reclaim_instance_inteval set, and the instance does go to "SOFT_DELETED". I can see that the api extension adds a "restore" verb to the list of actions on an instance. What I was trying to find out was if that additional action

Re: [Openstack] confused about nova-manage network create parameters

2013-01-30 Thread Shake Chen
I aslo have other question. In folsom, use nova netwrok. nova-manage network create private --fixed_range_v4=${FIXED_RANGE} --num_networks=1 --bridge=br100 --bridge_interface=eth0 --network_size=${NETWORK_SIZE} --dns1=8.8.8.8 --dns2=8.8.4.4 --multi_host=T but seem the dns setting not working. th