You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/12/07 17:32:45 UTC

[GitHub] DagSonsteboSB opened a new issue #3086: XCP-NG 7.6 system VMs starting as HVM

DagSonsteboSB opened a new issue #3086: XCP-NG 7.6 system VMs starting as HVM
URL: https://github.com/apache/cloudstack/issues/3086
 
 
   ##### ISSUE TYPE
    * Bug Report
    * Enhancement Request
   
   ##### COMPONENT NAME
   * XCP-ng 7.6.0 under CloudStack 4.11.2
   
   ##### CLOUDSTACK VERSION
   * CloudStack version 4.11.2
   
   ##### CONFIGURATION
   n/a
   
   
   ##### OS / ENVIRONMENT
   * ACS 4.11.2 management on CentOS7.x
   * Niche case where the hypervisor can not provide HVM
   
   ##### SUMMARY
   * System VMs are incorrectly identified as "no guest OS type" 
   * As a result the XCP-ng host will start the system VM as HVM and fail
   
   
   ##### STEPS TO REPRODUCE
   * Issue happens whether the XenServer system VM template is set to OS ID "Other (64-bit)", " Debian GNU/Linux 7(64-bit)" or even "Other (64-bit)" 
   * At the same time the guest_os_hypervisor table has been updated with the correct "XCP-ng 7.6.0" hypervisor version.
   * This should  force the system VM to start as PV, however they will attempt to start as HVM:
   
   2018-12-07 17:10:28,805 DEBUG [c.c.h.x.r.CitrixResourceBase] (DirectAgent-63:ctx-0b190f08) (logid:b1d89a23) no guest OS type, start it as HVM guest
   
   2018-12-07 17:10:32,500 DEBUG [c.c.h.x.r.CitrixResourceBase] (DirectAgent-63:ctx-0b190f08) (logid:b1d89a23) PV args are %template=domP%type=consoleproxy%host=192.168.56.20%port=8250%name=v-452-VM%zone=1%pod=1%guid=Proxy.452%proxy_vm=452%disable_rp_filter=true%eth2ip=172.30.0.151%eth2mask=255.255.255.0%gateway=172.30.0.1%eth0ip=169.254.0.240%eth0mask=255.255.0.0%eth1ip=192.168.56.207%eth1mask=255.255.255.0%mgmtcidr=192.168.56.0/24%localgw=192.168.56.254%internaldns1=8.8.8.8%internaldns2=8.8.4.4%dns1=8.8.8.8%dns2=8.8.4.4
   
   2018-12-07 17:10:32,507 DEBUG [c.c.h.x.r.CitrixResourceBase] (DirectAgent-63:ctx-0b190f08) (logid:b1d89a23) HVM args are  template=domP type=consoleproxy host=192.168.56.20 port=8250 name=v-452-VM zone=1 pod=1 guid=Proxy.452 proxy_vm=452 disable_rp_filter=true eth2ip=172.30.0.151 eth2mask=255.255.255.0 gateway=172.30.0.1 eth0ip=169.254.0.240 eth0mask=255.255.0.0 eth1ip=192.168.56.207 eth1mask=255.255.255.0 mgmtcidr=192.168.56.0/24 localgw=192.168.56.254 internaldns1=8.8.8.8 internaldns2=8.8.4.4 dns1=8.8.8.8 dns2=8.8.4.4
   
   Then fails in this case with 
   
   2018-12-07 17:10:37,192 WARN  [c.c.h.x.r.CitrixResourceBase] (DirectAgent-125:ctx-00de06c2) (logid:dd5a95dc) Task failed! Task record:                 uuid: c7b7c420-3ae6-16d1-b630-87bca4b068ea
              nameLabel: Async.VM.start_on
        nameDescription:
      allowedOperations: []
      currentOperations: {}
                created: Fri Dec 07 17:10:36 GMT 2018
               finished: Fri Dec 07 17:10:36 GMT 2018
                 status: failure
             residentOn: com.xensource.xenapi.Host@42b297e4
               progress: 1.0
                   type: <none/>
                 result:
              errorInfo: [VM_HVM_REQUIRED, OpaqueRef:93aea841-a336-446b-8ae4-5aab82fb377c]
            otherConfig: {}
              subtaskOf: com.xensource.xenapi.Task@aaf13f6f
               subtasks: []
   
   
   ##### EXPECTED RESULTS
   * It should be possible to force the system VM to start as PV
   
   ##### ACTUAL RESULTS
   * Fails to start using HVM
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services