I'm trying to install from a Ubuntu 12.05 ISO [1] to Cloudstack 4.3
[2] running with a non HVM host running on a variant of devcloud.

I've applied this fix [3]:

INSERT INTO `cloud`.`configuration` (`category`, `instance`,
`component`, `name`,
`value`, `description`) VALUES ('Advanced', 'DEFAULT', 'management-server',
'xen.check.hvm', 'false', 'Shoud we allow only the XenServers support HVM');

But I see the following error in the log:

WARN  [c.c.h.x.r.CitrixResourceBase] (DirectAgent-235:ctx-1aaf2309)
Unable to start i-2-15-VM due to
com.cloud.utils.exception.CloudRuntimeException: Unable to start
VM(i-2-15-VM) on host(c47d712e-8aa8-fcd6-113e-8546532e5fcc) due to
Task failed! Task record:                 uuid:
1b5a9bda-facb-e6e9-3e81-aa8168fe63cb
           nameLabel: Async.VM.start_on
     nameDescription:
   allowedOperations: []
   currentOperations: {}
             created: Thu Apr 03 06:54:00 UTC 2014
            finished: Thu Apr 03 06:54:01 UTC 2014
              status: failure
          residentOn: com.xensource.xenapi.Host@676529fc
            progress: 1.0
                type: <none/>
              result:
           errorInfo: [VM_HVM_REQUIRED,
OpaqueRef:e917ac0d-f620-231e-7d0b-4d0e68776eef]
         otherConfig: {}
           subtaskOf: com.xensource.xenapi.Task@aaf13f6f
            subtasks: []

I'm currently looking through the ocaml code, and trying to trace the
calls with wireshark, but nothing is jumping out at me.

Any pointers will be appreciated.

Many thanks,

Chris

---
[1] http://releases.ubuntu.com/12.04/ubuntu-12.04.4-server-i386.iso
[2] 
https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=24dcf2948c2d4cdd98fcda0f766d82f40eee8be1
[3] http://support.citrix.com/article/CTX132015

Reply via email to