* Storage for library of domains
@ 2005-02-28 19:06 m h
2005-02-28 19:38 ` Jan Kundrát
0 siblings, 1 reply; 3+ messages in thread
From: m h @ 2005-02-28 19:06 UTC (permalink / raw)
To: xen-devel
Folks-
I'm interested in setting up a xen system where the user can request a
"vanilla" version of linux from a "library" of versions. The user
will be able to do what they want with their system but subsequent
users requesting the same version, will also get the vanilla version,
not one that had the changes from the last user.
So let me rephrase that in a non user way. I want to have a file
server that serves domains to a xen system. What is the best way to
get the domain image to the xen system?
any input/ideas are appreciated.
thanks
matt
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Storage for library of domains
2005-02-28 19:06 Storage for library of domains m h
@ 2005-02-28 19:38 ` Jan Kundrát
[not found] ` <e36b84ee05022811537d08f2df@mail.gmail.com>
0 siblings, 1 reply; 3+ messages in thread
From: Jan Kundrát @ 2005-02-28 19:38 UTC (permalink / raw)
To: m h; +Cc: xen-devel
m h wrote:
> I'm interested in setting up a xen system where the user can request a
> "vanilla" version of linux from a "library" of versions. The user
> will be able to do what they want with their system but subsequent
> users requesting the same version, will also get the vanilla version,
> not one that had the changes from the last user.
Maybe setup LVM with snapshots (at least I think that's the name). One
LV will be "vanilla" and other stoarge "partitions" will contain only
changes.
You could expect some stability problems - this technology is new in 2.6.9.
-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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Storage for library of domains
[not found] ` <e36b84ee05022811537d08f2df@mail.gmail.com>
@ 2005-02-28 20:05 ` Jan Kundrát
0 siblings, 0 replies; 3+ messages in thread
From: Jan Kundrát @ 2005-02-28 20:05 UTC (permalink / raw)
To: m h; +Cc: xen-devel
m h wrote:
> Ideally the library of domains would be available to more than one
> machine running xen. So I could use LVM on the "library" machine.
> Anyone have suggestions on how to load the domain from the library
> onto the xen machines? Rsync? (Does LVM have a way to do this? A
> quick read through the howto did not reveal that to me.)
Please, reply also to the list, not just to me :-).
LVM can (afaik) operate over any block device, so the setup you want is
to have some blockdev in pristine state and others serving as a storage
for domains. Some cluster management suite could help you, but I'm not
sure if there's anything that supports block device sharing between
computers...
-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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-02-28 20:05 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-28 19:06 Storage for library of domains m h
2005-02-28 19:38 ` Jan Kundrát
[not found] ` <e36b84ee05022811537d08f2df@mail.gmail.com>
2005-02-28 20:05 ` Jan Kundrát
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.