|
|
|
|
|
|
|
|
|
|
xen-users
Re: RE: [Xen-users] domU on gfs
hi,
what's your format of the domU? a raw disk image or an image only contain one partition, and which condition when the dom0 and domU are reiserfs there will be something wrong? i'm doing some test with both format and didn't fall across? could you give more information about that, thanks!
CYTeng
Date: Mon, 11 Jun 2007 18:52:50 +0200 From: "Petersson, Mats" <
Mats.Petersson@xxxxxxx> Subject: RE: [Xen-users] domU on gfs To: "Christo Buschek" <crito@xxxxxxxxxx>, jwilson@xxxxxxxxxxxxxxxxx
Cc: xen-users@xxxxxxxxxxxxxxxxxxx Message-ID: <907625E08839C4409CE5768403633E0B02561DF0@xxxxxxxxxxxxxxxxx
> Content-Type: text/plain; charset=us-ascii
> -----Original Message----- > From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx > [mailto:
xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of > Christo Buschek > Sent: 11 June 2007 16:44 > To:
jwilson@xxxxxxxxxxxxxxxxx > Cc: xen-users@xxxxxxxxxxxxxxxxxxx > Subject: Re: [Xen-users] domU on gfs > > Hello. > > I was running domU's on xfs, reiserfs, ext3, ocfs2 ... never had
> aproblem. I don't believe gfs is an exception here. How do > you install a > domU and what tries to change your gfs storage into ext3???
Let's just clarify a couple of things:
The filesystem where DomU's "content" is stored, and the filesystem
INSIDE DomU's content are different things. DomU doesn't need to know ANYTHING about what the first is, but it does need drivers and tools to use the content (of course).
You can for example use ext3 to store a image-file that contains NTFS
for Windows. Dom0 doesn't need to have a NTFS driver, and DomU Windows doesn't need a EXT3 driver.
The only exception, as I know of, is that you can't have reiserfs inside reiserfs (because it uses some sort of magic word to recognize what
lives where, and when it finds this "in the wrong place" it will get itself into a weird place where none of the original content of the filesystem is accessible at all).
-- Mats > > greetinx
> christo > > On Mon, 2007-06-11 at 10:27 -0500, James Wilson wrote: > > Hey All, > > > > I have a cluster setup and exporting gfs storage everything is > > working ok(as far as I know anyway). But instead of
> mounting the gfs > > storage I want the xen guest to be installed on the shared > gfs storage. > > But with my current setup when I install the domU on the > gfs storage it > > changes it to ext3. Is it possible this way or does the
> domU have to be > > on an ext file system? > > > > _______________________________________________ > > Xen-users mailing list > >
Xen-users@xxxxxxxxxxxxxxxxxxx > > http://lists.xensource.com/xen-users > > > > > _______________________________________________
> Xen-users mailing list > Xen-users@xxxxxxxxxxxxxxxxxxx > http://lists.xensource.com/xen-users >
> >
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|