Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 467354
Summary: | Can't create Virtual Machine Guest | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Russell Doty <rdoty> |
Component: | python-virtinst | Assignee: | Daniel Berrangé <berrange> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | rawhide | CC: | berrange, botibagl, crobinso, dcantrell, felix, katzj, petersen |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2008-10-20 07:00:45 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Russell Doty
2008-10-17 02:57:37 UTC
I don't know if it's already fixed upstream but this is my patch for it: --- VirtualDisk.py.orig 2008-10-19 18:59:54.000000000 +0200 +++ VirtualDisk.py 2008-10-19 18:57:04.000000000 +0200 @@ -302,7 +302,7 @@ def __check_if_path_managed(self): vol = None - err = None + verr = None pool = util.lookup_pool_by_path(self.conn, os.path.dirname(self.path)) if pool: *** This bug has been marked as a duplicate of bug 467228 *** Anyone know how to fix this error? Same thing happened to me to create a virtual machine ubuntu. The host operating system is Cent0S-5.5 x86_64 with the following kernel [root@iTV-HostServer jdk1.6.0_24]# uname -a Linux iTV-HostServer 2.6.18-238.5.1.el5xen #1 SMP Fri Apr 1 19:35:13 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux This is the result wich gives the Xen in the Virtaul Machine Manager when the process of creation of the virtual machine finish ------------------ Unable to complete install: 'POST operation failed: xend_post: error from xen daemon: (xend.err 'Device 768 (vbd) could not be connected. /etc/xen/scripts/block failed; error detected.')' Details Unable to complete install 'libvirt.libvirtError POST operation failed: xend_post: error from xen daemon: (xend.err 'Device 768 (vbd) could not be connected. /etc/xen/scripts/block failed; error detected.') Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/create.py", line 730, in do_install dom = guest.start_install(False, meter = meter) File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 541, in start_install return self._do_install(consolecb, meter, removeOld, wait) File "/usr/lib/python2.4/site-packages/virtinst/Guest.py", line 633, in _do_install self.domain = self.conn.createLinux(install_xml, 0) File "/usr/lib64/python2.4/site-packages/libvirt.py", line 1277, in createLinux if ret is None:raise libvirtError('virDomainCreateLinux() failed', conn=self) libvirtError: POST operation failed: xend_post: error from xen daemon: (xend.err 'Device 768 (vbd) could not be connected. /etc/xen/scripts/block failed; error detected.') ' |