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-bugs

[Xen-bugs] [Bug 1376] New: Virtual machines won't boot up after force sh

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 1376] New: Virtual machines won't boot up after force shutdown when using qcow img.
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 21 Oct 2008 04:42:06 -0700
Delivery-date: Tue, 21 Oct 2008 04:42:11 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1376

           Summary: Virtual machines won't boot up after force shutdown when
                    using qcow img.
           Product: Xen
           Version: unstable
          Platform: x86-64
        OS/Version: Linux-2.6
            Status: NEW
          Severity: major
          Priority: P2
         Component: Hypervisor
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: e.kleinlangenhorst@xxxxxxxx
                CC: e.kleinlangenhorst@xxxxxxxx


When using a qcow image to run a virtual machine in xen 3.3, after three or
four 'force shutdown' (destroy) actions, the domain 0 has to be rebooted, else
no new domU's can be started. 

This is the error:

[2008-10-21 13:30:32 4246] WARNING (XendDomain:1041) Failed to setup devices
for <domain id=9 name=Versie6 memory=1098907648 state=paused>: Device 832 (tap)
could not be connected. xenstore-read backend/tap/7/768/params failed.


Our config file, used to create the domU:

kernel = '/usr/lib/xen/boot/hvmloader'
builder = 'hvm'
memory = '1048'
device_model='/usr/lib64/xen/bin/qemu-dm'

# Disks
disk = [ 'tap:qcow:/var/xen/vm/versie6/image.img,ioemu:hda,w',
'tap:qcow:/var/xen/vm/versie6/image2.img,ioemu:hdb,w',
'file:/var/xen/images/versie6.iso,ioemu:hdc:cdrom,r' ]

# Hostname
name = 'versie6'

# Networking
vif = ['','type=ioemu, bridge=virbr1']

# Behaviour
boot='cd'
vnc=1
vncviewer=0
sdl=0
vcpus=2


some other info:
[root@blade1 ~]# uname -r
2.6.18-92.1.13.el5xen
running Centos 5.2


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 1376] New: Virtual machines won't boot up after force shutdown when using qcow img., bugzilla-daemon <=