WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] libvir: Xen Daemon error : GET operation failed: during VM i

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] libvir: Xen Daemon error : GET operation failed: during VM installation
From: Shrikrishna Khare <shrikrishna_khare@xxxxxxxxx>
Date: Fri, 5 Dec 2008 12:18:12 -0800 (PST)
Delivery-date: Fri, 05 Dec 2008 12:18:52 -0800
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type:Message-ID; b=d+Y6iXvlcYyPHU2ewaePgCvNDMOjKDEXgFnnTe8BQQrJCMX8jJlDGgZHKwFC1z5/HNxAVHv901YmWtW/yVhR+uianbzk3TnJ5vGGvRjdstAAtLrQ/eab+9vND14+UMDWLcedjwlEA4vqw2LfpedkBfi2O1nQCfffUxUjzxSxsjo=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I found similar queries on googling, but none of the answers seem to fix the 
problem for me :(.. 


Here is my configuration: 

[root@x4150-sfb-20 home]# uname -a
Linux x4150-sfb-20 2.6.21-2950.fc8xen #1 SMP Tue Oct 23 12:24:34 EDT 2007 i686 
i686 i386 GNU/Linux


I have downloaded Fedora-8-i386-DVD.iso from fedora's official website. 

[root@x4150-sfb-20 home]# virt-install -n vm1 --nographics -r 2500 -s 10 -f 
/home/disk1.img -v
What is the virtual CD image, CD device or install location? 
/home/Fedora-8-i386-DVD.iso
 

Starting install...
libvir: Xen Daemon error : GET operation failed: 
libvir: Xen Daemon error : GET operation failed: 
Creating storage file...  100% |=========================|  10 GB    00:00     
libvir: Xen Daemon error : POST operation failed: (xend.err 'Error creating 
domain: Disk image does not exist: /home/disk1.img')
virDomainCreateLinux() failed POST operation failed: (xend.err 'Error creating 
domain: Disk image does not exist: /home/disk1.img')
Domain installation may not have been
 successful.  If it was, you can restart your domain
 by running 'virsh start vm1'; otherwise, please
 restart your installation.
Fri, 05 Dec 2008 12:11:19 ERROR    virDomainCreateLinux() failed POST operation 
failed: (xend.err 'Error creating domain: Disk image does not exist: 
/home/disk1.img')
Traceback (most recent call last):
  File "/usr/sbin/virt-install", line 485, in <module>
    main()
  File "/usr/sbin/virt-install", line 449, in main
    dom = guest.start_install(conscb,progresscb)
  File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line 724, in 
start_install
    return self._do_install(consolecb, meter)
  File "/usr/lib/python2.5/site-packages/virtinst/Guest.py", line 741, in 
_do_install
    self.domain = self.conn.createLinux(install_xml, 0)
  File "/usr/lib/python2.5/site-packages/libvirt.py", line 573, in createLinux
    if ret is None:raise libvirtError('virDomainCreateLinux() failed', 
conn=self)
libvirtError: virDomainCreateLinux() failed POST operation failed: (xend.err 
'Error creating domain: Disk image does not exist: /home/disk1.img')


What am I missing on?


Thanks in advance, 
Shri


      

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] libvir: Xen Daemon error : GET operation failed: during VM installation, Shrikrishna Khare <=