On Fri, Jun 20, 2008 at 7:23 AM, carlopmart <[EMAIL PROTECTED]> wrote: > Felix Leimbach wrote: >> >>> This is my first post to this list. I have already installed kvm-70 >>> under rhel5.2. My intention is to share on disk image betwwen two rhel5.2 >>> kvm guests. Is it possible to accomplish this in kvm like xen or vmware >>> does?? How can I do?? I didn't find any reference abou this on kvm >>> documentation ...
i tried this looong ago and didn't really work because there was some userspace cache on each QEMU instance. but the -drive option has a 'cache=off' setting that should be enough. in theory (i haven't tested, but Avi 'blessed' it): - create a new image with qemu-img - add it to the command line using -drive file=xxx,cache=off on both KVM instances - use a cluster filesystem! -- Javier -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
