On Monday 26 June 2006 13:08, Dave Smif wrote:
> What I thought was going to be pretty simple, has turned out not to be.
>
> It seems that it is not possible to specify two "file:" devices in the
> disk= [] option. If I try to do so, all I get from this line:
>
> disk = ['file:/images/ats/swap,hda2,w','file:/images/ats/root_fs,hda1,w']
>
> is:
>
> Error: Device 769 (vbd) could not be connected. Backend device not found.
>
> Or is it that I'm doing something really silly? :)
Firstly a silly question then, does /images/ats/swap actually exist? :)
I've got a space after the comma separating multiple file/phy instances, and it
works fine.
These two configs work equally well:
disk = ['file:/home/xen/gentoo.2006-0-0.img,xvda1,w',
'file:/home/xen/gentoo.2006-0-0.swap,xvda2,w'];
disk = [ 'phy:mapper/moo-2006--0--0,xvda1,w',
'file:/home/xen/gentoo.2006-0-0.swap,xvda2,w' ];
--
Mike Williams
System Administration Manager - Comodo
Office Tel Europe: +44 (0) 161 8747070
Fax Europe: +44 (0) 161 8771767
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|