[Openstack] Volume with ZVol : opinion on code

2012-07-20 Thread Nicolas de BONFILS
ot or export them as independent volume. What it does not (yet) : * share with native ZFS ISCSI (due to ZFSOnLinux limitation) Thanks for all your ideas, advice, ... --- Nicolas de Bonfils # vim: tabstop=4 shiftwidth=4 softtabstop=4 # Copyright 2012 Nicolas de Bonfils openst...@nicolas

Re: [Openstack] ZFS/ZVol + iscsi for volume

2012-06-11 Thread Nicolas de BONFILS
In fact, my question is more about how to integrate it within nova workflow. I know how do each step (zfs pool, iscsi export, iscsi attach in vm) but this way is not register by nova db because it's not nova commands. I was looking for people who have replace the LVM creation and iscsiadm export

Re: [Openstack] ZFS/ZVol + iscsi for volume

2012-06-10 Thread Nicolas de BONFILS
Hi Diego, Thanks for your ideas about vm storage.In my proposal/question, I got in mind (for now) volume more than vm storage (with the zfs property allowing nfs sharing, I believe that vm storage can already be done with zfs backend). --- Nicolas On 2012-06-10 17:58, Diego Parrilla Santamaría wr

[Openstack] ZFS/ZVol + iscsi for volume

2012-06-10 Thread Nicolas de BONFILS
Hi Stackers, I got an idea/question about iscsi volume. Actually the workflow is : * create an LVM pool * create a volume in this pool (with nova command or horizon UI) * share it with an iscsi target (the compute/volume node) * attach it with an iscsi initiato

Re: [Openstack] Quantum Integration Part 3

2012-04-25 Thread Nicolas de BONFILS
Salut Emilien, - Horizon with Quantum : I can't integrate Quantum in the dashboard > even with > http://docs.openstack.org/trunk/openstack-compute/admin/content/build-and-configure-openstack-dashboard.html > It's because this part of the doc is outdated, quantum in horizon has be disabled, ne

Re: [Openstack] Unable to enter horizon after reboot

2012-04-21 Thread Nicolas de BONFILS
jeste-te de sufletul tau > ca si cum ai muri maine! >-------------- > *From:* Nicolas de BONFILS > *To:* andrei cosmin > *Cc:* "openstack@lists.launchpad.net" > *Sent:* Saturday, April 21, 2012 2:59 PM > *Subject:* Re: [Openstack] Unable to enter h

Re: [Openstack] Unable to enter horizon after reboot

2012-04-21 Thread Nicolas de BONFILS
Hi, Horizon use keystone to authenticate. devstack run all the service in a screen session. When you reboot, this screen session is stopped and all the services with it. Running "rejoin-stack.sh" relaunch the screen session and the associated services (notably keystone). Without this script, no ke

Re: [Openstack] ERROR: Can not find requested image (HTTP 400)

2012-04-13 Thread Nicolas de BONFILS
Hi, In dashboard, in the images/snapshots area can you list the images ? Can you put the output of glance-api, please ? --- Nicolas On Fri, Apr 13, 2012 at 18:07, Guilherme Birk wrote: > I'm having problems when trying to boot a new instance using nova boot > (ERROR: Can not find requested

Re: [Openstack] Instance can't reach dhcp or metadata

2012-04-10 Thread Nicolas de BONFILS
Hi, I can't get the ssh connection,VNC doesn't respond and 10.0.0.1 go to localhost (ssh to server itself) --- Nicolas On Tue, Apr 10, 2012 at 21:42, Dan Wendlandt wrote: > > > On Tue, Apr 10, 2012 at 11:54 AM, Nicolas de BONFILS > wrote: > >> Things start

Re: [Openstack] Instance can't reach dhcp or metadata

