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-ia64-devel

[Xen-ia64-devel] [BUG] shutdown two domUs at the same time

To: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-ia64-devel] [BUG] shutdown two domUs at the same time
From: "KUWAMURA Shin'ya" <kuwa@xxxxxxxxxxxxxx>
Date: Fri, 13 Oct 2006 18:34:22 +0900 (JST)
Delivery-date: Fri, 13 Oct 2006 02:35:10 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I found a problem when I shutdown two domUs at the same time.

Sometimes the command 'xm list' gets the message: "Error: Device 0 not
connected" and two domUs become zombies after shutdown.

Reproduce steps:
  1. (xm cr domU1 &); xm cr domU2
  2. sleep 30
  3. xm sh domU1; xm sh domU2
  4. xm li # or 'repeat 50 xm li'
Error: Device 0 not connected
Usage: xm <subcommand> [args]
(help message...)
  5. xm li
Name                                      ID Mem(MiB) VCPUs State   Time(s)
Domain-0                                   0     2007     4 r-----     67.2
Zombie-domU1                               3      512     1 ----cd      7.0
Zombie-domU1                               5      512     1 ----cd      0.1
Zombie-domU2                               4      512     2 ----cd     16.2
Zombie-domU2                               6      512     1 ----cd      0.2

Changeset: 11745

Thanks,
-- 
  KUWAMURA Shin'ya

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [BUG] shutdown two domUs at the same time, KUWAMURA Shin'ya <=