[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Xen & Automated Disk Management for Domains
On Sat, Aug 07, 2004 at 01:33:12PM +0200, =?iso-8859-1?Q? Bj=F6rn=20Sessler ?= wrote: > > disk = [ 'phy:hdb5,hdb5,w' , 'phy:hda6,hda6,w' , > 'phy:/dev/vg0/rootvm101,hdx1,w' ] > before: > disk = [ 'phy:hdb5,hdb5,w' , 'phy:hda6,hda6,w' ] There's a couple of things wrong with that entry: - the destination device has to have a /dev/ entry in the domain where you run xend (i.e. /dev/hdx1 would have to exist in dom0's filesystem). - like with all devices, xend will prepend /dev/ to the device name. For completeness, let me also mention that the destination device has to be a hd or sd with an existing major number in the domain where the device will be used. (in 2.4, cciss might work as well ans here might be support for it to be an xbd but that can go away anytime...). It should work if you use: disk = [ 'phy:hdb5,hdb5,w' , 'phy:hda6,hda6,w' , 'phy:vg0/rootvm101,sda1,w' ] christian ------------------------------------------------------- This SF.Net email is sponsored by OSTG. Have you noticed the changes on Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now, one more big change to announce. We are now OSTG- Open Source Technology Group. Come see the changes on the new OSTG site. www.ostg.com _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |