Hi Benjamin,
please remove unnecessary comments the next time, it's hard to get
through a fully commented config file...
On 2/5/07, benjamin henrion <benjhenrion@xxxxxxxxx> wrote:
disk = [ 'phy:/dev/VG_Guests/Debian1.img,ioemu:hda,w']
ioemu is outdated since Xen 3.0.2 AFAIK.
What version of Xen do you use?
See this example (in your own config file):
#disk = ['file:/var/images/min-el3-i386.img,hda,w', ',hdc:cdrom,r' ]
vmcviewer=0
This doesn't affect your disk problem, but it's "vncviewer"
Unfortunately, it's probably too hard for xen to check the python
config files for incorrectly-named config options.
(It's possible, but complex: maybe try to check all locall variables
_before_ the config file is sourced, and check again after, see which
ones are new, and if all those variables are allowed. but then you
could not use custom variables for scripting stuff).
Henning
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|