Re: [Openstack-operators] ephemeral storage

2015-10-16 Thread Adam Lawson
The path to where the disk files are kept I believe is var/lib/nova/instances. That's different than the default path used by kvm outside the context of OpenStack. Or try searching for libvirt.xml and you'll find the disks in the same directory/ies. On Oct 16, 2015 5:11 AM, "Federico Michele Facca

Re: [Openstack-operators] [openstack-dev] Make libguestfs available on pypi

2015-10-16 Thread Monty Taylor
On 10/16/2015 11:25 AM, Matt Thompson wrote: Rich, many thanks for the update! I'll see if we can build libguestfs using the steps provided. I'll also try to reach out to the Python Foundation to see if we can get this issue back on their radar. Pinging Donald as well, just in case he has mag

Re: [Openstack-operators] [openstack-dev] Make libguestfs available on pypi

2015-10-16 Thread Matt Thompson
Rich, many thanks for the update! I'll see if we can build libguestfs using the steps provided. I'll also try to reach out to the Python Foundation to see if we can get this issue back on their radar. Regards, Matt On Fri, Oct 16, 2015 at 2:50 PM, Richard W.M. Jones wrote: > On Fri, Oct 16, 2

Re: [Openstack-operators] ephemeral storage

2015-10-16 Thread Federico Michele Facca
Instances by default are incrementaly stored in a path like /var/instances using kvm. On Oct 16, 2015 1:51 PM, "Heiko Krämer" wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi, > > ephemeral disks are configured in your flavor for each instance. > > Cheers > Heiko > > On 16.10.2015

Re: [Openstack-operators] [openstack-dev] Make libguestfs available on pypi

2015-10-16 Thread Matt Thompson
Hi All, Does anyone know if any progress has been made here? We're doing something similar to Kris and it'd be great if libguestfs could be installed directly from pypi. Any information is appreciated. Thanks! --Matt On Thu, Jul 30, 2015 at 12:38 PM, Richard W.M. Jones wrote: > On Thu, Ju

Re: [Openstack-operators] ephemeral storage

2015-10-16 Thread Heiko Krämer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, ephemeral disks are configured in your flavor for each instance. Cheers Heiko On 16.10.2015 13:36, Davíð Örn Jóhannsson wrote: > I'm a bit new to openstack and all things related so bare with me > :) > > > I'm trying to configure disks for ep

[Openstack-operators] ephemeral storage

2015-10-16 Thread Davíð Örn Jóhannsson
I'm a bit new to openstack and all things related so bare with me :) I'm trying to configure disks for ephemeral? storage of compute nodes that have cinder already configured and I can't seem to find any documentation regarding that or how to configure local disks for storage. Could anybody p

Re: [Openstack-operators] How to use nova-scheduler for nova-docker

2015-10-16 Thread zhangjian2011
Hi, FYI. http://docs.openstack.org/image-guide/content/image-metadata.html By the way, If OK, you can filter them using Zone. On 10/16/2015 02:14 PM, hittang wrote: Hello everyone. I have an openstack installtion,which has one controller node, one network node, and two computes node. One co