Re: [cobbler] [PATCH 0/5] Port koan from virtinst to virt-install command

2012-07-12 Thread André Gemünd
Hi Msquared, I'm surprised by that. It should be fixed afaik. Which version are you using? Greetings André - Ursprüngliche Mail - On Mon, Feb 06, 2012 at 09:05:42AM -0500, Michael DeHaan wrote: Hmm, who is using Xen PV out there? Speak up if you are. I am. I discovered this

Re: [cobbler] [PATCH 0/5] Port koan from virtinst to virt-install command

2012-07-11 Thread Orion Poplawski
Apparently with using virt-install, it no longer passes in the kickstart boot option, which is a pretty serious regression. My install attempt: koan -v --virt-type=qemu --qemu-disk-type=virtio --qemu-net-type=virtio --virt-bridge=br0 --system=vmsl6rolling generated: - ['virt-install',

Re: [cobbler] [PATCH 0/5] Port koan from virtinst to virt-install command

2012-07-11 Thread James Cammarata
On Wed, Jul 11, 2012 at 3:59 PM, Orion Poplawski or...@cora.nwra.com wrote: Apparently with using virt-install, it no longer passes in the kickstart boot option, which is a pretty serious regression. My install attempt: koan -v --virt-type=qemu --qemu-disk-type=virtio --qemu-net-type=virtio

Re: [cobbler] [PATCH 0/5] Port koan from virtinst to virt-install command

2012-07-11 Thread Orion Poplawski
On 07/11/2012 03:12 PM, James Cammarata wrote: On Wed, Jul 11, 2012 at 3:59 PM, Orion Poplawski or...@cora.nwra.com wrote: Apparently with using virt-install, it no longer passes in the kickstart boot option, which is a pretty serious regression. My install attempt: koan -v --virt-type=qemu

Re: [cobbler] [PATCH 0/5] Port koan from virtinst to virt-install command

2012-07-11 Thread James Cammarata
Okay, with --virt-type=kvm the --extra-args are passed. Didn't change much with the libvirt definitions (both were using kvm) except for: disk type='block' device='disk' - driver name='qemu' type='raw'/ + driver name='qemu' type='raw' cache='none' io='native'/ But it looks

Re: [cobbler] [PATCH 0/5] Port koan from virtinst to virt-install command

2012-06-28 Thread Msquared
On Mon, Feb 06, 2012 at 09:05:42AM -0500, Michael DeHaan wrote: Hmm, who is using Xen PV out there? Speak up if you are. I am. I discovered this discussion thread when I tried koan --virt --virt-type=xenpv ... and it failed with 'ParaVirtGuest' object has no attribute 'set_autostart'

Re: [cobbler] [PATCH 0/5] Port koan from virtinst to virt-install command

2012-06-28 Thread James Cammarata
On Thu, Jun 28, 2012 at 3:31 AM, Msquared 1.cobb...@msquared.id.au wrote: On Mon, Feb 06, 2012 at 09:05:42AM -0500, Michael DeHaan wrote: Hmm, who is using Xen PV out there?   Speak up if you are. I am.  I discovered this discussion thread when I tried  koan --virt --virt-type=xenpv ...