Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-bugs

[Xen-bugs] [Bug 938] New: Memory size of a domain is changed to 0 by the

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 938] New: Memory size of a domain is changed to 0 by the xm destroy command
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Fri, 23 Mar 2007 06:30:59 -0700
Delivery-date: Fri, 23 Mar 2007 06:31:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/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=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-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: kanno.masaki@xxxxxxxxxxxxxx


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


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