1 message in com.xensource.lists.xen-bugs[Xen-bugs] [Bug 938] New: Memory size...
FromSent OnAttachments
bugz...@lists.xensource.com23 Mar 2007 06:30 
Subject:[Xen-bugs] [Bug 938] New: Memory size of a domain is changed to 0 by the xm destroy command
From:bugz...@lists.xensource.com (bugz@lists.xensource.com)
Date:03/23/2007 06:30:36 AM
List:com.xensource.lists.xen-bugs

http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=938

Summary: Memory size of a domain is changed to 0 by the xm destroy command Product: Xen Version: unstable Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Tools AssignedTo: xen-@lists.xensource.com ReportedBy: kann@jp.fujitsu.com

I tried the xm destroy command to a registered domain by the xm new command. As the result, memory size of the registered domain was changed to 0. Therefore, the next xm start command failed. FYI, I did not see such the result when used the xm shutdown command.

# xm new /xen/vm1.conf Using config file "/xen/vm1.conf". # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 512 2 r----- 62.6 vm1 256 2 0.0 # xm start vm1 # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 512 2 r----- 67.4 vm1 1 256 2 -b---- 23.3 # xm destroy vm1 # xm list Name ID Mem VCPUs State Time(s) Domain-0 0 512 2 r----- 68.8 vm1 0 2 23.3 # xm start vm1 Error: (11, 'Resource temporarily unavailable') Usage: xm start <DomainName>

Start a Xend managed domain -p, --paused Do not unpause domain after starting it