Hello everyone,
I managed to burst an instance in EC2 using the following template and
ONE3.2:

#VCPU   = 1
#MEMORY = 2048

OS     =  [ ARCH = x86_64 ]
DISK   =  [ IMAGE_ID = 5,
             target = vda ]

DISK   = [
  type     = swap,
  size     = 5120,
  target   = vdb ]

FEATURES=[ acpi="yes" ]

GRAPHICS = [ 
  type    = "vnc", 
  listen  = "127.0.0.1",
  port    = "-1",
  autoport = "yes",
  keymap="en-us" ]

REQUIREMENTS = "HYPERVISOR=\"kvm\""

EC2 = [ AMI="ami-0027ae30",
        AUTHORIZED_PORTS="22" ]

But the same template is not working in ONE4.2 because the DISK section
triggers the transfer manager and the machine falls in the FAILED
status. Do you know why?

Thanks in advance,
Francesco


_______________________________________________
Users mailing list
[email protected]
http://lists.opennebula.org/listinfo.cgi/users-opennebula.org

Reply via email to