2012-04-10 Thread Nicolas de BONFILS
Things starting to work ! When I boot boot cirros image with ip 10.0.0.1, I can ssh (even if it doesn't accept my password), but when I lauch tty-uec image (or other) with ip starting at 10.0.0.2, ssh tell "no route to host" I sum up the actual conf - br-int as bridge in OVS, no other conf (n

Re: [Openstack] Instance can't reach dhcp or metadata

2012-04-10 Thread Nicolas de BONFILS
Hi all, Output of list bridge (I reuse br-int as it was initially) > ➜ ~nicolas ovs-vsctl list bridge br-int > _uuid : fccace0c-5518-4a8c-85d1-7d8638d57e6a > controller : [] > datapath_id : "0ececafc8c4a" > datapath_type : "" > external_ids: {bri

Re: [Openstack] Instance can't reach dhcp or metadata

2012-04-10 Thread Nicolas de BONFILS
, Apr 9, 2012 at 4:57 AM, Nicolas de BONFILS > wrote: > >> Hi, >> >> Thanks for the advice but I instead of using FlatManager, I use >> QuantumManager * >> (network_manager=nova.network.quantum.manager.QuantumManager) >> * >> Also, to be more accurate, Q

Re: [Openstack] Instance can't reach dhcp or metadata

2012-04-09 Thread Nicolas de BONFILS
Hi, Thanks for the advice but I instead of using FlatManager, I use QuantumManager * (network_manager=nova.network.quantum.manager.QuantumManager) * Also, to be more accurate, Quantum assign an ip to my VM (I see it in horizon and in nova/quantum mysql db), but the VM doe not get it. Regards ---

[Openstack] Instance can't reach dhcp or metadata

2012-04-09 Thread Nicolas de BONFILS
Hi stackers, I got, using devstack, openstack running. I can launch instance correctly (as seen in horizon state) but the instance can't reach the dhcp or the metadata. Here the topology (as it *should* be, but I maybe need to configured otherwise in the conf) of my server (one box only) : -

Re: [Openstack] Swift backend with Keystone v1 auth

2012-03-27 Thread Nicolas de BONFILS
Hi, We are adding v2 support in this review > https://review.openstack.org/#change,5856, glance and keystone+swift > support should be available soon. > I know, I almost broke my "refresh" keyboard key during the day to see if it was merged. Its seems I need to wait a little longer (my project is

[Openstack] Swift backend with Keystone v1 auth

2012-03-27 Thread Nicolas de BONFILS
Hi, I got Openstack up and running on Debian with Devstack (btw : people interested in debian specificity can check the fork in my github account : nicolas2bonfils/devstack ). Glance is configured with file backend and I want to setup it with swift backend. Actually Glance only support keystone v

Re: [Openstack] [devstack] unknown url type: git+https in quantum pipdependencies

2012-03-23 Thread Nicolas de BONFILS
+question/191325 > > ** ** > > Workarounds suggested. Just tried and it worked. > > ** ** > > Thanks > > Rohit > > ** ** > > *From:* openstack-bounces+roagarwa=cisco@lists.launchpad.net [mailto: > openstack-bounces+roagarwa=cisco....@lists

[Openstack] [devstack] unknown url type: git+https in quantum pip dependencies

2012-03-23 Thread Nicolas de BONFILS
Hi stackers, I use devstack to install, and got the following error : > + cd /home/nicolas/openstack/quantum > + sudo python setup.py develop > running develop > Checking .pth file support in /usr/local/lib/python2.7/dist-packages/ > /usr/bin/python -E -c pass > TEST PASSED: /usr/local/lib/python

Re: [Openstack] Help on Quantum installation through DevStack (openvswitch error) !!

2012-03-12 Thread Nicolas de BONFILS
Hi, I got the same error that I resolved by compiling my kernel with openvswitch activated as a module. It's not the easiest solution but it worked for me. Regards --- Nicolas On Mon, Mar 12, 2012 at 20:17, hitesh wadekar wrote: > Hello Friends, > > I want to fix the "Quantum Starter Bugs" (

Re: [Openstack] question

2012-03-08 Thread Nicolas de BONFILS
Bonjour, Comme la mailling list est en anglais, vous deviez poser la question en anglais. De plus, concernant OVH, vous obtiendrez plus de réponse sur les forum OVH Cdt, --- Hi, As the mailing list is in English, you should ask in English for better comprehension. Regarding OVH (french hosting

Re: [Openstack] glance authentication problem

2011-09-16 Thread Nicolas de BONFILS
Hi all, I got the same problem, Check this bug https://bugs.launchpad.net/glance/+bug/850685 and this question https://answers.launchpad.net/glance/+question/170979 --- Nicolas On Fri, Sep 16, 2011 at 16:46, Carlo Impagliazzo wrote: > Hi, all > > I've configured glance with > default_store =