Re: [Openstack] How do I stop image-create from using /tmp?

2012-06-30 Thread Lars Kellogg-Stedman
> So, maybe setting any of this environment variables for nova-compute > to desired value sholuld help. Yeah, I was expecting that. Given that this could easily take out a compute host I'd like to see it get an explicit configuration value (or default to instance_dir, I guess). If I can sort out

[Openstack] Openstack and Google Compute Engine

2012-06-30 Thread Simon G.
Hello, I've heard about Google's cloud recently. What do you think about it? Will it be compatible with openstack? Or will openstack be compatible with them? Anyone knows something about their solution? it's purely their technology? Or maybe they were inspired by openstack or something else. What

Re: [Openstack] HA inside VMs (via Corosync/Pacemaker)

2012-06-30 Thread Steven Dake
On 06/30/2012 06:32 AM, Christian Parpart wrote: > On Sat, Jun 30, 2012 at 1:51 PM, Narayan Desai > wrote: > > On Sat, Jun 30, 2012 at 3:06 AM, Christian Parpart > wrote: > > Hm, Pacemaker/Corosync *inside* the VM will add the

Re: [Openstack] HA inside VMs (via Corosync/Pacemaker)

2012-06-30 Thread Christian Parpart
On Sat, Jun 30, 2012 at 1:51 PM, Narayan Desai wrote: > On Sat, Jun 30, 2012 at 3:06 AM, Christian Parpart > wrote: > > Hm, Pacemaker/Corosync *inside* the VM will add the Service-IP to the > local > > ethernet > > interface, and thus, the outside OpenStack components do not know about. > > > > U

Re: [Openstack] HA inside VMs (via Corosync/Pacemaker)

2012-06-30 Thread Narayan Desai
On Sat, Jun 30, 2012 at 3:06 AM, Christian Parpart wrote: > Hm, Pacemaker/Corosync *inside* the VM will add the Service-IP to the local > ethernet > interface, and thus, the outside OpenStack components do not know about. > > Using a dedicated floating IP pool for service IPs might feel like a gre

Re: [Openstack] How do I stop image-create from using /tmp?

2012-06-30 Thread Boris Filippov
As I remember, destination directory for snapshot is created by mkdtemp. What module documantation says about default temp directory: tempfile.tempdir When set to a value other than None, this variable defines the default value for the dir argument to all the functions defined in this module. If t

Re: [Openstack] HA inside VMs (via Corosync/Pacemaker)

2012-06-30 Thread Christian Parpart
Oh, no. I use floating IPs for actually "real" public IPs. But now, that you mention the pools, well, I would have to assign one "floating IP" to at least TWO KVM instances. Hm, Pacemaker/Corosync *inside* the VM will add the Service-IP to the local ethernet interface, and thus, the outside OpenSt