|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Sharing filesystems between VMs.
Tom Brown pointed out a typo I'd made - thanks Tom!
> > Basically, because the FS layer usually expects only one kernel to access
> > a filesystem, one writer and multiple readers will cause confusion,
> > multiple readers will hose your filesystem pretty quickly.
>
> didn't you mean "multiple writers" there?
Yeah, sorry :-) What I meant was:
* multiple readers = fine, go for it
* one (or more) readers, one writer = bad - the readers will get confused
pretty quick, although the writer and the underlying data will be happy
* multiple writers = really really bad - they'll trash the filesystem
Cheers,
Mark
> -Tom
>
> > > You need a cluster file system like GFS, OCFS, etc., or just NFS.
> >
> > Yes, if you want write sharing. Exporting read only is fine, though.
> >
> > Cheers,
> > Mark
> >
> > _______________________________________________
> > Xen-users mailing list
> > Xen-users@xxxxxxxxxxxxxxxxxxx
> > http://lists.xensource.com/xen-users
>
> ----------------------------------------------------------------------
> tbrown@xxxxxxxxxxxxx | "The Internet is a world of ends. You're at one
> http://BareMetal.com/ | end, and everybody and everything else are at the
> web hosting since '95 | other ends." - http://www.worldofends.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
-------------------------------------------------------
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|