[ https://issues.apache.org/jira/browse/CLOUDSTACK-448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13493385#comment-13493385 ]
Jason Bausewein commented on CLOUDSTACK-448: -------------------------------------------- I have the same result here on a newer Intel Core i5-3570K and i7-3615QM. I have a patch for the systemvm below. diff --git a/patches/systemvm/debian/config/etc/init.d/cloud-early-config b/patches/systemvm/debian/config/etc/init.d/cloud-early-config index 19f87c2..ca6bfa7 100755 --- a/patches/systemvm/debian/config/etc/init.d/cloud-early-config +++ b/patches/systemvm/debian/config/etc/init.d/cloud-early-config @@ -87,7 +87,7 @@ get_boot_params() { [ $? -ne 0 ] && log_it "Failed to detect hypervisor type, bailing out of early init" && exit 10 case $hyp in - xen-domU) + xen-domU|xen-hvm) cat /proc/cmdline > /var/cache/cloud/cmdline sed -i "s/%/ /g" /var/cache/cloud/cmdline ;; > SSVM bootstrap failure on XenServer hosts with E3 CPU > ----------------------------------------------------- > > Key: CLOUDSTACK-448 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-448 > Project: CloudStack > Issue Type: Bug > Components: XenServer > Affects Versions: pre-4.0.0 > Environment: Cloudstack 3.0.2 + XenServer 6.0.2 on E3 CPU > Reporter: Randy McAnally > Priority: Blocker > Attachments: management-server.log.txt, screenshot-1.jpg, > ssvm_cloud.log.txt, ssvm_console.txt, ssvm_dmesg.txt, ssvm_vm-param-list.txt > > > Cannot add XenServer 6.0.2 based hosts with E3 CPU. SSVM of any type fail to > boostrap, ending up with incomplete network configuration and Cloudstack > unable to ping it. Adding a host with any other type of previous generation > CPU succeeds and SSVMs start properly (in this case X3450) . > Failing host: > [root@cl-ash-h1 ~]# xe host-cpu-info > cpu_count : 8 > vendor: GenuineIntel > speed: 3300.094 > modelname: Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz > family: 6 > model: 58 > stepping: 9 > flags: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov > pat clflush acpi mmx fxsr sse sse2 ss ht nx constant_tsc nonstop_tsc > aperfmperf pni pclmulqdq vmx est ssse3 sse4_1 sse4_2 x2apic popcnt aes > hypervisor ida arat tpr_shadow vnmi flexpriority ept vpid > features: 00000000-00000000-00000000-00000000 > features_after_reboot: 00000000-00000000-00000000-00000000 > physical_features: 00000000-00000000-00000000-00000000 > maskable: no > Working host: > [root@localhost ~]# xe host-cpu-info > cpu_count : 8 > vendor: GenuineIntel > speed: 2666.760 > modelname: Intel(R) Xeon(R) CPU X3450 @ 2.67GHz > family: 6 > model: 30 > stepping: 5 > flags: fpu de tsc msr pae mce cx8 apic sep mtrr mca cmov > pat clflush acpi mmx fxsr sse sse2 ss ht nx constant_tsc nonstop_tsc > aperfmperf pni vmx est ssse3 sse4_1 sse4_2 popcnt hypervisor ida tpr_shadow > vnmi flexpriority ept vpid > features: 0098e3fd-bfebfbff-00000001-28100800 > features_after_reboot: 0098e3fd-bfebfbff-00000001-28100800 > physical_features: 0098e3fd-bfebfbff-00000001-28100800 > maskable: full -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira