Uploaded image for project: 'CloudStack'
  1. CloudStack
  2. CLOUDSTACK-4504

VM creation Is failing using the Ubuntu ISO with Xen 6.1 and 6.2

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Won't Fix
    • 4.2.1
    • 4.3.0
    • Install and Setup
    • Security Level: Public (Anyone can view this level - this is the default.)
    • None

    Description

      1)Registered a Ubuntu 10.04 32 bit in the CS.
      2)Tried to create a VM using the ISO then observed the below error message
      "2013-08-26 21:28:58,345 DEBUG [agent.transport.Request] (AgentManager-Handler-14:null) Seq 3-347996257: Processing: { Ans: , MgmtId: 6703101771911, via: 3, Ver: v1, Flags: 10, [{"com.cloud.agent.api.storage.DownloadAnswer":{"jobId":"565318cc-d0b4-4365-aea2-044dedb938ea","downloadPct":100,"errorString":"Download success, starting install ","downloadStatus":"DOWNLOAD_IN_PROGRESS","downloadPath":"/mnt/SecStorage/ec67adf1-b86c-3674-ad7f-46ddd34d104f/template/tmpl/2/202/dnld2917500853441314915tmp_","installPath":"template/tmpl/2/202/202-2-c006beb1-8a48-3ac2-b4d5-af1b6c940b5e.iso","templateSize":0,"templatePhySicalSize":0,"checkSum":"27aa354b8088527ffcd32007b51b25bf","result":true,"details":"Download success, starting install ","wait":0}}] }
      2013-08-26 21:29:00,477 DEBUG [cloud.server.StatsCollector] (StatsCollector-1:null) StorageCollector is running...
      ^C
      [root@Kiran-RHEl631 setup]# vi /var/log/cloudstack/management/management-server.log
      status: failure
      residentOn: com.xensource.xenapi.Host@e79e523d
      progress: 1.0
      type: <none/>
      result:
      errorInfo: [INTERNAL_ERROR, xenopsd internal error: XenguestHelper.Xenctrl_dom_linux_build_failure(2, " elf_xen_note_check: ERROR: Will only load images built \\\"")]
      otherConfig: {}
      subtaskOf: com.xensource.xenapi.Task@aaf13f6f
      subtasks: []

      com.cloud.utils.exception.CloudRuntimeException: Unable to start VM(i-2-3-VM) on host(fe1fce23-4155-4831-b669-a99988cd3259) due to Task failed! Task record: uuid: d7d77fe7-2d04-35a2-df1f-200ca1a80bbc
      nameLabel: Async.VM.start_on
      nameDescription:
      allowedOperations: []
      currentOperations: {}
      created: Mon Aug 26 12:06:14 IST 2013
      finished: Mon Aug 26 12:06:17 IST 2013
      status: failure
      residentOn: com.xensource.xenapi.Host@e79e523d
      progress: 1.0
      type: <none/>
      result:
      errorInfo: [INTERNAL_ERROR, xenopsd internal error: XenguestHelper.Xenctrl_dom_linux_build_failure(2, " elf_xen_note_check: ERROR: Will only load images built \\\"")]
      otherConfig: {}
      subtaskOf: com.xensource.xenapi.Task@aaf13f6f
      subtasks: []

      at com.cloud.hypervisor.xen.resource.CitrixResourceBase.startVM(CitrixResourceBase.java:3717)
      at com.cloud.hypervisor.xen.resource.CitrixResourceBase.execute(CitrixResourceBase.java:1636)
      at com.cloud.hypervisor.xen.resource.CitrixResourceBase.executeRequest(CitrixResourceBase.java:553)
      at com.cloud.hypervisor.xen.resource.XenServer56Resource.executeRequest(XenServer56Resource.java:73)
      at com.cloud.hypervisor.xen.resource.XenServer610Resource.executeRequest(XenServer610Resource.java:104)
      at com.cloud.agent.manager.DirectAgentAttache$Task.run(DirectAgentAttache.java:186)
      at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)"

      Atatching the MS logs for additional debugging.

      The DB table entries for the Ubuntu templates for the Xen are as below:

      mysql> select * from guest_os_hypervisor where guest_os_id in (select id from guest_os where display_name like '%ubu%');
      ----------------------------------------------------------+

      id hypervisor_type guest_os_name guest_os_id

      ----------------------------------------------------------+

      79 XenServer Other install media 59
      80 XenServer Other install media 100
      83 XenServer Other install media 121
      84 XenServer Other install media 126
      85 XenServer Other install media 122
      86 XenServer Other install media 127
      87 XenServer Other install media 123
      88 XenServer Other install media 128
      89 XenServer Other install media 124
      90 XenServer Other install media 129
      91 XenServer Other install media 125
      92 XenServer Other install media 130
      174 VmWare Ubuntu 10.04 (32-bit) 121
      175 VmWare Ubuntu 9.10 (32-bit) 122
      176 VmWare Ubuntu 9.04 (32-bit) 123
      177 VmWare Ubuntu 8.10 (32-bit) 124
      178 VmWare Ubuntu 8.04 (32-bit) 125
      179 VmWare Ubuntu 12.04 (64-bit) 163
      180 VmWare Ubuntu 10.04 (64-bit) 126
      181 VmWare Ubuntu 9.10 (64-bit) 127
      182 VmWare Ubuntu 9.04 (64-bit) 128
      183 VmWare Ubuntu 8.10 (64-bit) 129
      184 VmWare Ubuntu 8.04 (64-bit) 130
      185 VmWare Ubuntu 10.10 (32-bit) 59
      186 VmWare Ubuntu 10.10 (64-bit) 100
      187 VmWare Other Ubuntu Linux (32-bit) 59
      188 VmWare Other Ubuntu (64-bit) 100
      251 KVM Ubuntu 10.04 121
      252 KVM Ubuntu 10.04 126
      254 KVM Ubuntu 10.04 163
      255 KVM Ubuntu 9.10 122
      256 KVM Ubuntu 9.10 127
      257 KVM Ubuntu 9.04 123
      258 KVM Ubuntu 9.04 128
      259 KVM Ubuntu 8.10 124
      260 KVM Ubuntu 8.10 129
      261 KVM Ubuntu 8.04 125
      262 KVM Ubuntu 8.04 130
      269 KVM Other Ubuntu 59
      270 KVM Other Ubuntu 100

      ----------------------------------------------------------+
      40 rows in set (0.05 sec)

      It is registered as "Other install media ".

      Attachments

        1. management-server.zip
          199 kB
          Kiran Koneti
        2. Screen Shot 2013-08-28 at 2.57.40 PM.png
          1.45 MB
          Nitin Mehta

        Activity

          People

            nitinme Nitin Mehta
            kiran_koneti Kiran Koneti
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: