On Sat, March 18, 2006 20:19, Javier Guerra said:
> would that work over a shared image/LVM partition? i mean, using the same
> backing store for two domU's would be similar to a network/SAN shared
> block
> device.
>
> i know xm is supposed to forbid it, but is there any way to override the
> check
> for some devices?
That sounds an awfully bad idea. Most (all?) non-networked filesystems
assume, correctly, that they have complete control over the filesystem
data AND metadata, so they don't need to worry about two processes
updating the same inode, for example, at the same time. NFS and other
networked systems DO have to worry about that.
However, on that note, I wonder if you could mount the same file system,
say something like /usr, into multiple domU's READ ONLY. That could
certainly save some trouble when updating applications, etc. Anyone tried
it?
- Todd
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|