All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kip Macy <kip.macy@gmail.com>
To: Lars Rasmusson <Lars.Rasmusson@hp.com>
Cc: xen-devel@lists.xensource.com
Subject: Re: out-of-memory problem when restoringballooneddomains
Date: Wed, 4 May 2005 15:24:57 -0700	[thread overview]
Message-ID: <b1fa29170505041524507235fe@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.58.0505041422560.27708@shock.hpl.hp.com>

If it doesn't work already it is a neccessity long term to leverage
Xen for zero downtime upgrades.  Otherwise you end up having to leave
spare capacity available to ensure that a guest can be migrated.


           -Kip


On 5/4/05, Lars Rasmusson <Lars.Rasmusson@hp.com> wrote:
> 
> Hi, about two months ago I inquired about if xen could restore (or
> migrate) a *ballooned* domain if its unballoned size won't fit.
> 
> Example: on a 2G machine
> 
>   xm create domain1 memory=1500
>   xm balloon domain1 128
>   xm save domain1 saved1
> 
>   xm create domain2 memory=1500
> 
>   xm restore saved1
>   *** BEEP! Xen refuses ***
> 
> Is there any news on this issue?
> 
> I think this would be a very useful feature to have.
> 
> Even better would be if one could boot a machine giving it the impression
> pf having the whole memory space but without actually ever giving it all
> of memory, something like
> 
>   xm create domain1 memory=1500 balloon=128
> 
> if you see what I mean.
> 
> Anyway, thanks for all the cool stuff you're doing!
> 
> /Lars
> 
> 
> On Fri, 11 Mar 2005, Keir Fraser wrote:
> 
> >
> > On 10 Mar 2005, at 23:35, Lars Rasmusson wrote:
> >
> > > I think the relevant part from the log is this.
> > >
> > > xc_linux_restore start
> > > Could not create domain. pfns=460800, 1843200KB
> > > Could not create domain. pfns=460800, 1843200KB
> > > 4526 [INF] XFRD> Xfr service err=1
> >
> > Ah! The problem is that we initially create the domain with its
> > 'maximum possible' memory allocation, and then automatically 'balloon
> > it down' at the end of the restore operation. Of course by the third
> > domain you do not have 1.8GB of headroom and so the third restore
> > fails.
> >
> > This probably made live relocation easier to implement, but we need to
> > change this to allocate only the memory that the domain is currently
> > using during each round of pre-copy migration. Getting non-live moved
> > over is the first step, and then fix live relocation, I guess.
> >
> >   -- Keir
> >
> >
> >
> > -------------------------------------------------------
> > SF email is sponsored by - The IT Product Guide
> > Read honest & candid reviews on hundreds of IT Products from real users.
> > Discover which products truly live up to the hype. Start reading now.
> > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/xen-devel
> >
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

  reply	other threads:[~2005-05-04 22:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-10 23:07 out-of-memory problem when restoringballooneddomains Ian Pratt
2005-03-10 23:35 ` Lars Rasmusson
2005-03-10 23:56   ` Mark A. Williamson
2005-03-11  8:26   ` Keir Fraser
2005-05-04 21:34     ` Lars Rasmusson
2005-05-04 22:24       ` Kip Macy [this message]
2005-05-05  2:54       ` Mark Williamson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b1fa29170505041524507235fe@mail.gmail.com \
    --to=kip.macy@gmail.com \
    --cc=Lars.Rasmusson@hp.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.