[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] The Problem of Creating a domain
> vbd_list = [ ('phy:hda5','hda5','w' ), ('phy:hda3','hda3','w') ] > > but it shows the error message as below > > Warning: one or more hard disk extents are > writeable by two or more domains simultaneously. > ERROR: This kind of disk sharing is not allowed > at the current safety level (0). The vbd_list determines what areas of the disk the new domain will have access to. This error message is triggering because you are tying to do something that is dangerous : giving two domains read/write access to the same area of disk. The two domains need their own, separate, root filesystems. It looks like you're trying to have hda5 as the root filesystem for the new domain, but already have it mounted in domain0, hence the error. Also, it looks like you're trying to give both domains hda3 as a swap device, which will definitely not work! There are several sources of documentation that we hope to collate and get on the main Xen pages: Jans' excellent Xen FAQ: http://xen.epiuse.com/xen-faq.txt Bin Ren's HOWTO: http://www.cl.cam.ac.uk/~br260/doc/xeno-1.1-howto.txt Yan-Ching's HOWTO: http://www.csc.liv.ac.uk/~u2ycc/xen/xen-install-domain-fs-howto.txt Xen for Grid by Greg Newby: http://www.arsc.edu/~newby/grid/xen-for-grid.txt Ian ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |