Hi Anthony, we've been trying to reproduce this but we haven't been able to. Looking at the code it simply doesn't make any sense that using the ONE template you provided, this line could be generated: disk = [ 'file/opt/nebula/images//72/images/disk.0,xvda,w', ] (without a semicolon after file)
Please try again from scratch and let us know if you're still experiencing the same issue. regards, Jaime On Mon, Jun 6, 2011 at 10:16 AM, anthony garnier <[email protected]>wrote: > Hi, > > Here is the VM template : > > NAME = debian > CPU = 1 > MEMORY = 512 > > OS = [ > kernel = "/boot/vmlinuz-2.6.26-2-xen-686", > initrd = "/boot/initrd.img-2.6.26-2-xen-686", > root = "xvda1", > boot = "xvda"] > > > DISK = [ > source = "/opt/nebula/repo/debian.img", > target = "xvda1", > readonly = "no", > driver = "file:" ] > > # DISK = [ > # type = "swap", > # size = 1024, > # readonly = "no"] > > #NIC = [ NETWORK = network ] > > FEATURES=[ acpi="no" ] > > > ------------------------------ > From: [email protected] > Date: Fri, 3 Jun 2011 15:03:01 +0200 > Subject: Re: [one-users] Booting VM with xen > To: [email protected] > CC: [email protected] > > > Hi, > > I noticed a typo in deployment.0 > > disk = [ 'file/opt/nebula/images//72/images/disk.0,xvda,w', ] > > note the missing semicolon after "file". Can you send us OpenNebula's VM > template? > > regards, > Jaime > > > On Wed, Jun 1, 2011 at 3:41 PM, anthony garnier <[email protected]>wrote: > > disk = [ 'file/opt/nebula/images//72/images/disk.0,xvda,w', ] > > > -- > Jaime Melis, Cloud Technology Engineer/Researcher > Major Contributor > OpenNebula - The Open Source Toolkit for Cloud Computing > www.OpenNebula.org | [email protected] > -- Jaime Melis, Cloud Technology Engineer/Researcher Major Contributor OpenNebula - The Open Source Toolkit for Cloud Computing www.OpenNebula.org | [email protected]
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
