|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH OSSTEST 2/4] Toolstack: Add OpenStack as a toolstack.
On Fri, 2015-07-17 at 17:32 +0100, Anthony PERARD wrote:
> > Given that and given that you introduce your own recipe to sg-run-job
> > which doesn't/can't/won't try to do any of the usual stuff, I can't see
> > any reason not to simply go with toolstack=libvirt for these test cases.
> > That it is the most accurate reflection of what we want and if some
> > openstack test case did want to talk to the underlying toolstack for
> > some reason libvirt would be it.
>
> Ok, I'll just have to find another way to get more RAM into dom0.
In ts-xen-install I think:
if (toolstack($ho)->{Dom0MemFixed}) {
$xenhopt .= " dom0_mem=512M,max:512M";
}
should become sthg like:
if (toolstack($ho)->{Dom0MemFixed}) {
my $mem = $r{'dom0_mem'} // 512;
$xenhopt .= " dom0_mem=${mem}M,max:${mem}M";
}
and make-flight should set this new runvar only for the openstack job.
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |