<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
I have a vm definition file:<br>
<br>
<i>CPU = 1<br>
MEMORY = 256<br>
<br>
GRAPHICS = [<br>
TYPE = "vnc",<br>
LISTEN = "0.0.0.0"<br>
]<br>
<br>
OS = [ KERNEL = /vmlinuz,<br>
INITRD = /initrd.img,<br>
ROOT = sda1,<br>
KERNEL_CMD = "ro xencons=tty console=tty1"]<br>
<br>
DISK = [<br>
IMAGE = "The Ring"<br>
]<br>
<br>
DISK = [<br>
TYPE = cdrom,<br>
SOURCE = /var/lib/one/dsl-4.4.10.iso,<br>
READONLY = "yes",<br>
CLONE = "yes"<br>
]</i><br>
<br>
and when I try to create an instance the deployment file only gets
partially written:<br>
<br>
<i><domain type='kvm'><br>
<name>one-66</name><br>
<memory>262144</memory><br>
<os><br>
<type>hvm</type><br>
<kernel>/vmlinuz</kernel><br>
<initrd>/initrd.img</initrd><br>
<cmdline>root=/dev/sda1 ro xencons=tty
console=tty1</cmdline><br>
<boot dev='hd'/><br>
</os><br>
<devices><br>
<emulator>/usr/bin/kvm</emulator><br>
<disk type='file' device='disk'><br>
<source
file='/home/sharedFS/images/66/images/disk.0'/><br>
<target dev='hda'/><br>
</disk><br>
</i><br>
But all that appears in the log file is: <br>
<br>
<i>Fri Oct 22 12:01:31 2010 [LCM][I]: New VM state is BOOT<br>
Fri Oct 22 12:01:31 2010 [VMM][I]: Generating deployment file:
/var/lib/one/66/deployment.0<br>
Fri Oct 22 12:01:31 2010 [VMM][E]: Wrong target value in DISK.<br>
Fri Oct 22 12:01:31 2010 [VMM][E]: deploy_action, error generating
deployment file: /var/lib/one/66/deployment.0<br>
Fri Oct 22 12:01:31 2010 [DiM][I]: New VM state is FAILED<br>
Fri Oct 22 12:01:31 2010 [TM][W]: Ignored: TRANSFER SUCCESS 66 -<br>
</i><br>
Any ideas on what is going wrong here?<br>
<br>
rw2<br>
<br>
</body>
</html>