[Openstack] How can I specify which filesystem to use for ephemeral storage per image?

2012-10-29 Thread Erik Lindblad
Hi! I'm running a nova cloud (essex) with both linux and windows instances. I want the windows images to boot with an ephemeral pre-formatted ntfs drive. I've tried setting: virt_mkfs="windows=mkfs.ntfs --force --fast --label %(fs_label)s %(target)s" in nova.conf and I've also set the os_type me

Re: [Openstack] How can I specify which filesystem to use for ephemeral storage per image?

2012-11-02 Thread Erik Lindblad
Not sure if it helps bumping my own email, but here's a launchpad question as well. Still haven't been able to solve this, it's keeping us from transitioning our windows tests from eucalyptus. https://answers.launchpad.net/nova/+question/212734 --Erik On Mon, Oct 29, 2012 a

Re: [Openstack] How can I specify which filesystem to use for ephemeral storage per image?

2012-11-02 Thread Erik Lindblad
rk as expected: virt_mkfs=default=mkfs.ext4 -L %(fs_label)s -F %(target)s virt_mkfs=windows=mkfs.ntfs --force --fast --label %(fs_label)s %(target)s On Fri, Nov 2, 2012 at 8:41 AM, Erik Lindblad wrote: > Not sure if it helps bumping my own email, but here's a launchpad question > as we

[Openstack] How do I use the "private" network for glance image transfers?

2012-11-07 Thread Erik Lindblad
Hello! I have a pretty basic setup (following the installation guide) of essex on ubuntu 12.04. One controller that runs all services and two compute nodes. The machines are all connected to our office network on eth0, and to a private (physically separate) network on eth1. The setup works fine