Re: [Openstack] Install devstack in Ubuntu 10.04

2013-02-21 Thread Marco CONSONNI
Hello, I use 12.10 and it works. Sometimes I find problems with Horizon (failure after logging in) but this is related to the code devstack downloads (latest trunk version) not to devstack or 12.10 version. Cheers, MCo On Thu, Feb 14, 2013 at 2:12 PM, Jean-Baptiste RANSY < jean-baptiste.ra...@

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

2013-02-18 Thread Marco CONSONNI
Hello Sam, I've tried two of them: NFS and Gluster. Some problems with the former (migration didn't work properly), no problem with the latter. I vote for Gluster. Hope it helps, Marco. On Fri, Feb 15, 2013 at 4:40 PM, Samuel Winchenbach wrote: > Hi All, > > Can anyone give me a recommendati

Re: [Openstack] Volume Attach problem: BadRequest: The supplied device path (/dev/) is invalid

2012-12-12 Thread Marco CONSONNI
Hello, the problem is related to the name you used for "blessing" the attachment (/dev/vol_1). It should be something like /dev/vdX where X is a letter like 'c', 'd', 'e', etc Hope it helps. MCo. On Wed, Dec 12, 2012 at 10:03 AM, Skible OpenStack < skible.openst...@gmail.com> wrote: > H

Re: [Openstack] Something horribly wrong with NFS

2012-12-11 Thread Marco CONSONNI
t; at this point Node1 was full >> 9) I launched Vm9 and it started to Node2 << at this point the cloud was stuck (I couldn't start new VMs and the already running VMs didn't perform properly) >> The only action I was able to do was to delete VMs. Hope it helps, Mar

Re: [Openstack] Something horribly wrong with NFS

2012-12-11 Thread Marco CONSONNI
Hello Andrew, using NFS for live migration I found strange behaviors too. To be more specific, I noted that at a certain point I couldn't boot any new VM. Live migration in itself was fine provided that I didn't reach a number of concurrent VMs; the problem was that after a number of VMs (in my c

Re: [Openstack] Nova metadata service

2012-12-10 Thread Marco CONSONNI
Hello, nova-api-metada service is an optional nova daemon that implements an HTTP interface for retrieving metadata you associate to an instance at boot time (see --user-data parameter). Provided that you have installed and correctly configured it, try the following sequence for better understand

Re: [Openstack] How does VMs connect to cinder created Volumes ?

2012-12-05 Thread Marco CONSONNI
Hello, As far as I understand, the communication between a VM, running on a node, and a volume, 'running' on another node, is carried out bu open-iscsi (ISCSI client running on the node where you run the VM) and tgt (iSCSI server running on the node where you host the volumes). Cinder's daemons,

Re: [Openstack] Understanding "flavors" of VM

2012-12-05 Thread Marco CONSONNI
> It seems all the boot disk and ephemeral disk are created as files in > /var/lib/nova/instance/_base. I don't understand why there are two files > of size 2GB (lines marked above with <=). I will look into that later > on. > > I am running into an issue creating a volume

Re: [Openstack] [Cinder] command to list volume-group detected/managed by cinder

2012-12-04 Thread Marco CONSONNI
Hello Ahmed, it seems like we are facing the same problems! I was able to install cinder and you can find the instructions here http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-cinder.html . The instructions still have some errors and/or miss some info you can fi

Re: [Openstack] Understanding "flavors" of VM

2012-12-04 Thread Marco CONSONNI
Sorry, the directory you need to check is /var/lib/nova/instances. MCo. On Tue, Dec 4, 2012 at 5:54 PM, Marco CONSONNI wrote: > Hi Ahmed, > > very technical questions. > I'm not sure my answers are right: I'm just an user... > > In order to answer, I've just l

Re: [Openstack] Understanding "flavors" of VM

2012-12-04 Thread Marco CONSONNI
e VM on the host? >- Is there any way to find out from Horizon how much disk space is > available on a (or each) physical host for VM boot disk allocation? > > Thank you, > Ahmed. > > > > > On Tue, Dec 4, 2012 at 12:07 AM, Marco CONSONNI wrote: > >> Hello,

Re: [Openstack] resizing instance fails

2012-12-04 Thread Marco CONSONNI
Not sure, but it seems like this feature is available for XenServer, only http://osdir.com/ml/openstack-cloud-computing/2011-10/msg00473.html Does anybody know more? Marco. On Mon, Dec 3, 2012 at 3:42 PM, Afef MDHAFFAR wrote: > Hi all, > > when I try to resize a running instance, I get this err

Re: [Openstack] Understanding "flavors" of VM

2012-12-04 Thread Marco CONSONNI
Hello, When you use a flavor with an ephemeral disk size different from zero, the instance is booted with an extra virtual disk whose size is indicated by the ephemeral value (in GB). Using cirros image, try a flavor with ephemeral disk size different from zero (you need to create one yourself b

[Openstack] Is SHOULD_CREATE_BRIDGE flag still used?

2012-11-26 Thread Marco CONSONNI
Hello, I was looking in OpenStack code (nova-network daemon) and I found flag SHOULD_CREATE_BRIDGE that seems to be unused. Actually it is assigned to network_dict['should_create_bridge'] but it seems to me that this flag is never used. Are they still used in the real code? MCo.

Re: [Openstack] nova: instance states and commands

2012-11-21 Thread Marco CONSONNI
;t tell you to read the fine manual because > I know you do and log the most excellent bugs. :) But more commentary > below for how to do some detective work. I would still like for > someone to answer these questions in detail. > > On Tue, Nov 20, 2012 at 4:46 AM, Marco CONSONNI >

[Openstack] nova: instance states and commands

2012-11-20 Thread Marco CONSONNI
Hello, I’m playing with nova CLI and I found that there are several commands for managing the current state of instances running in the cloud. These are the states I found: - · initial - · build - · active - · shutoff - · suspended

[Openstack] A proposal for bug submission process

2012-06-07 Thread Marco Consonni
Hello everybody, My name's Marco and I've been participating to the OpenStack community for some months, now. My contribution is mainly related to report documentation bugs but recently I submitted a couple of code bugs/enhancement requests. I wanted to give some ideas on the bug filing proces