From: Hollis Blanchard <hollisb@us.ibm.com>
To: xen-devel@lists.xensource.com
Cc: Dan Smith <danms@us.ibm.com>
Subject: Re: Now available: xm-test-0.2.0
Date: Fri, 7 Oct 2005 14:40:27 -0500 [thread overview]
Message-ID: <200510071440.28005.hollisb@us.ibm.com> (raw)
In-Reply-To: <200510071238.12478.hollisb@us.ibm.com>
On Friday 07 October 2005 12:38, Hollis Blanchard wrote:
> On Monday 03 October 2005 17:52, Dan Smith wrote:
> > We would like some feedback from the community on the usefulness of
> > our framework, in hopes that it might be hosted by xensource so that
> > everyone can contribute tests to help harden xm and xend.
>
> Building xm-test takes a very long time, because among other things it
> takes it upon itself to download and build its very own toolchain. That is
> extremely silly; please have it use the existing toolchain instead.
To summarize IRC conversation:
- xm-test creates an initrd that's used to boot the test DomUs.
- That initrd is created with buildroot[1], which uses uClibc, which requires
building a whole new toolchain to use.
- If they know how, users can manually copy the initrd from one xm-test
directory to another, avoiding the need to rebuild it.
- The initrd is plain busybox, which could easily be statically linked with
the user's GNU libc.
- In the future, people want to install other tools (like e2fsprogs) into the
ramdisk. These could also be statically linked with GNU libc.
- Other than statically linking, the user's libc.so could be copied to the
initrd, which doesn't make for a very reliable testing environment.
- Using uClibc makes the initrd smaller, which is of dubious value in this
environment.
- initrd images are limited in size, while initramfs images are not.
[1] http://buildroot.uclibc.org/
--
Hollis Blanchard
IBM Linux Technology Center
next prev parent reply other threads:[~2005-10-07 19:40 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-03 22:52 Now available: xm-test-0.2.0 Dan Smith
2005-10-04 5:00 ` Ted Kaczmarek
2005-10-07 17:38 ` Hollis Blanchard
2005-10-07 17:47 ` Dan Smith
2005-10-07 19:40 ` Hollis Blanchard [this message]
2005-10-08 14:36 ` Sean Dague
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=200510071440.28005.hollisb@us.ibm.com \
--to=hollisb@us.ibm.com \
--cc=danms@us.ibm.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.