[et-mgmt-tools] Re: strange virt-install/koan issue

Michael DeHaan mdehaan at redhat.com
Wed Jul 16 17:45:41 UTC 2008


>  I suspect that if we can get koan to not set that
> attribute it will solve my problem.
>>
>> _______________________________________________
>> et-mgmt-tools mailing list
>> et-mgmt-tools at redhat.com
>> https://www.redhat.com/mailman/listinfo/et-mgmt-tools
> ------------------------------------------------------------------------
>
> _______________________________________________
> et-mgmt-tools mailing list
> et-mgmt-tools at redhat.com
> https://www.redhat.com/mailman/listinfo/et-mgmt-tools

Here is what koan does in qcreate.py:

  if arch is not None and arch.lower() == "x86":
        arch = "i686"

    guest = 
virtinst.FullVirtGuest(hypervisorURI="qemu:///system",type=vtype, arch=arch)

I am not sure of the ramifications of leaving off the arch or why that 
might be breaking things.    Perhaps remove that arch bit in koan and 
try it?

--Michael






More information about the et-mgmt-tools mailing list