From: "Jan Kundrát" <jan.kundrat@fzu.cz>
To: Ian Pratt <Ian.Pratt@cl.cam.ac.uk>
Cc: John L Griffin <jlg@us.ibm.com>, xen-devel@lists.sourceforge.net
Subject: Re: Multiple priviliged domains
Date: Sun, 19 Dec 2004 15:02:27 +0100 [thread overview]
Message-ID: <41C589F3.4080409@fzu.cz> (raw)
In-Reply-To: <E1CfxHB-0008Gy-00@mta1.cl.cam.ac.uk>
Ian Pratt wrote:
>>3. I don't seem to be able to create more than 8 VBDs. [I am using
>>xen-2.0.1-src.tgz.] While trying to start 5 domains, each of which had
>>two "scsi" disks (/ and swap), I discovered that the 5th domain wouldn't
>>start until I removed the swap disks from both the 4th and 5th domains'
>>configuration files -- i.e., not exceeding 8 VBDs total. A cursory search
>>through the code didn't reveal any relevant #define's, and I didn't see
>>anything about this in the Xen docs, so before I look further I thought
>>I'd ask the list if this is a known limit. (If so, I am surprised the VBD
>>structures aren't allocated dynamically to prevent this?) A search of the
>>mailing list revealed a message from Ian on 2004-03-10 stating "Mark wrote
>>a pretty good readme on VBDs and put it in the tree", but I couldn't find
>>the readme; is it still part of the tree?
>
>
> Are you using loop files? If so, Linux has a statically compiled
> allocation, set to 8 by default. Fixing this and submitting the
> patch to lkml would a good thing...
>
> I don't believe the VBD code has any such limitations. (We tend
> to use LVM rather than loop files).
If you use files as backend for VBDs in domain0, you use loop device. If
the CONFIG_BLK_DEV_LOOP in dom0 kernel is compiled as module, you can
use max_loop parameter while doing modprobe/insmod. And if it's compiled
directly into the kernel, use max_loop=n boot option.
jkt
--
cd /local/pub && more beer > /dev/mouth
-------------------------------------------------------
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://productguide.itmanagersjournal.com/
next prev parent reply other threads:[~2004-12-19 14:02 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-12-19 5:52 Multiple priviliged domains John L Griffin
2004-12-19 9:22 ` Ian Pratt
2004-12-19 14:02 ` Jan Kundrát [this message]
2004-12-19 17:05 ` Bin Ren
2004-12-19 18:25 ` Mark Williamson
2004-12-19 11:52 ` Jacob Gorm Hansen
-- strict thread matches above, loose matches on Subject: below --
2004-12-19 21:44 Neugebauer, Rolf
2004-12-19 14:52 ` Jacob Gorm Hansen
2004-12-19 22:29 ` Ian Pratt
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=41C589F3.4080409@fzu.cz \
--to=jan.kundrat@fzu.cz \
--cc=Ian.Pratt@cl.cam.ac.uk \
--cc=jlg@us.ibm.com \
--cc=xen-devel@lists.sourceforge.net \
/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.