Bob Scheifler
2009-Feb-10 16:15 UTC
HVM virt-install leaves partial cdrom entry in domain config
Using snv_107, an HVM virt-install like this: virt-install -b e1000g0 -c /files/iso/ubuntu-8.10-server-amd64.iso -f /dev/zvol/dsk/files/root-vol -n ubu --os-type=linux -r 4096 -v --vcpus=1 --vnc goes OK, until the OS install is finished and the guest reboots, at which point it fails with: virDomainCreate() failed POST operation failed: (xend.err ''Device 768 (vbd) could not be connected. Backend device not found.'') Subsequent attempts to start the guest yield the same xend.err. The problem appears to be that the domain config has been left with cdrom entry with no source: <disk device=''cdrom''> <target dev=''hdc''/> <readonly/> </disk> After removing this entry (virsh detach-disk ubu hdc), the guest starts up OK. Is this a bug or a feature or have I done something incorrectly? - Bob
Bob Scheifler
2009-Feb-10 18:03 UTC
Re: HVM virt-install leaves partial cdrom entry in domain config
> http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6796508 > vbd-check doesn''t workThanks John. - Bob
John Levon
2009-Feb-10 18:05 UTC
Re: HVM virt-install leaves partial cdrom entry in domain config
On Tue, Feb 10, 2009 at 11:15:19AM -0500, Bob Scheifler wrote:> Subsequent attempts to start the guest yield the same xend.err. > The problem appears to be that the domain config has been left with > cdrom entry with no source: > > <disk device=''cdrom''> > <target dev=''hdc''/> > <readonly/> > </disk> > > After removing this entry (virsh detach-disk ubu hdc), the guest > starts up OK. > > Is this a bug or a feature or have I done something incorrectly?http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6796508 vbd-check doesn''t work regards, john