Sorry, i forgot. You are running HVM DomU
View CR 6742735.
In particular,
>Boris Derzhavets wrote:
> Not much luck:-
>
> Guest installation complete... restarting guest.
> virDomainCreate() failed POST operation failed: (xend.err 'Device 5632 (vbd) 
> could not be connected. Backend device not found.')
> Domain installation may not have been
>  successful.  If it was, you can restart your domain
>  by running 'virsh start Solaris97HVM'; otherwise, please
>  restart your installation.
> Mon, 15 Sep 2008 17:45:12 ERROR    virDomainCreate() failed POST operation 
> failed: (xend.err 'Device 5632 (vbd) could not be connected. Backend device 
> not found.')
> Traceback (most recent call last):
>   File "/usr/bin/virt-install", line 511, in ?
>     main()
>   File "/usr/bin/virt-install", line 497, in main
>     dom.create()
>   File "libvirt.py", line 240, in create
>     if ret == -1: raise libvirtError ('virDomainCreate() failed', dom=self)
> libvirtError: virDomainCreate() failed POST operation failed: (xend.err 
> 'Device 5632 (vbd) could not be connected. Backend device not found.')


This is bug 6742735, which was fixed last week (the fix will appear in
snv_99).  You can manually apply the fix to
/usr/lib/xen/scripts/vbd-default:

@@ -49,7 +49,7 @@
          if [ ! -b "${file}" ]; then
              err "\"${file}\" is not a valid block device." "${domain}" 
"${path}"
          fi
-    elif [ -z "$file}" ];then
+    elif [ -z "${file}" ];then
          #
          # For example, an empty HVM CD-ROM device might not have
          # a file attached.


-Ryan
--
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]

Reply via email to