You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by syed <gi...@git.apache.org> on 2016/12/14 16:48:06 UTC

[GitHub] cloudstack pull request #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in Xe...

GitHub user syed opened a pull request:

    https://github.com/apache/cloudstack/pull/1829

    CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

    Here is the longer description of the problem:
    
    By default XenServer limits HVM guests to only 4 disks. Two of those are reserved for the ROOT disk (deviceId=0) and CD ROM (device ID=3) which means that we can only attach 2 data disks. This limit however is removed when Xentools is installed on the guest. The information that a guest has Xentools installed and can handle more than 4 disks is stored in the VM metadata on XenServer. When a VM is shut down, Cloudstack removes the VM and all the metadata associated with the VM from XenServer. Now, when you start the VM again, even if it has Xentools installed, it will default to only 4 attachable disks.
    
    Now this problem manifests itself when you have a HVM VM and you stop and start it with more than 2 data disks attached. The VM fails to start and the only way to start the VM is to detach the extra disks and then reattach them after the VM start.
    
    In this fix, I am removing the check which is done before creating a `VBD` which enforces this limit. This will not affect current workflow and will fix the HVM issue.
    
    @koushik-das this is related to the "autodetect" feature that you introduced a while back (https://issues.apache.org/jira/browse/CLOUDSTACK-8826). I would love your review on this fix.
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/syed/cloudstack hvm-volume-attach-restart-fix

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1829.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1829
    
----
commit ad7de468161c5241b3d4aba899df9872eb02ea6e
Author: Syed <sy...@gmail.com>
Date:   2016-12-14T16:39:42Z

    CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by syed <gi...@git.apache.org>.
Github user syed commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @koushik-das I like that fix. I've modified my fix to do a better check. @rhtyd I've rebased to 4.9 as well. 
    Thank you guys for the prompt replies :)



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + vmware-60u2) has been kicked to run smoke tests


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by syed <gi...@git.apache.org>.
Github user syed commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @borisstoyanov  I've done my testing on a linux based HVM VM and it works as expected after the fix.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by koushik-das <gi...@git.apache.org>.
Github user koushik-das commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @syed Please check #672. There was a discussion sometimes back on dev@ and this PR was mentioned. I feel that fix is slightly better than removing the check altogether.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + vmware-60u2) has been kicked to run smoke tests


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @blueorangutan test centos7 vmware-60u2


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @koushik-das happen to have any handy?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    Okay @syed either PR need to be merged to solve the issue of restart bug.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @karuturi let's merge this, thanks.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by syed <gi...@git.apache.org>.
Github user syed commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @rhtyd @anshul1886 I suggest merging this first as the changes here are very limited and tested. We can refactor the change out from #1941 



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    LGTM. @karuturi this can be merged.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    <b>Trillian test result (tid-821)</b>
    Environment: xenserver-65sp1 (x2), Advanced Networking with Mgmt server 7
    Total time taken: 38820 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1829-t821-xenserver-65sp1.zip
    Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
    Intermitten failure detected: /marvin/tests/smoke/test_vpc_redundant.py
    Test completed. 46 look ok, 2 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_05_rvpc_multi_tiers | `Failure` | 527.66 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | `Failure` | 1345.35 | test_vpc_redundant.py
    test_02_redundant_VPC_default_routes | `Failure` | 353.82 | test_vpc_redundant.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 555.85 | test_vpc_redundant.py
    test_04_rvpc_privategw_static_routes | `Failure` | 736.79 | test_privategw_acl.py
    test_01_vpc_site2site_vpn | Success | 320.48 | test_vpc_vpn.py
    test_01_vpc_remote_access_vpn | Success | 151.41 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | Success | 506.02 | test_vpc_vpn.py
    test_02_VPC_default_routes | Success | 313.39 | test_vpc_router_nics.py
    test_01_VPC_nics_after_destroy | Success | 661.28 | test_vpc_router_nics.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Success | 867.14 | test_vpc_redundant.py
    test_09_delete_detached_volume | Success | 15.53 | test_volumes.py
    test_08_resize_volume | Success | 100.66 | test_volumes.py
    test_07_resize_fail | Success | 105.69 | test_volumes.py
    test_06_download_detached_volume | Success | 20.24 | test_volumes.py
    test_05_detach_volume | Success | 100.21 | test_volumes.py
    test_04_delete_attached_volume | Success | 10.14 | test_volumes.py
    test_03_download_attached_volume | Success | 15.19 | test_volumes.py
    test_02_attach_volume | Success | 10.64 | test_volumes.py
    test_01_create_volume | Success | 392.06 | test_volumes.py
    test_03_delete_vm_snapshots | Success | 280.17 | test_vm_snapshots.py
    test_02_revert_vm_snapshots | Success | 175.94 | test_vm_snapshots.py
    test_01_create_vm_snapshots | Success | 130.74 | test_vm_snapshots.py
    test_deploy_vm_multiple | Success | 191.61 | test_vm_life_cycle.py
    test_deploy_vm | Success | 0.02 | test_vm_life_cycle.py
    test_advZoneVirtualRouter | Success | 0.02 | test_vm_life_cycle.py
    test_10_attachAndDetach_iso | Success | 26.57 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 125.15 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 70.78 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.07 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 10.10 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 10.12 | test_vm_life_cycle.py
    test_02_start_vm | Success | 20.16 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 25.18 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | Success | 80.49 | test_templates.py
    test_08_list_system_templates | Success | 0.02 | test_templates.py
    test_07_list_public_templates | Success | 0.03 | test_templates.py
    test_05_template_permissions | Success | 0.04 | test_templates.py
    test_04_extract_template | Success | 5.10 | test_templates.py
    test_03_delete_template | Success | 5.08 | test_templates.py
    test_02_edit_template | Success | 90.13 | test_templates.py
    test_01_create_template | Success | 45.33 | test_templates.py
    test_10_destroy_cpvm | Success | 191.53 | test_ssvm.py
    test_09_destroy_ssvm | Success | 198.64 | test_ssvm.py
    test_08_reboot_cpvm | Success | 111.43 | test_ssvm.py
    test_07_reboot_ssvm | Success | 143.68 | test_ssvm.py
    test_06_stop_cpvm | Success | 161.51 | test_ssvm.py
    test_05_stop_ssvm | Success | 138.77 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.15 | test_ssvm.py
    test_03_ssvm_internals | Success | 3.47 | test_ssvm.py
    test_02_list_cpvm_vm | Success | 0.09 | test_ssvm.py
    test_01_list_sec_storage_vm | Success | 0.09 | test_ssvm.py
    test_01_snapshot_root_disk | Success | 20.94 | test_snapshots.py
    test_04_change_offering_small | Success | 128.93 | test_service_offerings.py
    test_03_delete_service_offering | Success | 0.03 | test_service_offerings.py
    test_02_edit_service_offering | Success | 0.04 | test_service_offerings.py
    test_01_create_service_offering | Success | 0.06 | test_service_offerings.py
    test_02_sys_template_ready | Success | 0.09 | test_secondary_storage.py
    test_01_sys_vm_start | Success | 0.12 | test_secondary_storage.py
    test_01_scale_vm | Success | 5.12 | test_scale_vm.py
    test_09_reboot_router | Success | 60.46 | test_routers.py
    test_08_start_router | Success | 45.27 | test_routers.py
    test_07_stop_router | Success | 15.14 | test_routers.py
    test_06_router_advanced | Success | 0.04 | test_routers.py
    test_05_router_basic | Success | 0.03 | test_routers.py
    test_04_restart_network_wo_cleanup | Success | 5.46 | test_routers.py
    test_03_restart_network_cleanup | Success | 110.65 | test_routers.py
    test_02_router_internal_adv | Success | 0.86 | test_routers.py
    test_01_router_internal_basic | Success | 0.50 | test_routers.py
    test_router_dns_guestipquery | Success | 48.67 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.06 | test_router_dns.py
    test_router_dhcphosts | Success | 102.04 | test_router_dhcphosts.py
    test_router_dhcp_opts | Success | 31.27 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 0.06 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 100.55 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.03 | test_regions.py
    test_create_pvlan_network | Success | 5.15 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.27 | test_public_ip_range.py
    test_03_vpc_privategw_restart_vpc_cleanup | Success | 870.77 | test_privategw_acl.py
    test_02_vpc_privategw_static_routes | Success | 569.57 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 126.76 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 38.96 | test_primary_storage.py
    test_01_primary_storage_iscsi | Success | 77.76 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 15.14 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.29 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 35.85 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.11 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 30.52 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.27 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.18 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 15.25 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 10.22 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.25 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 15.32 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.23 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 72.19 | test_outofbandmanagement.py
    test_oobm_enable_feature_valid | Success | 5.14 | test_outofbandmanagement.py
    test_oobm_enable_feature_invalid | Success | 0.07 | test_outofbandmanagement.py
    test_oobm_disable_feature_valid | Success | 5.13 | test_outofbandmanagement.py
    test_oobm_disable_feature_invalid | Success | 0.08 | test_outofbandmanagement.py
    test_oobm_configure_invalid_driver | Success | 0.06 | test_outofbandmanagement.py
    test_oobm_configure_default_driver | Success | 0.06 | test_outofbandmanagement.py
    test_oobm_background_powerstate_sync | Success | 23.30 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.23 | test_non_contigiousvlan.py
    test_01_nic | Success | 583.79 | test_nic.py
    test_releaseIP | Success | 267.25 | test_network.py
    test_reboot_router | Success | 503.18 | test_network.py
    test_public_ip_user_account | Success | 10.21 | test_network.py
    test_public_ip_admin_account | Success | 40.36 | test_network.py
    test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 86.38 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 76.31 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 102.76 | test_network.py
    test_delete_account | Success | 267.19 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 70.53 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 83.63 | test_network.py
    test_nic_secondaryip_add_remove | Success | 176.72 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 17.79 | test_login.py
    test_assign_and_removal_lb | Success | 148.60 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 207.24 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 207.68 | test_loadbalance.py
    test_03_list_snapshots | Success | 0.04 | test_list_ids_parameter.py
    test_02_list_templates | Success | 0.03 | test_list_ids_parameter.py
    test_01_list_volumes | Success | 0.02 | test_list_ids_parameter.py
    test_07_list_default_iso | Success | 0.04 | test_iso.py
    test_05_iso_permissions | Success | 0.04 | test_iso.py
    test_04_extract_Iso | Success | 5.10 | test_iso.py
    test_03_delete_iso | Success | 95.18 | test_iso.py
    test_02_edit_iso | Success | 0.04 | test_iso.py
    test_01_create_iso | Success | 20.67 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 479.05 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 306.34 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 997.46 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 680.45 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.19 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.10 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 5.80 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 5.70 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 5.58 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 6.10 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 5.68 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 5.62 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 5.66 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 5.60 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 5.61 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 5.60 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 5.59 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 7.71 | test_dynamicroles.py
    test_role_account_acls | Success | 7.00 | test_dynamicroles.py
    test_default_role_deletion | Success | 5.66 | test_dynamicroles.py
    test_04_create_fat_type_disk_offering | Success | 0.05 | test_disk_offerings.py
    test_03_delete_disk_offering | Success | 0.03 | test_disk_offerings.py
    test_02_edit_disk_offering | Success | 0.04 | test_disk_offerings.py
    test_02_create_sparse_type_disk_offering | Success | 0.05 | test_disk_offerings.py
    test_01_create_disk_offering | Success | 0.06 | test_disk_offerings.py
    test_deployvm_userdispersing | Success | 40.49 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 90.73 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 155.97 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 20.33 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 115.85 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 5.57 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 5.57 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 5.68 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 272.96 | test_deploy_vm_iso.py
    test_DeployVmAntiAffinityGroup | Success | 191.30 | test_affinity_groups.py
    test_01_test_vm_volume_snapshot | Skipped | 0.00 | test_vm_snapshots.py
    test_06_copy_template | Skipped | 0.00 | test_templates.py
    test_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 0.01 | test_deploy_vgpu_enabled_vm.py



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    This is ready for merge @karuturi 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @syed can you rebase against 4.9 and change PR's branch to 4.9? As soon as 4.9.1.0 is out, we'll work towards 4.9.2.0 and work towards the next minor release to include several such bugfixes.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by syed <gi...@git.apache.org>.
Github user syed commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @anshul1886 it looks like #672 is closed so that leaves us with #1941 , Are we targeting it for 4.10? If yes, then there are some comments there which you might want to address there. If we do make it into 4.10 then we can close this and use #1941 instead. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    LGTM, code and (regression) tests.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @blueorangutan test centos7 vmware-60u2


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    <b>Trillian test result (tid-840)</b>
    Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
    Total time taken: 32519 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1829-t840-kvm-centos7.zip
    Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
    Intermitten failure detected: /marvin/tests/smoke/test_vpc_redundant.py
    Test completed. 46 look ok, 2 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_02_redundant_VPC_default_routes | `Failure` | 863.95 | test_vpc_redundant.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 353.40 | test_vpc_redundant.py
    test_04_rvpc_privategw_static_routes | `Failure` | 295.14 | test_privategw_acl.py
    test_01_vpc_site2site_vpn | Success | 149.68 | test_vpc_vpn.py
    test_01_vpc_remote_access_vpn | Success | 56.05 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | Success | 226.06 | test_vpc_vpn.py
    test_02_VPC_default_routes | Success | 270.35 | test_vpc_router_nics.py
    test_01_VPC_nics_after_destroy | Success | 534.10 | test_vpc_router_nics.py
    test_05_rvpc_multi_tiers | Success | 500.82 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | Success | 1397.70 | test_vpc_redundant.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Success | 536.94 | test_vpc_redundant.py
    test_09_delete_detached_volume | Success | 151.32 | test_volumes.py
    test_08_resize_volume | Success | 156.31 | test_volumes.py
    test_07_resize_fail | Success | 156.44 | test_volumes.py
    test_06_download_detached_volume | Success | 151.17 | test_volumes.py
    test_05_detach_volume | Success | 150.71 | test_volumes.py
    test_04_delete_attached_volume | Success | 146.10 | test_volumes.py
    test_03_download_attached_volume | Success | 151.23 | test_volumes.py
    test_02_attach_volume | Success | 88.99 | test_volumes.py
    test_01_create_volume | Success | 710.99 | test_volumes.py
    test_deploy_vm_multiple | Success | 247.49 | test_vm_life_cycle.py
    test_deploy_vm | Success | 0.03 | test_vm_life_cycle.py
    test_advZoneVirtualRouter | Success | 0.02 | test_vm_life_cycle.py
    test_10_attachAndDetach_iso | Success | 26.66 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 125.20 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 35.86 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.14 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 125.78 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 125.83 | test_vm_life_cycle.py
    test_02_start_vm | Success | 10.17 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 40.31 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | Success | 60.56 | test_templates.py
    test_08_list_system_templates | Success | 0.03 | test_templates.py
    test_07_list_public_templates | Success | 0.07 | test_templates.py
    test_05_template_permissions | Success | 0.06 | test_templates.py
    test_04_extract_template | Success | 5.13 | test_templates.py
    test_03_delete_template | Success | 5.11 | test_templates.py
    test_02_edit_template | Success | 90.15 | test_templates.py
    test_01_create_template | Success | 30.35 | test_templates.py
    test_10_destroy_cpvm | Success | 166.47 | test_ssvm.py
    test_09_destroy_ssvm | Success | 138.09 | test_ssvm.py
    test_08_reboot_cpvm | Success | 101.61 | test_ssvm.py
    test_07_reboot_ssvm | Success | 133.72 | test_ssvm.py
    test_06_stop_cpvm | Success | 131.71 | test_ssvm.py
    test_05_stop_ssvm | Success | 133.57 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.16 | test_ssvm.py
    test_03_ssvm_internals | Success | 3.50 | test_ssvm.py
    test_02_list_cpvm_vm | Success | 0.11 | test_ssvm.py
    test_01_list_sec_storage_vm | Success | 0.12 | test_ssvm.py
    test_01_snapshot_root_disk | Success | 11.24 | test_snapshots.py
    test_04_change_offering_small | Success | 239.62 | test_service_offerings.py
    test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
    test_02_edit_service_offering | Success | 0.05 | test_service_offerings.py
    test_01_create_service_offering | Success | 0.10 | test_service_offerings.py
    test_02_sys_template_ready | Success | 0.12 | test_secondary_storage.py
    test_01_sys_vm_start | Success | 0.19 | test_secondary_storage.py
    test_09_reboot_router | Success | 40.32 | test_routers.py
    test_08_start_router | Success | 30.27 | test_routers.py
    test_07_stop_router | Success | 10.17 | test_routers.py
    test_06_router_advanced | Success | 0.06 | test_routers.py
    test_05_router_basic | Success | 0.04 | test_routers.py
    test_04_restart_network_wo_cleanup | Success | 5.72 | test_routers.py
    test_03_restart_network_cleanup | Success | 60.54 | test_routers.py
    test_02_router_internal_adv | Success | 1.04 | test_routers.py
    test_01_router_internal_basic | Success | 0.59 | test_routers.py
    test_router_dns_guestipquery | Success | 76.66 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.05 | test_router_dns.py
    test_router_dhcphosts | Success | 276.69 | test_router_dhcphosts.py
    test_router_dhcp_opts | Success | 21.60 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 5.12 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 150.99 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.04 | test_regions.py
    test_create_pvlan_network | Success | 5.41 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.42 | test_public_ip_range.py
    test_03_vpc_privategw_restart_vpc_cleanup | Success | 480.65 | test_privategw_acl.py
    test_02_vpc_privategw_static_routes | Success | 360.02 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 87.12 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 35.83 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 10.20 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.43 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 89.23 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.13 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 30.66 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.32 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.24 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 15.31 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 15.36 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.34 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 15.31 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.31 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 92.93 | test_outofbandmanagement.py
    test_oobm_enable_feature_valid | Success | 5.16 | test_outofbandmanagement.py
    test_oobm_enable_feature_invalid | Success | 0.10 | test_outofbandmanagement.py
    test_oobm_disable_feature_valid | Success | 5.17 | test_outofbandmanagement.py
    test_oobm_disable_feature_invalid | Success | 0.10 | test_outofbandmanagement.py
    test_oobm_configure_invalid_driver | Success | 0.07 | test_outofbandmanagement.py
    test_oobm_configure_default_driver | Success | 0.07 | test_outofbandmanagement.py
    test_oobm_background_powerstate_sync | Success | 23.39 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.37 | test_non_contigiousvlan.py
    test_01_nic | Success | 424.28 | test_nic.py
    test_releaseIP | Success | 167.56 | test_network.py
    test_reboot_router | Success | 383.83 | test_network.py
    test_public_ip_user_account | Success | 10.25 | test_network.py
    test_public_ip_admin_account | Success | 40.25 | test_network.py
    test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 66.92 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 61.71 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 124.51 | test_network.py
    test_delete_account | Success | 282.70 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 55.75 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 111.69 | test_network.py
    test_nic_secondaryip_add_remove | Success | 232.78 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 19.19 | test_login.py
    test_assign_and_removal_lb | Success | 133.02 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 187.02 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 207.57 | test_loadbalance.py
    test_03_list_snapshots | Success | 0.07 | test_list_ids_parameter.py
    test_02_list_templates | Success | 0.04 | test_list_ids_parameter.py
    test_01_list_volumes | Success | 0.03 | test_list_ids_parameter.py
    test_07_list_default_iso | Success | 0.06 | test_iso.py
    test_05_iso_permissions | Success | 0.06 | test_iso.py
    test_04_extract_Iso | Success | 5.16 | test_iso.py
    test_03_delete_iso | Success | 95.15 | test_iso.py
    test_02_edit_iso | Success | 0.06 | test_iso.py
    test_01_create_iso | Success | 21.21 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 207.78 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 158.12 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 525.75 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 431.46 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.32 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.14 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 6.26 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 6.01 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 5.89 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 5.89 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 6.03 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 5.91 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 11.02 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 5.90 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 10.99 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 5.92 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 5.88 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 8.09 | test_dynamicroles.py
    test_role_account_acls | Success | 8.45 | test_dynamicroles.py
    test_default_role_deletion | Success | 5.99 | test_dynamicroles.py
    test_04_create_fat_type_disk_offering | Success | 0.06 | test_disk_offerings.py
    test_03_delete_disk_offering | Success | 0.04 | test_disk_offerings.py
    test_02_edit_disk_offering | Success | 0.05 | test_disk_offerings.py
    test_02_create_sparse_type_disk_offering | Success | 0.07 | test_disk_offerings.py
    test_01_create_disk_offering | Success | 0.11 | test_disk_offerings.py
    test_deployvm_userdispersing | Success | 20.70 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 81.08 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 100.91 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 60.84 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 81.00 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 5.97 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 5.99 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 282.87 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 273.11 | test_deploy_vm_iso.py
    test_DeployVmAntiAffinityGroup | Success | 60.89 | test_affinity_groups.py
    test_03_delete_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
    test_02_revert_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
    test_01_test_vm_volume_snapshot | Skipped | 0.00 | test_vm_snapshots.py
    test_01_create_vm_snapshots | Skipped | 0.00 | test_vm_snapshots.py
    test_06_copy_template | Skipped | 0.00 | test_templates.py
    test_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
    test_01_scale_vm | Skipped | 0.00 | test_scale_vm.py
    test_01_primary_storage_iscsi | Skipped | 0.03 | test_primary_storage.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 0.00 | test_deploy_vgpu_enabled_vm.py



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @koushik-das @syed is this blocker for 4.9/4.10?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @blueorangutan package


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by koushik-das <gi...@git.apache.org>.
Github user koushik-das commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    Changes LGTM. As @syed mentioned there is a workaround, so won't qualify as a blocker. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @borisstoyanov unsupported parameters provided. Supported mgmt server os are: `centos6, centos7, ubuntu`. Supported hypervisors are: `kvm-centos6, kvm-centos7, kvm-ubuntu, xenserver-65sp1, xenserver-62sp1, vmware-60u2, vmware-55u3, vmware-51u1, vmware-50u1`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by pdube <gi...@git.apache.org>.
Github user pdube commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @rhtyd @koushik-das definitely a blocker IMHO. Being unable to start/reboot a VM that has 3 volumes is unacceptable in a public cloud scenario


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    <b>Trillian test result (tid-851)</b>
    Environment: vmware-60u2 (x2), Advanced Networking with Mgmt server 7
    Total time taken: 35957 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1829-t851-vmware-60u2.zip
    Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
    Intermitten failure detected: /marvin/tests/smoke/test_routers_network_ops.py
    Intermitten failure detected: /marvin/tests/smoke/test_routers.py
    Intermitten failure detected: /marvin/tests/smoke/test_snapshots.py
    Test completed. 46 look ok, 2 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_04_rvpc_privategw_static_routes | `Failure` | 768.12 | test_privategw_acl.py
    ContextSuite context=TestSnapshotRootDisk>:teardown | `Error` | 56.54 | test_snapshots.py
    test_01_vpc_site2site_vpn | Success | 316.61 | test_vpc_vpn.py
    test_01_vpc_remote_access_vpn | Success | 131.54 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | Success | 563.23 | test_vpc_vpn.py
    test_02_VPC_default_routes | Success | 347.13 | test_vpc_router_nics.py
    test_01_VPC_nics_after_destroy | Success | 664.10 | test_vpc_router_nics.py
    test_05_rvpc_multi_tiers | Success | 617.24 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | Success | 1478.54 | test_vpc_redundant.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Success | 674.73 | test_vpc_redundant.py
    test_02_redundant_VPC_default_routes | Success | 608.90 | test_vpc_redundant.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1305.57 | test_vpc_redundant.py
    test_09_delete_detached_volume | Success | 20.89 | test_volumes.py
    test_06_download_detached_volume | Success | 40.44 | test_volumes.py
    test_05_detach_volume | Success | 100.25 | test_volumes.py
    test_04_delete_attached_volume | Success | 10.19 | test_volumes.py
    test_03_download_attached_volume | Success | 15.30 | test_volumes.py
    test_02_attach_volume | Success | 48.67 | test_volumes.py
    test_01_create_volume | Success | 435.33 | test_volumes.py
    test_03_delete_vm_snapshots | Success | 275.25 | test_vm_snapshots.py
    test_02_revert_vm_snapshots | Success | 220.17 | test_vm_snapshots.py
    test_01_test_vm_volume_snapshot | Success | 171.71 | test_vm_snapshots.py
    test_01_create_vm_snapshots | Success | 158.67 | test_vm_snapshots.py
    test_deploy_vm_multiple | Success | 262.76 | test_vm_life_cycle.py
    test_deploy_vm | Success | 0.04 | test_vm_life_cycle.py
    test_advZoneVirtualRouter | Success | 0.02 | test_vm_life_cycle.py
    test_10_attachAndDetach_iso | Success | 26.86 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 125.26 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 55.99 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.16 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 5.11 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 5.14 | test_vm_life_cycle.py
    test_02_start_vm | Success | 20.23 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 10.15 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | Success | 171.25 | test_templates.py
    test_08_list_system_templates | Success | 0.03 | test_templates.py
    test_07_list_public_templates | Success | 0.04 | test_templates.py
    test_05_template_permissions | Success | 0.06 | test_templates.py
    test_04_extract_template | Success | 10.23 | test_templates.py
    test_03_delete_template | Success | 5.11 | test_templates.py
    test_02_edit_template | Success | 90.18 | test_templates.py
    test_01_create_template | Success | 100.88 | test_templates.py
    test_10_destroy_cpvm | Success | 236.92 | test_ssvm.py
    test_09_destroy_ssvm | Success | 238.77 | test_ssvm.py
    test_08_reboot_cpvm | Success | 156.53 | test_ssvm.py
    test_07_reboot_ssvm | Success | 158.33 | test_ssvm.py
    test_06_stop_cpvm | Success | 176.76 | test_ssvm.py
    test_05_stop_ssvm | Success | 173.62 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.14 | test_ssvm.py
    test_03_ssvm_internals | Success | 3.12 | test_ssvm.py
    test_02_list_cpvm_vm | Success | 0.13 | test_ssvm.py
    test_01_list_sec_storage_vm | Success | 0.14 | test_ssvm.py
    test_01_snapshot_root_disk | Success | 21.15 | test_snapshots.py
    test_04_change_offering_small | Success | 87.06 | test_service_offerings.py
    test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
    test_02_edit_service_offering | Success | 0.08 | test_service_offerings.py
    test_01_create_service_offering | Success | 0.12 | test_service_offerings.py
    test_02_sys_template_ready | Success | 0.14 | test_secondary_storage.py
    test_01_sys_vm_start | Success | 0.18 | test_secondary_storage.py
    test_09_reboot_router | Success | 130.84 | test_routers.py
    test_08_start_router | Success | 151.00 | test_routers.py
    test_07_stop_router | Success | 20.21 | test_routers.py
    test_06_router_advanced | Success | 0.06 | test_routers.py
    test_05_router_basic | Success | 0.04 | test_routers.py
    test_04_restart_network_wo_cleanup | Success | 5.64 | test_routers.py
    test_03_restart_network_cleanup | Success | 125.86 | test_routers.py
    test_02_router_internal_adv | Success | 1.01 | test_routers.py
    test_01_router_internal_basic | Success | 0.53 | test_routers.py
    test_router_dns_guestipquery | Success | 76.66 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.08 | test_router_dns.py
    test_router_dhcphosts | Success | 130.77 | test_router_dhcphosts.py
    test_router_dhcp_opts | Success | 21.63 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 0.09 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 25.33 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.04 | test_regions.py
    test_create_pvlan_network | Success | 5.23 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.49 | test_public_ip_range.py
    test_03_vpc_privategw_restart_vpc_cleanup | Success | 903.36 | test_privategw_acl.py
    test_02_vpc_privategw_static_routes | Success | 611.82 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 172.75 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 35.92 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 15.19 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.48 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 64.22 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.17 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 31.04 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.35 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.29 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 15.35 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 15.40 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.37 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 15.36 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.35 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 82.70 | test_outofbandmanagement.py
    test_oobm_enable_feature_valid | Success | 5.15 | test_outofbandmanagement.py
    test_oobm_enable_feature_invalid | Success | 0.09 | test_outofbandmanagement.py
    test_oobm_disable_feature_valid | Success | 0.17 | test_outofbandmanagement.py
    test_oobm_disable_feature_invalid | Success | 0.10 | test_outofbandmanagement.py
    test_oobm_configure_invalid_driver | Success | 0.08 | test_outofbandmanagement.py
    test_oobm_configure_default_driver | Success | 0.07 | test_outofbandmanagement.py
    test_oobm_background_powerstate_sync | Success | 23.43 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.34 | test_non_contigiousvlan.py
    test_01_nic | Success | 384.91 | test_nic.py
    test_releaseIP | Success | 288.19 | test_network.py
    test_reboot_router | Success | 635.47 | test_network.py
    test_public_ip_user_account | Success | 10.29 | test_network.py
    test_public_ip_admin_account | Success | 40.30 | test_network.py
    test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 76.93 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 61.72 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 125.23 | test_network.py
    test_delete_account | Success | 247.71 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 55.71 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 111.87 | test_network.py
    test_nic_secondaryip_add_remove | Success | 192.67 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 19.35 | test_login.py
    test_assign_and_removal_lb | Success | 148.81 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 207.63 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 207.90 | test_loadbalance.py
    test_03_list_snapshots | Success | 0.06 | test_list_ids_parameter.py
    test_02_list_templates | Success | 0.06 | test_list_ids_parameter.py
    test_01_list_volumes | Success | 0.03 | test_list_ids_parameter.py
    test_07_list_default_iso | Success | 0.07 | test_iso.py
    test_05_iso_permissions | Success | 0.06 | test_iso.py
    test_04_extract_Iso | Success | 5.14 | test_iso.py
    test_03_delete_iso | Success | 95.26 | test_iso.py
    test_02_edit_iso | Success | 0.06 | test_iso.py
    test_01_create_iso | Success | 21.03 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 480.19 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 309.80 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 938.33 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 708.01 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.28 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.14 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 6.20 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 6.00 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 6.01 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 5.92 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 6.04 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 5.93 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 5.99 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 5.91 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 10.98 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 5.93 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 5.89 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 8.47 | test_dynamicroles.py
    test_role_account_acls | Success | 8.32 | test_dynamicroles.py
    test_default_role_deletion | Success | 6.01 | test_dynamicroles.py
    test_04_create_fat_type_disk_offering | Success | 0.07 | test_disk_offerings.py
    test_03_delete_disk_offering | Success | 0.05 | test_disk_offerings.py
    test_02_edit_disk_offering | Success | 0.06 | test_disk_offerings.py
    test_02_create_sparse_type_disk_offering | Success | 0.08 | test_disk_offerings.py
    test_01_create_disk_offering | Success | 0.11 | test_disk_offerings.py
    test_deployvm_userdispersing | Success | 45.80 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 70.90 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 136.17 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 20.52 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 136.32 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 5.86 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 5.88 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 6.03 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 177.68 | test_deploy_vm_iso.py
    test_DeployVmAntiAffinityGroup | Success | 131.52 | test_affinity_groups.py
    test_08_resize_volume | Skipped | 5.11 | test_volumes.py
    test_07_resize_fail | Skipped | 10.29 | test_volumes.py
    test_06_copy_template | Skipped | 0.00 | test_templates.py
    test_static_role_account_acls | Skipped | 0.03 | test_staticroles.py
    test_01_scale_vm | Skipped | 66.26 | test_scale_vm.py
    test_01_primary_storage_iscsi | Skipped | 0.05 | test_primary_storage.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 0.00 | test_deploy_vgpu_enabled_vm.py



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack pull request #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in Xe...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cloudstack/pull/1829


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + xenserver-65sp1) has been kicked to run smoke tests


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @blueorangutan test centos7 xenserver-65sp1


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by koushik-das <gi...@git.apache.org>.
Github user koushik-das commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @pdube The description mentions about a way to workaround the problem, thats the reason for not calling it a blocker. If you think the issue is important for the current 4.9 release, please reply on the voting thread that is currently going on.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by koushik-das <gi...@git.apache.org>.
Github user koushik-das commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @borisstoyanov Sorry don't have a windows template


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    I've verified this with Windows HVM enabled template. Having more than 4 disks (6 data disks in my case), removing the disk on deviceId=4. After a reboot the VM boots as expected, user is able to operate with all the data disks. Just one question I have, how are the unix machines affected by this, should we address testing them? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    <b>Trillian test result (tid-859)</b>
    Environment: vmware-60u2 (x2), Advanced Networking with Mgmt server 7
    Total time taken: 41776 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1829-t859-vmware-60u2.zip
    Intermitten failure detected: /marvin/tests/smoke/test_network_acl.py
    Intermitten failure detected: /marvin/tests/smoke/test_privategw_acl.py
    Intermitten failure detected: /marvin/tests/smoke/test_routers_network_ops.py
    Intermitten failure detected: /marvin/tests/smoke/test_routers.py
    Intermitten failure detected: /marvin/tests/smoke/test_vpc_redundant.py
    Test completed. 47 look ok, 1 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_04_rvpc_privategw_static_routes | `Failure` | 793.81 | test_privategw_acl.py
    test_01_vpc_site2site_vpn | Success | 335.98 | test_vpc_vpn.py
    test_01_vpc_remote_access_vpn | Success | 151.80 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | Success | 573.88 | test_vpc_vpn.py
    test_02_VPC_default_routes | Success | 344.49 | test_vpc_router_nics.py
    test_01_VPC_nics_after_destroy | Success | 620.84 | test_vpc_router_nics.py
    test_05_rvpc_multi_tiers | Success | 712.09 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | Success | 1503.75 | test_vpc_redundant.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Success | 663.91 | test_vpc_redundant.py
    test_02_redundant_VPC_default_routes | Success | 660.26 | test_vpc_redundant.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1326.76 | test_vpc_redundant.py
    test_09_delete_detached_volume | Success | 20.84 | test_volumes.py
    test_06_download_detached_volume | Success | 45.49 | test_volumes.py
    test_05_detach_volume | Success | 100.28 | test_volumes.py
    test_04_delete_attached_volume | Success | 10.19 | test_volumes.py
    test_03_download_attached_volume | Success | 15.32 | test_volumes.py
    test_02_attach_volume | Success | 48.82 | test_volumes.py
    test_01_create_volume | Success | 435.15 | test_volumes.py
    test_03_delete_vm_snapshots | Success | 275.22 | test_vm_snapshots.py
    test_02_revert_vm_snapshots | Success | 189.72 | test_vm_snapshots.py
    test_01_test_vm_volume_snapshot | Success | 146.51 | test_vm_snapshots.py
    test_01_create_vm_snapshots | Success | 161.85 | test_vm_snapshots.py
    test_deploy_vm_multiple | Success | 252.67 | test_vm_life_cycle.py
    test_deploy_vm | Success | 0.03 | test_vm_life_cycle.py
    test_advZoneVirtualRouter | Success | 0.02 | test_vm_life_cycle.py
    test_10_attachAndDetach_iso | Success | 26.87 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 185.26 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 61.32 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.10 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 10.22 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 5.15 | test_vm_life_cycle.py
    test_02_start_vm | Success | 15.21 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 5.12 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | Success | 186.38 | test_templates.py
    test_08_list_system_templates | Success | 0.03 | test_templates.py
    test_07_list_public_templates | Success | 0.04 | test_templates.py
    test_05_template_permissions | Success | 0.06 | test_templates.py
    test_04_extract_template | Success | 10.20 | test_templates.py
    test_03_delete_template | Success | 5.10 | test_templates.py
    test_02_edit_template | Success | 90.18 | test_templates.py
    test_01_create_template | Success | 95.72 | test_templates.py
    test_10_destroy_cpvm | Success | 201.86 | test_ssvm.py
    test_09_destroy_ssvm | Success | 233.61 | test_ssvm.py
    test_08_reboot_cpvm | Success | 156.70 | test_ssvm.py
    test_07_reboot_ssvm | Success | 188.51 | test_ssvm.py
    test_06_stop_cpvm | Success | 171.84 | test_ssvm.py
    test_05_stop_ssvm | Success | 178.69 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.10 | test_ssvm.py
    test_03_ssvm_internals | Success | 3.41 | test_ssvm.py
    test_02_list_cpvm_vm | Success | 0.12 | test_ssvm.py
    test_01_list_sec_storage_vm | Success | 0.15 | test_ssvm.py
    test_01_snapshot_root_disk | Success | 21.18 | test_snapshots.py
    test_04_change_offering_small | Success | 86.76 | test_service_offerings.py
    test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
    test_02_edit_service_offering | Success | 0.07 | test_service_offerings.py
    test_01_create_service_offering | Success | 0.11 | test_service_offerings.py
    test_02_sys_template_ready | Success | 0.13 | test_secondary_storage.py
    test_01_sys_vm_start | Success | 0.17 | test_secondary_storage.py
    test_09_reboot_router | Success | 115.73 | test_routers.py
    test_08_start_router | Success | 100.74 | test_routers.py
    test_07_stop_router | Success | 25.25 | test_routers.py
    test_06_router_advanced | Success | 0.06 | test_routers.py
    test_05_router_basic | Success | 0.04 | test_routers.py
    test_04_restart_network_wo_cleanup | Success | 5.65 | test_routers.py
    test_03_restart_network_cleanup | Success | 121.01 | test_routers.py
    test_02_router_internal_adv | Success | 1.00 | test_routers.py
    test_01_router_internal_basic | Success | 0.53 | test_routers.py
    test_router_dns_guestipquery | Success | 76.94 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.08 | test_router_dns.py
    test_router_dhcphosts | Success | 136.27 | test_router_dhcphosts.py
    test_router_dhcp_opts | Success | 21.60 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 0.08 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 45.44 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.06 | test_regions.py
    test_create_pvlan_network | Success | 5.23 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.59 | test_public_ip_range.py
    test_03_vpc_privategw_restart_vpc_cleanup | Success | 922.56 | test_privategw_acl.py
    test_02_vpc_privategw_static_routes | Success | 601.70 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 183.07 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 35.98 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 15.51 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.49 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 64.27 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.13 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 30.78 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.38 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.22 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 10.40 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 15.35 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.34 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 16.59 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.35 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 87.60 | test_outofbandmanagement.py
    test_oobm_enable_feature_valid | Success | 5.15 | test_outofbandmanagement.py
    test_oobm_enable_feature_invalid | Success | 0.08 | test_outofbandmanagement.py
    test_oobm_disable_feature_valid | Success | 0.14 | test_outofbandmanagement.py
    test_oobm_disable_feature_invalid | Success | 0.09 | test_outofbandmanagement.py
    test_oobm_configure_invalid_driver | Success | 0.07 | test_outofbandmanagement.py
    test_oobm_configure_default_driver | Success | 0.07 | test_outofbandmanagement.py
    test_oobm_background_powerstate_sync | Success | 23.40 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.31 | test_non_contigiousvlan.py
    test_01_nic | Success | 505.68 | test_nic.py
    test_releaseIP | Success | 227.85 | test_network.py
    test_reboot_router | Success | 644.95 | test_network.py
    test_public_ip_user_account | Success | 10.24 | test_network.py
    test_public_ip_admin_account | Success | 40.29 | test_network.py
    test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 77.81 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 61.59 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 125.67 | test_network.py
    test_delete_account | Success | 272.92 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 55.83 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 112.06 | test_network.py
    test_nic_secondaryip_add_remove | Success | 182.52 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 19.22 | test_login.py
    test_assign_and_removal_lb | Success | 148.58 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 207.25 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 207.66 | test_loadbalance.py
    test_03_list_snapshots | Success | 0.09 | test_list_ids_parameter.py
    test_02_list_templates | Success | 0.04 | test_list_ids_parameter.py
    test_01_list_volumes | Success | 0.03 | test_list_ids_parameter.py
    test_07_list_default_iso | Success | 0.06 | test_iso.py
    test_05_iso_permissions | Success | 0.07 | test_iso.py
    test_04_extract_Iso | Success | 5.24 | test_iso.py
    test_03_delete_iso | Success | 95.13 | test_iso.py
    test_02_edit_iso | Success | 0.06 | test_iso.py
    test_01_create_iso | Success | 20.99 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 470.54 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 345.10 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 987.77 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 731.78 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.32 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.15 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 6.30 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 6.08 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 5.86 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 5.98 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 6.14 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 6.09 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 11.02 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 5.88 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 11.12 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 5.97 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 5.89 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 8.25 | test_dynamicroles.py
    test_role_account_acls | Success | 8.22 | test_dynamicroles.py
    test_default_role_deletion | Success | 5.95 | test_dynamicroles.py
    test_04_create_fat_type_disk_offering | Success | 0.07 | test_disk_offerings.py
    test_03_delete_disk_offering | Success | 0.04 | test_disk_offerings.py
    test_02_edit_disk_offering | Success | 0.05 | test_disk_offerings.py
    test_02_create_sparse_type_disk_offering | Success | 0.06 | test_disk_offerings.py
    test_01_create_disk_offering | Success | 0.10 | test_disk_offerings.py
    test_deployvm_userdispersing | Success | 55.95 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 76.08 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 166.39 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 25.46 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 181.48 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 5.86 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 5.86 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 6.02 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 192.50 | test_deploy_vm_iso.py
    test_DeployVmAntiAffinityGroup | Success | 166.56 | test_affinity_groups.py
    test_08_resize_volume | Skipped | 5.11 | test_volumes.py
    test_07_resize_fail | Skipped | 10.27 | test_volumes.py
    test_06_copy_template | Skipped | 0.00 | test_templates.py
    test_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
    test_01_scale_vm | Skipped | 64.25 | test_scale_vm.py
    test_01_primary_storage_iscsi | Skipped | 0.03 | test_primary_storage.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 0.00 | test_deploy_vgpu_enabled_vm.py



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @borisstoyanov a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @blueorangutan test centos7 kvm-centos7


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by rhtyd <gi...@git.apache.org>.
Github user rhtyd commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    LGTM. /cc @karuturi 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by karuturi <gi...@git.apache.org>.
Github user karuturi commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    Both #1829 and #1941 are merged and is causing build failures. I am creating new PR with the revert.  


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @blueorangutan test centos7 xenserver-65sp2


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    thanks @syed 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    Packaging result: \u2714centos6 \u2714centos7 \u2716debian. JID-485


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by blueorangutan <gi...@git.apache.org>.
Github user blueorangutan commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by koushik-das <gi...@git.apache.org>.
Github user koushik-das commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    @borisstoyanov try using a Windows template


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] cloudstack issue #1829: CLOUDSTACK-9363: Fix HVM VM restart bug in XenServer

Posted by borisstoyanov <gi...@git.apache.org>.
Github user borisstoyanov commented on the issue:

    https://github.com/apache/cloudstack/pull/1829
  
    Hi @syed @koushik-das, I'm trying to verify this as well, I've built an environment and I was wondering what template were you guys using? 
    I've tried with this one: http://dl.openvm.eu/cloudstack/centos/vanilla/6/x86_64/CentOS-6-x86_64-vanilla-xen.vhd.bz2
    but got: 
    ![screen shot 2017-02-15 at 4 37 09 pm](https://cloud.githubusercontent.com/assets/13551960/22978922/38854006-f39d-11e6-996a-69e7be6c5d16.png)
    
    do you have a template that I could register and use for the sake of the test?



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---