Thanks Serge. That's basically the workaround I've applied to get things
up and running and it works, but is not optimal. What I'm hoping for
(crossing my fingers) is that the maintainer might be able to apply a
patch to the Lucid package to address virtual machine creation with the
wizard. Considering this is a key feature, seems like a reasonable thing
to do rather to hold off until Maverick.

Just my 2 cents...

On Aug 30, 2010, at 10:47 AM, Serge Hallyn wrote:

> Damon:  I'd recommend trying to use 'virsh edit' to do it from the
> command line.  For instance, to add a disk called 
> '/srv/libvirt-storage-pool-1/lucid2.img'
> to a VM called lucid1, I would do:
> 
> virsh edit lucid1
> 
> which pulls up $VISUAL editor with the xml definition for lucid1.  Then add
> something like
> 
>    <disk type='file' device='disk'>
>      <driver name='qemu' type='raw'/>
>      <source file='/home/serge/lucid2.img'/>
>      <target dev='hdb' bus='ide'/>
>      <address type='drive' controller='0' bus='0' unit='1'/>
>    </disk>
> 
> -- 
> unable to add existing storage image to KVM
> https://bugs.launchpad.net/bugs/564678
> You received this bug notification because you are a direct subscriber
> of the bug.
> 
> Status in “virt-manager” package in Ubuntu: Fix Released
> 
> Bug description:
> Binary package hint: virt-manager
> 
> When trying to add an existing storage image to an existing QEMU/KVM virtual 
> machine virt-manager throws an error:
> 
> Invalid Storage Parameters
> Name 'XYZ' already in use by another volume.
> 
> How do I add the volume to the machine?
> 
> ProblemType: Bug
> DistroRelease: Ubuntu 10.04
> Package: virt-manager 0.8.2-2ubuntu8
> ProcVersionSignature: Ubuntu 2.6.32-21.31-generic 2.6.32.11+drm33.2
> Uname: Linux 2.6.32-21-generic x86_64
> Architecture: amd64
> Date: Fri Apr 16 15:15:38 2010
> PackageArchitecture: all
> ProcEnviron:
> LANG=en_US.UTF-8
> SHELL=/bin/bash
> SourcePackage: virt-manager
> 
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu/+source/virt-manager/+bug/564678/+subscribe

-- 
Damon Morda
Branded Clever, LLC
412-953-0284
damon.mo...@brandedclever.com
www.brandedclever.com
twitter.com/brandedclever
facebook.com/brandedclever

-- 
unable to add existing storage image to KVM
https://bugs.launchpad.net/bugs/564678
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to