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 429] New: domain reboot fails when domain has too much m

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 429] New: domain reboot fails when domain has too much memory
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Fri, 02 Dec 2005 17:20:58 +0000
Delivery-date: Fri, 02 Dec 2005 17:21:02 +0000
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/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=429

           Summary: domain reboot fails when domain has too much memory
           Product: Xen
           Version: unstable
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: becker@xxxxxxxxxxx
 BugsThisDependsOn: 407


'xm reboot' fails if there is not enough free memory.   In my case, i can 
reboot if 84MB are free.  Any less and xend fails.   xend.log message at 
bottom. 
 
xm info says my test host has  total_memory 256 and free_memory 190.  
After creating a domain with  memory=106, xm info says free_memory is 
84. This reboots fine. 
 
If I then 'xm mem-set domain 108' (or just xm create memory=108), the 
domain will not reboot.  xend says not enough free memory. 
 
The domain reboot feature is critical so users without access to domain 0 
can reboot their VMs. 
 
 
[2005-12-02 11:56:21 xend.XendDomainInfo] ERROR 
(XendDomainInfo:1369) Failed to  
restart domain 4. 
Traceback (most recent call last): 
  File 
"/usr/research/proj/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/x 
end/XendDomainInfo.py", line 1358, in restart 
    new_dom = XendDomain.instance().domain_create(config) 
  File 
"/usr/research/proj/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/x 
end/XendDomain.py", line 220, in domain_create 
    dominfo = XendDomainInfo.create(config) 
  File 
"/usr/research/proj/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/x 
end/XendDomainInfo.py", line 183, in create 
    vm.initDomain() 
  File 
"/usr/research/proj/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/x 
end/XendDomainInfo.py", line 1120, in initDomain 
    balloon.free(m) 
  File 
"/usr/research/proj/xen/xen-unstable.hg/dist/install/usr/lib/python/xen/x 
end/balloon.py", line 54, in free 
    raise VmError('Not enough free memory and dom0_min_mem is 0.') 
VmError: Not enough free memory and dom0_min_mem is 0.

-- 
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 429] New: domain reboot fails when domain has too much memory, bugzilla-daemon <=