You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by mike-tutkowski <gi...@git.apache.org> on 2016/11/08 03:35:48 UTC

[GitHub] cloudstack pull request #1749: Updates for SAN-assisted snapshots

GitHub user mike-tutkowski opened a pull request:

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

    Updates for SAN-assisted snapshots

    This PR is to address a few issues in #1600 (which was recently merged to master for 4.10).
    
    In StorageSystemDataMotionStrategy.performCopyOfVdi we call getSnapshotDetails. In one such scenario, the source snapshot in question is coming from secondary storage (when we are creating a new volume on managed storage from a snapshot of ours that\u2019s on secondary storage).
    
    This usually \u201cworked\u201d in the regression tests due to a bit of "luck": We retrieve the ID of the snapshot (which is on secondary storage) and then try to pull out its StorageVO object (which is for primary storage). If you happen to have a primary storage that matches the ID (which is the ID of a secondary storage), then getSnapshotDetails populates its Map<String, String> with inapplicable data (that is later ignored) and you don\u2019t easily see a problem. However, if you don\u2019t have a primary storage that matches that ID (which I didn\u2019t today because I had removed that primary storage), then a NullPointerException is thrown.
    
    I have fixed that issue by skipping getSnapshotDetails if the source is coming from secondary storage.
    
    While fixing that, I noticed a couple more problems:
    
    1)       We can invoke grantAccess on a snapshot that\u2019s actually on secondary storage (this doesn\u2019t amount to much because the VolumeServiceImpl ignores the call when it\u2019s not for a primary-storage driver).
    2)       We can invoke revokeAccess on a snapshot that\u2019s actually on secondary storage (this doesn\u2019t amount to much because the VolumeServiceImpl ignores the call when it\u2019s not for a primary-storage driver).
    
    I have corrected those issues, as well.
    
    I then came across one more problem:
    �         When using a SAN snapshot and copying it to secondary storage or creating a new managed-storage volume from a snapshot of ours on secondary storage, we attach to the SR in the XenServer code, but detach from it in the StorageSystemDataMotionStrategy code (by sending a message to the XenServer code to perform an SR detach). Since we know to detach from the SR after the copy is done, we should detach from the SR in the XenServer code (without that code having to be explicitly called from outside of the XenServer logic).
    
    I went ahead and changed that, as well.

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

    $ git pull https://github.com/mike-tutkowski/cloudstack archived_snapshots

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

    https://github.com/apache/cloudstack/pull/1749.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 #1749
    
----
commit 7ccb74b7ff500f1131e84023f47f65e0e08ac411
Author: Mike Tutkowski <mi...@solidfire.com>
Date:   2016-11-06T18:22:11Z

    Updates for SAN-assisted snapshots

----


---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Packaging result: \u2714centos6 \u2714centos7 \u2714debian. JID-176


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted sna...

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

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


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Ping where are we with this PR, @mike-tutkowski @syed @abhinandanprateek @murali-reddy thanks.
    
    @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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd a Trillian-Jenkins matrix job (centos6 mgmt + xs65sp1, centos7 mgmt + vmware55u3, centos7 mgmt + kvmcentos7) 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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @blueorangutan test matrix


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd @PaulAngus Can we re-run test again to see if it was one time issue? On a general note it would be extremely helpful that during blueorangutain runs we rotate management server log before and after PR execution and include it with Marvin tests  results. In many cases it would allow PR author to see and investigate right away the root cause of the failure.


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @mike-tutkowski can you push -f again?


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @mike-tutkowski thanks, I'll have another look at the PR. I'll kick some tests shortly.


---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    I'll have a look, but seems unlikely, given the scope of the changes 'storage' and that this is the only this PR having a problem...
    
    + isn't:
    /var/cloudstack/mnt/VM/6814905206562.ca65d71/template/tmpl/2/214
    going to be on the mgmt server?  
    shouldn't the SSVM be doing this kind of stuff?
    #nondeveloper_sticking_his_oar_in.
    
    



---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd a Trillian-Jenkins matrix job (centos6 mgmt + xs65sp1, centos7 mgmt + vmware55u3, centos7 mgmt + kvmcentos7) 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Packaging result: \u2716centos6 \u2714centos7 \u2716debian. JID-368


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    /cc @abhinandanprateek 
    @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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    <b>Trillian test result (tid-307)</b>
    Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
    Total time taken: 36118 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1749-t307-vmware-55u3.zip
    Test completed. 42 look ok, 6 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_04_rvpc_privategw_static_routes | `Failure` | 369.14 | test_privategw_acl.py
    test_01_vpc_site2site_vpn | `Error` | 507.16 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | `Error` | 743.57 | test_vpc_vpn.py
    ContextSuite context=TestDeployVM>:setup | `Error` | 0.00 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | `Error` | 35.32 | test_templates.py
    test_01_create_template | `Error` | 5.14 | test_templates.py
    ContextSuite context=TestTemplates>:setup | `Error` | 346.44 | test_templates.py
    ContextSuite context=TestSnapshotRootDisk>:teardown | `Error` | 71.68 | test_snapshots.py
    test_03_vpc_privategw_restart_vpc_cleanup | `Error` | 949.58 | test_privategw_acl.py
    test_03_vpc_privategw_restart_vpc_cleanup | `Error` | 985.06 | test_privategw_acl.py
    test_01_nic | `Error` | 520.98 | test_nic.py
    test_01_vpc_remote_access_vpn | Success | 166.77 | test_vpc_vpn.py
    test_02_VPC_default_routes | Success | 376.41 | test_vpc_router_nics.py
    test_01_VPC_nics_after_destroy | Success | 780.50 | test_vpc_router_nics.py
    test_05_rvpc_multi_tiers | Success | 698.32 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | Success | 1554.91 | test_vpc_redundant.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Success | 735.23 | test_vpc_redundant.py
    test_02_redundant_VPC_default_routes | Success | 751.95 | test_vpc_redundant.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1392.28 | test_vpc_redundant.py
    test_09_delete_detached_volume | Success | 35.93 | test_volumes.py
    test_06_download_detached_volume | Success | 70.62 | test_volumes.py
    test_05_detach_volume | Success | 105.30 | test_volumes.py
    test_04_delete_attached_volume | Success | 20.26 | test_volumes.py
    test_03_download_attached_volume | Success | 20.33 | test_volumes.py
    test_02_attach_volume | Success | 63.84 | test_volumes.py
    test_01_create_volume | Success | 515.33 | test_volumes.py
    test_03_delete_vm_snapshots | Success | 280.22 | test_vm_snapshots.py
    test_02_revert_vm_snapshots | Success | 235.79 | test_vm_snapshots.py
    test_01_test_vm_volume_snapshot | Success | 191.58 | test_vm_snapshots.py
    test_01_create_vm_snapshots | Success | 161.66 | test_vm_snapshots.py
    test_10_attachAndDetach_iso | Success | 424.08 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 125.23 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 86.29 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.10 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 10.15 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 5.15 | test_vm_life_cycle.py
    test_02_start_vm | Success | 20.24 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 10.15 | test_vm_life_cycle.py
    test_10_destroy_cpvm | Success | 242.03 | test_ssvm.py
    test_09_destroy_ssvm | Success | 299.04 | test_ssvm.py
    test_08_reboot_cpvm | Success | 156.57 | test_ssvm.py
    test_07_reboot_ssvm | Success | 158.66 | test_ssvm.py
    test_06_stop_cpvm | Success | 207.12 | test_ssvm.py
    test_05_stop_ssvm | Success | 208.85 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.30 | test_ssvm.py
    test_03_ssvm_internals | Success | 6.02 | 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 | 26.21 | test_snapshots.py
    test_04_change_offering_small | Success | 97.74 | test_service_offerings.py
    test_03_delete_service_offering | Success | 0.04 | test_service_offerings.py
    test_02_edit_service_offering | Success | 0.06 | test_service_offerings.py
    test_01_create_service_offering | Success | 0.12 | test_service_offerings.py
    test_02_sys_template_ready | Success | 0.19 | test_secondary_storage.py
    test_01_sys_vm_start | Success | 0.19 | test_secondary_storage.py
    test_09_reboot_router | Success | 176.18 | test_routers.py
    test_08_start_router | Success | 156.14 | test_routers.py
    test_07_stop_router | Success | 25.26 | 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.66 | test_routers.py
    test_03_restart_network_cleanup | Success | 181.25 | test_routers.py
    test_02_router_internal_adv | Success | 1.02 | test_routers.py
    test_01_router_internal_basic | Success | 0.56 | test_routers.py
    test_router_dns_guestipquery | Success | 76.80 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.06 | test_router_dns.py
    test_router_dhcphosts | Success | 159.48 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 0.09 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 35.38 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.04 | test_regions.py
    test_create_pvlan_network | Success | 5.58 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.41 | test_public_ip_range.py
    test_02_vpc_privategw_static_routes | Success | 779.70 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 229.23 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 38.17 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 15.19 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.54 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 94.27 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.15 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 20.52 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.52 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.51 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 15.52 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 15.52 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.52 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 15.52 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.52 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 62.56 | test_outofbandmanagement.py
    test_oobm_enable_feature_valid | Success | 5.18 | test_outofbandmanagement.py
    test_oobm_enable_feature_invalid | Success | 0.13 | test_outofbandmanagement.py
    test_oobm_disable_feature_valid | Success | 5.26 | test_outofbandmanagement.py
    test_oobm_disable_feature_invalid | Success | 0.13 | test_outofbandmanagement.py
    test_oobm_configure_invalid_driver | Success | 0.11 | test_outofbandmanagement.py
    test_oobm_configure_default_driver | Success | 0.11 | test_outofbandmanagement.py
    test_oobm_background_powerstate_sync | Success | 29.70 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.34 | test_non_contigiousvlan.py
    test_releaseIP | Success | 289.06 | test_network.py
    test_reboot_router | Success | 696.61 | test_network.py
    test_public_ip_user_account | Success | 10.26 | test_network.py
    test_public_ip_admin_account | Success | 40.28 | test_network.py
    test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 76.83 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 61.80 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 125.70 | test_network.py
    test_delete_account | Success | 349.18 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 55.72 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 111.81 | test_network.py
    test_nic_secondaryip_add_remove | Success | 188.55 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 24.88 | test_login.py
    test_assign_and_removal_lb | Success | 148.57 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 207.28 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 207.96 | test_loadbalance.py
    test_03_list_snapshots | Success | 0.08 | 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.07 | test_iso.py
    test_05_iso_permissions | Success | 0.07 | test_iso.py
    test_04_extract_Iso | Success | 5.19 | test_iso.py
    test_03_delete_iso | Success | 95.13 | test_iso.py
    test_02_edit_iso | Success | 0.09 | test_iso.py
    test_01_create_iso | Success | 22.00 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 581.29 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 410.15 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 1068.45 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 814.86 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.47 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.29 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 7.88 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 7.29 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 7.68 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 7.26 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 7.89 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 7.49 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 12.53 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 7.46 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 12.50 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 7.28 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 7.48 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 11.61 | test_dynamicroles.py
    test_role_account_acls | Success | 11.80 | test_dynamicroles.py
    test_default_role_deletion | Success | 7.14 | test_dynamicroles.py
    test_04_create_fat_type_disk_offering | Success | 0.13 | test_disk_offerings.py
    test_03_delete_disk_offering | Success | 0.08 | test_disk_offerings.py
    test_02_edit_disk_offering | Success | 0.08 | test_disk_offerings.py
    test_02_create_sparse_type_disk_offering | Success | 0.13 | test_disk_offerings.py
    test_01_create_disk_offering | Success | 0.15 | test_disk_offerings.py
    test_deployvm_userdispersing | Success | 66.01 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 106.32 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 226.95 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 65.95 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 151.75 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 7.04 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 6.84 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 6.92 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 258.87 | test_deploy_vm_iso.py
    test_3d_gpu_support | Success | 482.30 | test_deploy_vgpu_enabled_vm.py
    test_DeployVmAntiAffinityGroup | Success | 252.41 | test_affinity_groups.py
    test_08_resize_volume | Skipped | 10.14 | test_volumes.py
    test_07_resize_fail | Skipped | 15.30 | test_volumes.py
    test_static_role_account_acls | Skipped | 0.03 | test_staticroles.py
    test_11_ss_nfs_version_on_ssvm | Skipped | 0.02 | test_ssvm.py
    test_01_scale_vm | Skipped | 66.33 | test_scale_vm.py
    test_01_primary_storage_iscsi | Skipped | 0.04 | test_primary_storage.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 2.04 | 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Packaging result: \u2714centos6 \u2714centos7 \u2714debian. JID-395


---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    <b>Trillian test result (tid-643)</b>
    Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
    Total time taken: 36803 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1749-t643-vmware-55u3.zip
    Test completed. 40 look ok, 9 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_04_rvpc_privategw_static_routes | `Failure` | 1065.68 | test_privategw_acl.py
    test_01_vpc_site2site_vpn | `Error` | 482.22 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | `Error` | 778.60 | test_vpc_vpn.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | `Error` | 677.71 | test_vpc_redundant.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Error` | 116.64 | test_vpc_redundant.py
    test_CreateTemplateWithDuplicateName | `Error` | 0.04 | test_templates.py
    test_01_create_template | `Error` | 0.05 | test_templates.py
    ContextSuite context=TestTemplates>:setup | `Error` | 233.77 | test_templates.py
    test_07_reboot_ssvm | `Error` | 305.65 | test_ssvm.py
    ContextSuite context=TestSnapshotRootDisk>:teardown | `Error` | 106.87 | test_snapshots.py
    test_09_reboot_router | `Error` | 5.12 | test_routers.py
    test_08_start_router | `Error` | 171.15 | test_routers.py
    test_03_vpc_privategw_restart_vpc_cleanup | `Error` | 722.54 | test_privategw_acl.py
    test_03_vpc_privategw_restart_vpc_cleanup | `Error` | 778.19 | test_privategw_acl.py
    ContextSuite context=TestListIdsParams>:setup | `Error` | 0.00 | test_list_ids_parameter.py
    test_3d_gpu_support | `Error` | 470.19 | test_deploy_vgpu_enabled_vm.py
    test_01_vpc_remote_access_vpn | Success | 172.01 | test_vpc_vpn.py
    test_02_VPC_default_routes | Success | 360.06 | test_vpc_router_nics.py
    test_01_VPC_nics_after_destroy | Success | 727.25 | test_vpc_router_nics.py
    test_05_rvpc_multi_tiers | Success | 679.35 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | Success | 1564.39 | test_vpc_redundant.py
    test_02_redundant_VPC_default_routes | Success | 665.20 | test_vpc_redundant.py
    test_09_delete_detached_volume | Success | 25.84 | test_volumes.py
    test_06_download_detached_volume | Success | 90.75 | 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 | 25.37 | test_volumes.py
    test_02_attach_volume | Success | 64.78 | test_volumes.py
    test_01_create_volume | Success | 519.97 | test_volumes.py
    test_03_delete_vm_snapshots | Success | 275.24 | test_vm_snapshots.py
    test_02_revert_vm_snapshots | Success | 199.15 | test_vm_snapshots.py
    test_01_test_vm_volume_snapshot | Success | 206.59 | test_vm_snapshots.py
    test_01_create_vm_snapshots | Success | 129.65 | test_vm_snapshots.py
    test_deploy_vm_multiple | Success | 247.65 | 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 | 47.26 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 125.21 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 91.28 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.10 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 10.15 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 5.14 | test_vm_life_cycle.py
    test_02_start_vm | Success | 20.26 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 10.15 | test_vm_life_cycle.py
    test_10_destroy_cpvm | Success | 231.95 | test_ssvm.py
    test_09_destroy_ssvm | Success | 243.87 | test_ssvm.py
    test_08_reboot_cpvm | Success | 186.61 | test_ssvm.py
    test_06_stop_cpvm | Success | 176.93 | test_ssvm.py
    test_05_stop_ssvm | Success | 218.79 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.42 | test_ssvm.py
    test_03_ssvm_internals | Success | 6.55 | test_ssvm.py
    test_02_list_cpvm_vm | Success | 0.12 | test_ssvm.py
    test_01_list_sec_storage_vm | Success | 0.13 | test_ssvm.py
    test_01_snapshot_root_disk | Success | 61.40 | test_snapshots.py
    test_04_change_offering_small | Success | 97.36 | 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.11 | test_service_offerings.py
    test_02_sys_template_ready | Success | 0.13 | test_secondary_storage.py
    test_01_sys_vm_start | Success | 0.18 | test_secondary_storage.py
    test_07_stop_router | Success | 25.26 | test_routers.py
    test_06_router_advanced | Success | 0.06 | test_routers.py
    test_05_router_basic | Success | 0.05 | test_routers.py
    test_04_restart_network_wo_cleanup | Success | 5.68 | test_routers.py
    test_03_restart_network_cleanup | Success | 191.25 | test_routers.py
    test_02_router_internal_adv | Success | 1.02 | test_routers.py
    test_01_router_internal_basic | Success | 0.56 | test_routers.py
    test_router_dns_guestipquery | Success | 76.68 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.07 | test_router_dns.py
    test_router_dhcphosts | Success | 198.38 | test_router_dhcphosts.py
    test_router_dhcp_opts | Success | 21.59 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 0.09 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 181.25 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.04 | test_regions.py
    test_create_pvlan_network | Success | 5.24 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.42 | test_public_ip_range.py
    test_02_vpc_privategw_static_routes | Success | 712.32 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 233.17 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 37.26 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 15.24 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.71 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 99.30 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.17 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 30.67 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.41 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.26 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 15.33 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 15.45 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.35 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 10.34 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.30 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 77.74 | test_outofbandmanagement.py
    test_oobm_enable_feature_valid | Success | 5.17 | 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 | 29.44 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.59 | test_non_contigiousvlan.py
    test_01_nic | Success | 727.14 | test_nic.py
    test_releaseIP | Success | 353.67 | test_network.py
    test_reboot_router | Success | 579.66 | test_network.py
    test_public_ip_user_account | Success | 10.30 | test_network.py
    test_public_ip_admin_account | Success | 40.26 | test_network.py
    test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 76.81 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 61.73 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 125.12 | test_network.py
    test_delete_account | Success | 388.99 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 55.64 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 112.31 | test_network.py
    test_nested_virtualization_vmware | Success | 429.21 | test_nested_virtualization.py
    test_nic_secondaryip_add_remove | Success | 262.98 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 19.32 | test_login.py
    test_assign_and_removal_lb | Success | 148.73 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 207.17 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 208.69 | test_loadbalance.py
    test_07_list_default_iso | Success | 0.07 | test_iso.py
    test_05_iso_permissions | Success | 0.08 | test_iso.py
    test_04_extract_Iso | Success | 5.22 | test_iso.py
    test_03_delete_iso | Success | 95.19 | test_iso.py
    test_02_edit_iso | Success | 0.06 | test_iso.py
    test_01_create_iso | Success | 21.08 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 696.79 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 424.43 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 1160.58 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 796.94 | 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.35 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 6.02 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 5.96 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 5.92 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 6.24 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 6.06 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 11.00 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 5.92 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 10.95 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 5.90 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 5.93 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 8.19 | test_dynamicroles.py
    test_role_account_acls | Success | 8.21 | test_dynamicroles.py
    test_default_role_deletion | Success | 6.06 | 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.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 | 55.88 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 101.07 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 211.62 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 25.51 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 272.37 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 5.87 | 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.95 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 258.13 | test_deploy_vm_iso.py
    test_DeployVmAntiAffinityGroup | Success | 332.62 | test_affinity_groups.py
    test_08_resize_volume | Skipped | 5.11 | test_volumes.py
    test_07_resize_fail | Skipped | 15.28 | test_volumes.py
    test_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
    test_11_ss_nfs_version_on_ssvm | Skipped | 0.02 | test_ssvm.py
    test_01_scale_vm | Skipped | 64.43 | test_scale_vm.py
    test_01_primary_storage_iscsi | Skipped | 0.04 | test_primary_storage.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 1.09 | 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @mike-tutkowski I believe you are right. I don't see how the errors would call the managed storage. In any case, I am setting up my new environment with SolidFire today. I will run this PR and report the results here. 


---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @syed I think any failures/errors listed for those regression tests might be erroneous.
    
    I double checked the canHandle method of StorageSystemSnapshotStrategy and our snapshot strategy should not be leveraged during these tests when snapshots are attempted.
    
    What do you think? 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

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


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Packaging result: \u2714centos6 \u2714centos7 \u2714debian. JID-396


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @mike-tutkowski please get a JIRA if for this and use that in the commit summary, 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    LGTM. From the discussion, looks like the test failures are unrelated to this PR. merging this now.


---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd @jburwell I recently ran all of the managed-storage-related integration tests successfully (referenced above).
    
    I think we're in a good position to get this into 4.10 now.
    
    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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    <b>Trillian test result (tid-317)</b>
    Environment: kvm-centos6 (x2), Advanced Networking with Mgmt server 7
    Total time taken: 31212 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1749-t317-kvm-centos6.zip
    Test completed. 40 look ok, 8 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_10_attachAndDetach_iso | `Failure` | 1512.83 | test_vm_life_cycle.py
    test_01_create_lb_rule_src_nat | `Failure` | 110.53 | test_loadbalance.py
    ContextSuite context=TestVpcSite2SiteVpn>:setup | `Error` | 0.00 | test_vpc_vpn.py
    ContextSuite context=TestVpcRemoteAccessVpn>:setup | `Error` | 0.00 | test_vpc_vpn.py
    ContextSuite context=TestRVPCSite2SiteVpn>:setup | `Error` | 0.00 | test_vpc_vpn.py
    ContextSuite context=TestVPCRedundancy>:setup | `Error` | 0.00 | test_vpc_redundant.py
    test_06_download_detached_volume | `Error` | 15.25 | test_volumes.py
    test_04_extract_template | `Error` | 5.09 | test_templates.py
    test_03_delete_template | `Error` | 5.08 | test_templates.py
    test_01_create_template | `Error` | 407.50 | test_templates.py
    test_09_destroy_ssvm | `Error` | 400.76 | test_ssvm.py
    ContextSuite context=TestListIdsParams>:setup | `Error` | 0.00 | test_list_ids_parameter.py
    test_02_VPC_default_routes | Success | 414.08 | test_vpc_router_nics.py
    test_01_VPC_nics_after_destroy | Success | 708.03 | test_vpc_router_nics.py
    test_09_delete_detached_volume | Success | 15.51 | test_volumes.py
    test_08_resize_volume | Success | 15.42 | test_volumes.py
    test_07_resize_fail | Success | 20.45 | test_volumes.py
    test_05_detach_volume | Success | 100.21 | test_volumes.py
    test_04_delete_attached_volume | Success | 10.18 | test_volumes.py
    test_03_download_attached_volume | Success | 15.30 | test_volumes.py
    test_02_attach_volume | Success | 79.34 | test_volumes.py
    test_01_create_volume | Success | 870.16 | test_volumes.py
    test_deploy_vm_multiple | Success | 339.15 | 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_09_expunge_vm | Success | 185.21 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 40.85 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.13 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 130.87 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 125.79 | test_vm_life_cycle.py
    test_02_start_vm | Success | 10.16 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 50.35 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | Success | 110.82 | test_templates.py
    test_08_list_system_templates | Success | 0.03 | test_templates.py
    test_07_list_public_templates | Success | 0.03 | test_templates.py
    test_05_template_permissions | Success | 0.05 | test_templates.py
    test_02_edit_template | Success | 90.17 | test_templates.py
    test_10_destroy_cpvm | Success | 162.77 | test_ssvm.py
    test_08_reboot_cpvm | Success | 132.05 | test_ssvm.py
    test_07_reboot_ssvm | Success | 164.17 | test_ssvm.py
    test_06_stop_cpvm | Success | 162.09 | test_ssvm.py
    test_05_stop_ssvm | Success | 134.46 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.38 | test_ssvm.py
    test_03_ssvm_internals | Success | 3.99 | 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_04_change_offering_small | Success | 272.69 | 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.12 | test_secondary_storage.py
    test_01_sys_vm_start | Success | 0.17 | test_secondary_storage.py
    test_09_reboot_router | Success | 45.34 | test_routers.py
    test_08_start_router | Success | 35.36 | test_routers.py
    test_07_stop_router | Success | 10.16 | test_routers.py
    test_06_router_advanced | Success | 0.05 | test_routers.py
    test_05_router_basic | Success | 0.04 | test_routers.py
    test_04_restart_network_wo_cleanup | Success | 5.80 | test_routers.py
    test_03_restart_network_cleanup | Success | 85.91 | test_routers.py
    test_02_router_internal_adv | Success | 1.12 | test_routers.py
    test_01_router_internal_basic | Success | 0.62 | test_routers.py
    test_router_dns_guestipquery | Success | 106.82 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.07 | test_router_dns.py
    test_router_dhcphosts | Success | 293.59 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 0.09 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 166.06 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.04 | test_regions.py
    test_create_pvlan_network | Success | 5.22 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.40 | test_public_ip_range.py
    test_04_rvpc_privategw_static_routes | Success | 653.75 | test_privategw_acl.py
    test_03_vpc_privategw_restart_vpc_cleanup | Success | 611.46 | test_privategw_acl.py
    test_02_vpc_privategw_static_routes | Success | 437.16 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 98.12 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 35.86 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 15.18 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.43 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 97.00 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.15 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 20.52 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.52 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.52 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 15.52 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 15.52 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.51 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 15.53 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.52 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 62.24 | 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.19 | test_outofbandmanagement.py
    test_oobm_disable_feature_invalid | Success | 0.14 | test_outofbandmanagement.py
    test_oobm_configure_invalid_driver | Success | 0.09 | test_outofbandmanagement.py
    test_oobm_configure_default_driver | Success | 0.09 | test_outofbandmanagement.py
    test_oobm_background_powerstate_sync | Success | 23.42 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.28 | test_non_contigiousvlan.py
    test_01_nic | Success | 691.59 | test_nic.py
    test_releaseIP | Success | 253.59 | test_network.py
    test_reboot_router | Success | 450.53 | test_network.py
    test_public_ip_user_account | Success | 10.25 | test_network.py
    test_public_ip_admin_account | Success | 40.27 | test_network.py
    test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 67.61 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 61.99 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 154.41 | test_network.py
    test_delete_account | Success | 333.80 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 55.60 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 146.16 | test_network.py
    test_nic_secondaryip_add_remove | Success | 298.80 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 24.51 | test_login.py
    test_assign_and_removal_lb | Success | 140.30 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 205.15 | test_loadbalance.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.17 | test_iso.py
    test_03_delete_iso | Success | 95.20 | test_iso.py
    test_02_edit_iso | Success | 0.06 | test_iso.py
    test_01_create_iso | Success | 21.87 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 283.96 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 193.74 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 570.89 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 461.29 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.24 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.13 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 7.00 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 6.82 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 7.39 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 6.77 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 6.88 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 6.98 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 11.98 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 6.77 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 6.96 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 6.78 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 6.81 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 9.07 | test_dynamicroles.py
    test_role_account_acls | Success | 9.12 | test_dynamicroles.py
    test_default_role_deletion | Success | 6.86 | 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.06 | test_disk_offerings.py
    test_01_create_disk_offering | Success | 0.10 | test_disk_offerings.py
    test_deployvm_userdispersing | Success | 20.55 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 20.53 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 95.86 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 10.39 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 86.45 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 6.97 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 6.99 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 288.74 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 218.87 | test_deploy_vm_iso.py
    test_DeployVmAntiAffinityGroup | Success | 85.99 | 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_11_ss_nfs_version_on_ssvm | Skipped | 0.02 | test_ssvm.py
    test_01_snapshot_root_disk | Skipped | 0.00 | test_snapshots.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.03 | test_deploy_vgpu_enabled_vm.py
    test_3d_gpu_support | Skipped | 0.03 | 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

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


---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @karuturi a Trillian-Jenkins matrix job (centos6 mgmt + xs65sp1, centos7 mgmt + vmware55u3, centos7 mgmt + kvmcentos7) 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Packaging result: \u2714centos6 \u2714centos7 \u2714debian. JID-384


---
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 #1749: Updates for SAN-assisted snapshots

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

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


---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @blueorangutan test matrix


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @blueorangutan test matrix


---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Trillian failures might be environmental. As if NFS share lost proper permissions. E.g template test failed due to that:
    Exception: Job failed: {jobprocstatus : 0, created : u'2016-11-08T17:45:28+0000', jobresult : {errorcode : 530, errortext : u'Failed to create templatecreate template from volume exception: Exception: java.lang.Exception\\nMessage: unable to prepare template directory: template/tmpl/2/214, storage: NFS://10.2.0.16/acs/secondary/pr1749-t307-vmware-55u3/pr1749-t307-vmware-55u3-sec1, error msg: mkdir: cannot create directory \\u2018/var/cloudstack/mnt/VM/6814905206562.ca65d71/template/tmpl/2/214\\u2019: Permission denied\\n'


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @mike-tutkowski Sure. I can review in the weekend


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @mike-tutkowski thanks, I'll see if we can get some help. @abhinandanprateek @murali-reddy 
    @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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @mike-tutkowski yes, the failure was due to an intermittent unit test failure. This will be fixed with #1816 


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd Are we having trouble with Travis? I've amended my SHA a few times and get different Travis failures. 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Hi @rhtyd We have one LTGM (from @syed) and I have run and posted all regression tests for managed storage. If we could have one more person take a look, that would be great. I don't think we'll find much in these changes to discuss. 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @blueorangutan test centos7 vmware-55u3


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @syed Would you be able to review this code when you have a little time? 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @blueorangutan 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.
---

[GitHub] cloudstack issue #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @blueorangutan 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.
---

[GitHub] cloudstack issue #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @mike-tutkowski I've reviewed the code. LGTM :+1: 


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

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


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    The semi-unusual part about this PR, @rhtyd, is that is contains code jointly developed by me and @syed.
    
    He has reviewed my contributions and I have reviewed his.
    
    We just need someone to review the entire thing. There's not a lot of code there, so it shouldn't take too long, I suspect.


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    <b>Trillian test result (tid-683)</b>
    Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
    Total time taken: 46910 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1749-t683-kvm-centos7.zip
    Test completed. 42 look ok, 8 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_02_VPC_default_routes | `Failure` | 206.88 | test_vpc_router_nics.py
    test_02_redundant_VPC_default_routes | `Failure` | 273.89 | test_vpc_redundant.py
    test_router_dhcphosts | `Failure` | 24.13 | test_router_dhcphosts.py
    test_04_rvpc_privategw_static_routes | `Failure` | 586.22 | test_privategw_acl.py
    test_isolate_network_password_server | `Failure` | 23.86 | test_password_server.py
    test_09_delete_detached_volume | `Error` | 10.17 | test_volumes.py
    test_08_resize_volume | `Error` | 5.08 | test_volumes.py
    test_07_resize_fail | `Error` | 10.18 | test_volumes.py
    test_06_download_detached_volume | `Error` | 5.12 | test_volumes.py
    test_05_detach_volume | `Error` | 5.12 | test_volumes.py
    test_04_delete_attached_volume | `Error` | 5.07 | test_volumes.py
    test_03_download_attached_volume | `Error` | 5.07 | test_volumes.py
    test_01_create_volume | `Error` | 292.25 | test_volumes.py
    ContextSuite context=TestRouterDHCPHosts>:teardown | `Error` | 160.34 | test_router_dhcphosts.py
    ContextSuite context=TestListIdsParams>:setup | `Error` | 0.00 | test_list_ids_parameter.py
    test_01_vpc_site2site_vpn | Success | 190.07 | test_vpc_vpn.py
    test_01_vpc_remote_access_vpn | Success | 101.15 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | Success | 354.85 | test_vpc_vpn.py
    test_01_VPC_nics_after_destroy | Success | 838.17 | test_vpc_router_nics.py
    test_05_rvpc_multi_tiers | Success | 527.02 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | Success | 1396.02 | test_vpc_redundant.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Success | 635.95 | test_vpc_redundant.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1322.93 | test_vpc_redundant.py
    test_02_attach_volume | Success | 79.64 | test_volumes.py
    test_deploy_vm_multiple | Success | 368.06 | 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.67 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 125.22 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 40.67 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.09 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 125.71 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 125.70 | test_vm_life_cycle.py
    test_02_start_vm | Success | 10.13 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 125.67 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | Success | 206.40 | test_templates.py
    test_08_list_system_templates | Success | 0.03 | test_templates.py
    test_07_list_public_templates | Success | 0.03 | test_templates.py
    test_05_template_permissions | Success | 0.05 | test_templates.py
    test_04_extract_template | Success | 5.49 | test_templates.py
    test_03_delete_template | Success | 5.08 | test_templates.py
    test_02_edit_template | Success | 90.09 | test_templates.py
    test_01_create_template | Success | 85.69 | test_templates.py
    test_10_destroy_cpvm | Success | 161.52 | test_ssvm.py
    test_09_destroy_ssvm | Success | 163.34 | test_ssvm.py
    test_08_reboot_cpvm | Success | 131.56 | test_ssvm.py
    test_07_reboot_ssvm | Success | 174.64 | test_ssvm.py
    test_06_stop_cpvm | Success | 101.48 | test_ssvm.py
    test_05_stop_ssvm | Success | 175.58 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.04 | test_ssvm.py
    test_03_ssvm_internals | Success | 5.09 | test_ssvm.py
    test_02_list_cpvm_vm | Success | 0.12 | test_ssvm.py
    test_01_list_sec_storage_vm | Success | 0.13 | test_ssvm.py
    test_01_snapshot_root_disk | Success | 21.38 | test_snapshots.py
    test_04_change_offering_small | Success | 239.84 | test_service_offerings.py
    test_03_delete_service_offering | Success | 0.03 | test_service_offerings.py
    test_02_edit_service_offering | Success | 0.06 | test_service_offerings.py
    test_01_create_service_offering | Success | 0.09 | test_service_offerings.py
    test_02_sys_template_ready | Success | 0.10 | test_secondary_storage.py
    test_01_sys_vm_start | Success | 0.14 | test_secondary_storage.py
    test_09_reboot_router | Success | 40.28 | test_routers.py
    test_08_start_router | Success | 40.29 | test_routers.py
    test_07_stop_router | Success | 10.12 | test_routers.py
    test_06_router_advanced | Success | 0.06 | test_routers.py
    test_05_router_basic | Success | 0.03 | test_routers.py
    test_04_restart_network_wo_cleanup | Success | 5.54 | test_routers.py
    test_03_restart_network_cleanup | Success | 65.46 | test_routers.py
    test_02_router_internal_adv | Success | 1.08 | test_routers.py
    test_01_router_internal_basic | Success | 0.57 | test_routers.py
    test_router_dns_guestipquery | Success | 74.03 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.07 | test_router_dns.py
    test_router_dhcp_opts | Success | 21.50 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 0.09 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 171.12 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.04 | test_regions.py
    test_create_pvlan_network | Success | 5.16 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.34 | test_public_ip_range.py
    test_03_vpc_privategw_restart_vpc_cleanup | Success | 920.58 | test_privategw_acl.py
    test_02_vpc_privategw_static_routes | Success | 626.32 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 101.93 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 35.77 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 10.15 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.33 | test_portable_publicip.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.10 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 25.55 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 11.34 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.22 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 10.29 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 15.34 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.32 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 10.61 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.31 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 72.16 | test_outofbandmanagement.py
    test_oobm_enable_feature_valid | Success | 5.13 | test_outofbandmanagement.py
    test_oobm_enable_feature_invalid | Success | 0.08 | test_outofbandmanagement.py
    test_oobm_disable_feature_valid | Success | 0.12 | test_outofbandmanagement.py
    test_oobm_disable_feature_invalid | Success | 0.08 | test_outofbandmanagement.py
    test_oobm_configure_invalid_driver | Success | 0.07 | test_outofbandmanagement.py
    test_oobm_configure_default_driver | Success | 0.06 | test_outofbandmanagement.py
    test_oobm_background_powerstate_sync | Success | 23.36 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.31 | test_non_contigiousvlan.py
    test_01_nic | Success | 630.58 | test_nic.py
    test_releaseIP | Success | 373.62 | test_network.py
    test_reboot_router | Success | 504.07 | test_network.py
    test_public_ip_user_account | Success | 10.19 | 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.60 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 61.46 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 126.78 | test_network.py
    test_delete_account | Success | 266.99 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 55.60 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 113.05 | test_network.py
    test_nic_secondaryip_add_remove | Success | 232.38 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 18.04 | test_login.py
    test_assign_and_removal_lb | Success | 134.26 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 188.71 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 232.49 | test_loadbalance.py
    test_07_list_default_iso | Success | 0.04 | test_iso.py
    test_05_iso_permissions | Success | 0.05 | test_iso.py
    test_04_extract_Iso | Success | 5.40 | 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.71 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 344.25 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 321.74 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 569.34 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 504.52 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.20 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.10 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 5.97 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 5.69 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 5.60 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 5.64 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 5.74 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 5.62 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 10.70 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 5.64 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 5.67 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 5.59 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 5.60 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 6.94 | test_dynamicroles.py
    test_role_account_acls | Success | 7.19 | test_dynamicroles.py
    test_default_role_deletion | Success | 5.68 | test_dynamicroles.py
    test_04_create_fat_type_disk_offering | Success | 0.06 | 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.06 | test_disk_offerings.py
    test_01_create_disk_offering | Success | 0.08 | test_disk_offerings.py
    test_deployvm_userdispersing | Success | 25.52 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 55.96 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 166.64 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 10.34 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 126.02 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 5.74 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 5.76 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 242.09 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 207.00 | test_deploy_vm_iso.py
    test_DeployVmAntiAffinityGroup | Success | 106.52 | 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_11_ss_nfs_version_on_ssvm | Skipped | 0.02 | test_ssvm.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_nested_virtualization_vmware | Skipped | 0.00 | test_nested_virtualization.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 0.03 | test_deploy_vgpu_enabled_vm.py
    test_3d_gpu_support | Skipped | 0.04 | 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-55u3) 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    <b>Trillian test result (tid-654)</b>
    Environment: xenserver-65sp1 (x2), Advanced Networking with Mgmt server 6
    Total time taken: 35269 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1749-t654-xenserver-65sp1.zip
    Test completed. 45 look ok, 4 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_05_rvpc_multi_tiers | `Failure` | 519.82 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | `Failure` | 1366.14 | test_vpc_redundant.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 546.63 | test_vpc_redundant.py
    test_04_rvpc_privategw_static_routes | `Failure` | 874.64 | test_privategw_acl.py
    test_04_extract_template | `Error` | 5.12 | test_templates.py
    test_03_delete_template | `Error` | 5.09 | test_templates.py
    ContextSuite context=TestListIdsParams>:setup | `Error` | 0.00 | test_list_ids_parameter.py
    test_01_vpc_site2site_vpn | Success | 346.27 | test_vpc_vpn.py
    test_01_vpc_remote_access_vpn | Success | 161.75 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | Success | 547.66 | test_vpc_vpn.py
    test_02_VPC_default_routes | Success | 394.78 | test_vpc_router_nics.py
    test_01_VPC_nics_after_destroy | Success | 734.25 | test_vpc_router_nics.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Success | 793.17 | test_vpc_redundant.py
    test_02_redundant_VPC_default_routes | Success | 1125.74 | test_vpc_redundant.py
    test_09_delete_detached_volume | Success | 20.67 | test_volumes.py
    test_08_resize_volume | Success | 105.87 | test_volumes.py
    test_07_resize_fail | Success | 115.94 | test_volumes.py
    test_06_download_detached_volume | Success | 20.32 | test_volumes.py
    test_05_detach_volume | Success | 100.29 | test_volumes.py
    test_04_delete_attached_volume | Success | 10.20 | test_volumes.py
    test_03_download_attached_volume | Success | 15.28 | test_volumes.py
    test_02_attach_volume | Success | 15.87 | test_volumes.py
    test_01_create_volume | Success | 392.88 | test_volumes.py
    test_03_delete_vm_snapshots | Success | 280.42 | test_vm_snapshots.py
    test_02_revert_vm_snapshots | Success | 212.31 | test_vm_snapshots.py
    test_01_create_vm_snapshots | Success | 130.86 | test_vm_snapshots.py
    test_deploy_vm_multiple | Success | 227.64 | 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 | 197.49 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 185.28 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 71.04 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.10 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 5.11 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 10.15 | test_vm_life_cycle.py
    test_02_start_vm | Success | 20.21 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 30.28 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | Success | 181.20 | 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.05 | test_templates.py
    test_02_edit_template | Success | 90.10 | test_templates.py
    test_01_create_template | Success | 95.71 | test_templates.py
    test_10_destroy_cpvm | Success | 226.88 | test_ssvm.py
    test_09_destroy_ssvm | Success | 229.32 | test_ssvm.py
    test_08_reboot_cpvm | Success | 141.76 | test_ssvm.py
    test_07_reboot_ssvm | Success | 145.06 | test_ssvm.py
    test_06_stop_cpvm | Success | 197.00 | test_ssvm.py
    test_05_stop_ssvm | Success | 169.44 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.23 | test_ssvm.py
    test_03_ssvm_internals | Success | 4.05 | test_ssvm.py
    test_02_list_cpvm_vm | Success | 0.09 | test_ssvm.py
    test_01_list_sec_storage_vm | Success | 0.10 | test_ssvm.py
    test_01_snapshot_root_disk | Success | 21.43 | test_snapshots.py
    test_04_change_offering_small | Success | 129.02 | 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.08 | test_service_offerings.py
    test_02_sys_template_ready | Success | 0.11 | test_secondary_storage.py
    test_01_sys_vm_start | Success | 0.14 | test_secondary_storage.py
    test_01_scale_vm | Success | 5.18 | test_scale_vm.py
    test_09_reboot_router | Success | 86.47 | test_routers.py
    test_08_start_router | Success | 55.43 | test_routers.py
    test_07_stop_router | Success | 20.19 | 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.49 | test_routers.py
    test_03_restart_network_cleanup | Success | 135.88 | test_routers.py
    test_02_router_internal_adv | Success | 0.78 | test_routers.py
    test_01_router_internal_basic | Success | 0.43 | test_routers.py
    test_router_dns_guestipquery | Success | 48.73 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.04 | test_router_dns.py
    test_router_dhcphosts | Success | 233.53 | test_router_dhcphosts.py
    test_router_dhcp_opts | Success | 31.36 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 5.10 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 60.55 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.04 | test_regions.py
    test_create_pvlan_network | Success | 5.22 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.42 | test_public_ip_range.py
    test_03_vpc_privategw_restart_vpc_cleanup | Success | 1014.50 | test_privategw_acl.py
    test_02_vpc_privategw_static_routes | Success | 581.50 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 152.50 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 39.22 | test_primary_storage.py
    test_01_primary_storage_iscsi | Success | 78.56 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 15.18 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.41 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 36.45 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.11 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 30.88 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.30 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.25 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 15.34 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 15.32 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.30 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 15.32 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.31 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 82.46 | 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.16 | 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.36 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.44 | test_non_contigiousvlan.py
    test_01_nic | Success | 695.54 | test_nic.py
    test_releaseIP | Success | 298.52 | test_network.py
    test_reboot_router | Success | 659.46 | test_network.py
    test_public_ip_user_account | Success | 10.34 | test_network.py
    test_public_ip_admin_account | Success | 40.31 | test_network.py
    test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 86.59 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 76.42 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 100.25 | test_network.py
    test_delete_account | Success | 312.52 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 70.72 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 84.23 | test_network.py
    test_nic_secondaryip_add_remove | Success | 166.98 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 18.52 | test_login.py
    test_assign_and_removal_lb | Success | 149.70 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 207.70 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 208.55 | test_loadbalance.py
    test_07_list_default_iso | Success | 0.04 | test_iso.py
    test_05_iso_permissions | Success | 0.05 | test_iso.py
    test_04_extract_Iso | Success | 5.20 | test_iso.py
    test_03_delete_iso | Success | 95.19 | test_iso.py
    test_02_edit_iso | Success | 0.04 | test_iso.py
    test_01_create_iso | Success | 20.76 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 551.12 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 359.08 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 962.46 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 657.61 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.23 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.13 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 5.92 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 5.80 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 5.64 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 5.67 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 5.81 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 5.71 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 10.77 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 5.70 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 10.71 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 5.67 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 5.69 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 7.23 | test_dynamicroles.py
    test_role_account_acls | Success | 7.64 | test_dynamicroles.py
    test_default_role_deletion | Success | 5.75 | 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.04 | 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 | 50.66 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 161.70 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 191.87 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 25.44 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 141.10 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 5.63 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 5.65 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 5.76 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 167.16 | test_deploy_vm_iso.py
    test_DeployVmAntiAffinityGroup | Success | 287.58 | 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_11_ss_nfs_version_on_ssvm | Skipped | 0.02 | test_ssvm.py
    test_nested_virtualization_vmware | Skipped | 0.00 | test_nested_virtualization.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 0.03 | test_deploy_vgpu_enabled_vm.py
    test_3d_gpu_support | Skipped | 0.03 | 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    I've updated the commit summary, @rhtyd


---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Storage from above test run has been cleaned up, however:
    
    Permissions look fine in general, but i note that mgmt server created files (ie systemvm.iso) are created as user 996 which i assume is 'cloud'.
    
    ![perms](https://cloud.githubusercontent.com/assets/4810220/20133518/c91ff4ca-a65f-11e6-8fa4-05d4914c6d6d.PNG)
    
    In general, other templates and templates.properties files look to be created as root with permissions: 0666



---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @karuturi we need to ask `blueorangutan` to package first
    @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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    TestAddRemoveHosts (1, 2, and 4 were successful and 3 failed for an environmental reason):
    [results.txt](https://github.com/apache/cloudstack/files/613869/results.txt)
    
    TestAddRemoveHosts (3 ran successfully):
    [results.txt](https://github.com/apache/cloudstack/files/613965/results.txt)



---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    TestVolumes (resign = true):
    [results.txt](https://github.com/apache/cloudstack/files/613863/results.txt)
    
    TestVolumes (resign = false):
    [results.txt](https://github.com/apache/cloudstack/files/613864/results.txt)
    
    TestSnapshots:
    [results.txt](https://github.com/apache/cloudstack/files/613865/results.txt)
    
    TestVMSnapshots:
    [results.txt](https://github.com/apache/cloudstack/files/613866/results.txt)
    
    TestVMMigrationWithStorage:
    [results.txt](https://github.com/apache/cloudstack/files/613867/results.txt)
    
    TestManagedSystemVMs:
    [results.txt](https://github.com/apache/cloudstack/files/613868/results.txt)



---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd It took a few force pushes, but it worked. :)


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Packaging result: \u2716centos6 \u2714centos7 \u2714debian. JID-372


---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd I added that JIRA ticket and referenced it in the PR description.
    
    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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Packaging result: \u2714centos6 \u2714centos7 \u2714debian. JID-374


---
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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Thanks @mike-tutkowski can you add a JIRA id for this, and use that id in the commit summary?


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @rhtyd 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    @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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    <b>Trillian test result (tid-305)</b>
    Environment: xenserver-65sp1 (x2), Advanced Networking with Mgmt server 6
    Total time taken: 33026 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1749-t305-xenserver-65sp1.zip
    Test completed. 45 look ok, 3 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_05_rvpc_multi_tiers | `Failure` | 563.13 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | `Failure` | 1382.14 | test_vpc_redundant.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 543.58 | test_vpc_redundant.py
    test_01_snapshot_root_disk | `Failure` | 11.45 | test_snapshots.py
    test_01_create_template | `Error` | 75.79 | test_templates.py
    test_01_vpc_site2site_vpn | Success | 326.81 | test_vpc_vpn.py
    test_01_vpc_remote_access_vpn | Success | 167.05 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | Success | 564.69 | test_vpc_vpn.py
    test_02_VPC_default_routes | Success | 296.15 | test_vpc_router_nics.py
    test_01_VPC_nics_after_destroy | Success | 663.63 | test_vpc_router_nics.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Success | 881.38 | test_vpc_redundant.py
    test_02_redundant_VPC_default_routes | Success | 1081.89 | test_vpc_redundant.py
    test_09_delete_detached_volume | Success | 20.83 | test_volumes.py
    test_08_resize_volume | Success | 96.25 | test_volumes.py
    test_07_resize_fail | Success | 111.21 | test_volumes.py
    test_06_download_detached_volume | Success | 25.50 | test_volumes.py
    test_05_detach_volume | Success | 100.32 | test_volumes.py
    test_04_delete_attached_volume | Success | 10.42 | test_volumes.py
    test_03_download_attached_volume | Success | 15.39 | test_volumes.py
    test_02_attach_volume | Success | 15.87 | test_volumes.py
    test_01_create_volume | Success | 392.56 | test_volumes.py
    test_03_delete_vm_snapshots | Success | 280.37 | test_vm_snapshots.py
    test_02_revert_vm_snapshots | Success | 221.61 | test_vm_snapshots.py
    test_01_create_vm_snapshots | Success | 100.83 | test_vm_snapshots.py
    test_deploy_vm_multiple | Success | 243.94 | 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 | 27.03 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 125.26 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 66.30 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.13 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 10.17 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 20.27 | test_vm_life_cycle.py
    test_02_start_vm | Success | 25.31 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 30.33 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | Success | 146.59 | test_templates.py
    test_08_list_system_templates | Success | 0.04 | test_templates.py
    test_07_list_public_templates | Success | 0.05 | test_templates.py
    test_05_template_permissions | Success | 0.30 | test_templates.py
    test_04_extract_template | Success | 5.23 | test_templates.py
    test_03_delete_template | Success | 5.13 | test_templates.py
    test_02_edit_template | Success | 90.15 | test_templates.py
    test_10_destroy_cpvm | Success | 196.70 | test_ssvm.py
    test_09_destroy_ssvm | Success | 199.10 | test_ssvm.py
    test_08_reboot_cpvm | Success | 141.56 | test_ssvm.py
    test_07_reboot_ssvm | Success | 143.88 | test_ssvm.py
    test_06_stop_cpvm | Success | 131.69 | test_ssvm.py
    test_05_stop_ssvm | Success | 193.98 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.08 | test_ssvm.py
    test_03_ssvm_internals | Success | 3.40 | test_ssvm.py
    test_02_list_cpvm_vm | Success | 0.16 | test_ssvm.py
    test_01_list_sec_storage_vm | Success | 0.17 | test_ssvm.py
    test_04_change_offering_small | Success | 126.36 | test_service_offerings.py
    test_03_delete_service_offering | Success | 0.05 | test_service_offerings.py
    test_02_edit_service_offering | Success | 0.10 | test_service_offerings.py
    test_01_create_service_offering | Success | 0.11 | test_service_offerings.py
    test_02_sys_template_ready | Success | 0.14 | test_secondary_storage.py
    test_01_sys_vm_start | Success | 0.19 | test_secondary_storage.py
    test_01_scale_vm | Success | 5.28 | test_scale_vm.py
    test_09_reboot_router | Success | 65.59 | test_routers.py
    test_08_start_router | Success | 56.04 | test_routers.py
    test_07_stop_router | Success | 15.24 | test_routers.py
    test_06_router_advanced | Success | 0.07 | test_routers.py
    test_05_router_basic | Success | 0.05 | test_routers.py
    test_04_restart_network_wo_cleanup | Success | 5.56 | test_routers.py
    test_03_restart_network_cleanup | Success | 110.96 | test_routers.py
    test_02_router_internal_adv | Success | 0.80 | test_routers.py
    test_01_router_internal_basic | Success | 0.48 | test_routers.py
    test_router_dns_guestipquery | Success | 49.51 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.08 | test_router_dns.py
    test_router_dhcphosts | Success | 107.78 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 0.13 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 50.55 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.05 | test_regions.py
    test_create_pvlan_network | Success | 5.26 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.62 | test_public_ip_range.py
    test_04_rvpc_privategw_static_routes | Success | 1012.61 | test_privategw_acl.py
    test_03_vpc_privategw_restart_vpc_cleanup | Success | 861.53 | test_privategw_acl.py
    test_02_vpc_privategw_static_routes | Success | 629.81 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 138.85 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 38.81 | test_primary_storage.py
    test_01_primary_storage_iscsi | Success | 77.35 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 15.24 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.57 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 66.90 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.16 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 21.02 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.52 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.52 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 15.53 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 15.52 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.53 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 15.52 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 16.02 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 57.59 | test_outofbandmanagement.py
    test_oobm_enable_feature_valid | Success | 5.22 | test_outofbandmanagement.py
    test_oobm_enable_feature_invalid | Success | 0.13 | test_outofbandmanagement.py
    test_oobm_disable_feature_valid | Success | 5.28 | test_outofbandmanagement.py
    test_oobm_disable_feature_invalid | Success | 0.17 | test_outofbandmanagement.py
    test_oobm_configure_invalid_driver | Success | 0.11 | test_outofbandmanagement.py
    test_oobm_configure_default_driver | Success | 0.12 | test_outofbandmanagement.py
    test_oobm_background_powerstate_sync | Success | 23.97 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.54 | test_non_contigiousvlan.py
    test_01_nic | Success | 768.52 | test_nic.py
    test_releaseIP | Success | 299.88 | test_network.py
    test_reboot_router | Success | 621.83 | test_network.py
    test_public_ip_user_account | Success | 10.32 | test_network.py
    test_public_ip_admin_account | Success | 40.35 | test_network.py
    test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 86.94 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 76.71 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 100.33 | test_network.py
    test_delete_account | Success | 254.06 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 70.94 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 80.98 | test_network.py
    test_nic_secondaryip_add_remove | Success | 183.86 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 24.70 | test_login.py
    test_assign_and_removal_lb | Success | 149.05 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 207.66 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 208.53 | test_loadbalance.py
    test_03_list_snapshots | Success | 0.12 | test_list_ids_parameter.py
    test_02_list_templates | Success | 0.05 | test_list_ids_parameter.py
    test_01_list_volumes | Success | 0.04 | test_list_ids_parameter.py
    test_07_list_default_iso | Success | 0.07 | test_iso.py
    test_05_iso_permissions | Success | 0.08 | test_iso.py
    test_04_extract_Iso | Success | 5.18 | test_iso.py
    test_03_delete_iso | Success | 95.24 | test_iso.py
    test_02_edit_iso | Success | 0.07 | test_iso.py
    test_01_create_iso | Success | 22.04 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 486.17 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 386.09 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 932.90 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 686.08 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.40 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.43 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 7.27 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 7.05 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 6.89 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 6.84 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 7.03 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 6.91 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 12.15 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 6.96 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 6.95 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 6.90 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 6.83 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 9.61 | test_dynamicroles.py
    test_role_account_acls | Success | 9.90 | test_dynamicroles.py
    test_default_role_deletion | Success | 7.05 | test_dynamicroles.py
    test_04_create_fat_type_disk_offering | Success | 0.10 | test_disk_offerings.py
    test_03_delete_disk_offering | Success | 0.06 | test_disk_offerings.py
    test_02_edit_disk_offering | Success | 0.09 | test_disk_offerings.py
    test_02_create_sparse_type_disk_offering | Success | 0.12 | test_disk_offerings.py
    test_01_create_disk_offering | Success | 0.15 | test_disk_offerings.py
    test_deployvm_userdispersing | Success | 101.33 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 46.95 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 222.68 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 20.73 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 151.75 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 6.85 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 6.91 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 7.13 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 189.15 | test_deploy_vm_iso.py
    test_DeployVmAntiAffinityGroup | Success | 242.84 | 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.03 | test_staticroles.py
    test_11_ss_nfs_version_on_ssvm | Skipped | 0.02 | test_ssvm.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 0.04 | test_deploy_vgpu_enabled_vm.py
    test_3d_gpu_support | Skipped | 0.04 | 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 #1749: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    Thanks @serg38 
    @PaulAngus can you have a look ^^, do we have issues with permissions in our nfs-exports?


---
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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    <b>Trillian test result (tid-657)</b>
    Environment: vmware-55u3 (x2), Advanced Networking with Mgmt server 7
    Total time taken: 40628 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1749-t657-vmware-55u3.zip
    Test completed. 46 look ok, 3 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_04_rvpc_privategw_static_routes | `Failure` | 1116.42 | test_privategw_acl.py
    test_01_vpc_site2site_vpn | `Error` | 512.31 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | `Error` | 728.40 | test_vpc_vpn.py
    ContextSuite context=TestListIdsParams>:setup | `Error` | 0.00 | test_list_ids_parameter.py
    test_01_vpc_remote_access_vpn | Success | 161.75 | test_vpc_vpn.py
    test_02_VPC_default_routes | Success | 470.57 | test_vpc_router_nics.py
    test_01_VPC_nics_after_destroy | Success | 760.17 | test_vpc_router_nics.py
    test_05_rvpc_multi_tiers | Success | 683.56 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | Success | 1575.37 | test_vpc_redundant.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Success | 770.64 | test_vpc_redundant.py
    test_02_redundant_VPC_default_routes | Success | 725.96 | test_vpc_redundant.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | Success | 1481.35 | test_vpc_redundant.py
    test_09_delete_detached_volume | Success | 26.02 | test_volumes.py
    test_06_download_detached_volume | Success | 85.74 | test_volumes.py
    test_05_detach_volume | Success | 110.33 | test_volumes.py
    test_04_delete_attached_volume | Success | 15.24 | test_volumes.py
    test_03_download_attached_volume | Success | 20.34 | test_volumes.py
    test_02_attach_volume | Success | 54.10 | test_volumes.py
    test_01_create_volume | Success | 512.82 | test_volumes.py
    test_03_delete_vm_snapshots | Success | 275.22 | test_vm_snapshots.py
    test_02_revert_vm_snapshots | Success | 224.23 | test_vm_snapshots.py
    test_01_test_vm_volume_snapshot | Success | 231.84 | test_vm_snapshots.py
    test_01_create_vm_snapshots | Success | 161.74 | test_vm_snapshots.py
    test_deploy_vm_multiple | Success | 302.95 | 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.94 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 125.18 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 86.17 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.10 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 10.15 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 5.14 | test_vm_life_cycle.py
    test_02_start_vm | Success | 20.24 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 10.15 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | Success | 261.76 | 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.07 | test_templates.py
    test_04_extract_template | Success | 15.27 | test_templates.py
    test_03_delete_template | Success | 5.11 | test_templates.py
    test_02_edit_template | Success | 90.19 | test_templates.py
    test_01_create_template | Success | 156.23 | test_templates.py
    test_10_destroy_cpvm | Success | 266.91 | test_ssvm.py
    test_09_destroy_ssvm | Success | 269.06 | test_ssvm.py
    test_08_reboot_cpvm | Success | 156.61 | test_ssvm.py
    test_07_reboot_ssvm | Success | 158.64 | test_ssvm.py
    test_06_stop_cpvm | Success | 176.92 | test_ssvm.py
    test_05_stop_ssvm | Success | 178.93 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.26 | test_ssvm.py
    test_03_ssvm_internals | Success | 3.66 | 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 | 51.53 | test_snapshots.py
    test_04_change_offering_small | Success | 97.01 | 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 | 176.14 | test_routers.py
    test_08_start_router | Success | 141.03 | test_routers.py
    test_07_stop_router | Success | 25.30 | 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 | 191.30 | test_routers.py
    test_02_router_internal_adv | Success | 1.04 | test_routers.py
    test_01_router_internal_basic | Success | 0.55 | test_routers.py
    test_router_dns_guestipquery | Success | 77.45 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.08 | test_router_dns.py
    test_router_dhcphosts | Success | 206.38 | test_router_dhcphosts.py
    test_router_dhcp_opts | Success | 26.65 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 0.09 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 80.83 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.04 | test_regions.py
    test_create_pvlan_network | Success | 5.22 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.50 | test_public_ip_range.py
    test_03_vpc_privategw_restart_vpc_cleanup | Success | 1311.33 | test_privategw_acl.py
    test_02_vpc_privategw_static_routes | Success | 926.01 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 264.02 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 38.27 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 15.19 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.51 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 97.42 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.19 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 30.97 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.33 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.27 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 15.41 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 20.48 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.36 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 15.33 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.35 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 82.76 | test_outofbandmanagement.py
    test_oobm_enable_feature_valid | Success | 5.20 | test_outofbandmanagement.py
    test_oobm_enable_feature_invalid | Success | 0.09 | test_outofbandmanagement.py
    test_oobm_disable_feature_valid | Success | 5.17 | test_outofbandmanagement.py
    test_oobm_disable_feature_invalid | Success | 0.15 | test_outofbandmanagement.py
    test_oobm_configure_invalid_driver | Success | 0.09 | test_outofbandmanagement.py
    test_oobm_configure_default_driver | Success | 0.07 | test_outofbandmanagement.py
    test_oobm_background_powerstate_sync | Success | 29.50 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.34 | test_non_contigiousvlan.py
    test_01_nic | Success | 652.47 | test_nic.py
    test_releaseIP | Success | 308.26 | test_network.py
    test_reboot_router | Success | 700.88 | test_network.py
    test_public_ip_user_account | Success | 10.26 | test_network.py
    test_public_ip_admin_account | Success | 40.34 | test_network.py
    test_network_rules_acquired_public_ip_3_Load_Balancer_Rule | Success | 76.95 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 61.69 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 126.04 | test_network.py
    test_delete_account | Success | 378.84 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 55.65 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 112.27 | test_network.py
    test_nested_virtualization_vmware | Success | 410.04 | test_nested_virtualization.py
    test_nic_secondaryip_add_remove | Success | 439.33 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 19.17 | test_login.py
    test_assign_and_removal_lb | Success | 148.64 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 207.44 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 208.08 | test_loadbalance.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.26 | test_iso.py
    test_03_delete_iso | Success | 95.55 | test_iso.py
    test_02_edit_iso | Success | 0.08 | test_iso.py
    test_01_create_iso | Success | 21.00 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 670.71 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 616.92 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 1170.23 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 818.86 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.27 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.14 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 6.17 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 6.00 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 5.85 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 5.88 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 6.00 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 5.90 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 10.97 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 5.92 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 10.96 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 5.89 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 5.86 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 8.09 | test_dynamicroles.py
    test_role_account_acls | Success | 8.77 | 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 | 136.30 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 55.81 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 201.53 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 30.50 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 156.36 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 5.84 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 5.85 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 5.99 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 257.76 | test_deploy_vm_iso.py
    test_3d_gpu_support | Success | 516.10 | test_deploy_vgpu_enabled_vm.py
    test_DeployVmAntiAffinityGroup | Success | 372.86 | test_affinity_groups.py
    test_08_resize_volume | Skipped | 10.33 | test_volumes.py
    test_07_resize_fail | Skipped | 10.30 | 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_11_ss_nfs_version_on_ssvm | Skipped | 0.02 | test_ssvm.py
    test_01_scale_vm | Skipped | 66.57 | test_scale_vm.py
    test_01_primary_storage_iscsi | Skipped | 0.04 | test_primary_storage.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 1.08 | 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 #1749: CLOUDSTACK-9619: Updates for SAN-assisted snapshots

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

    https://github.com/apache/cloudstack/pull/1749
  
    <b>Trillian test result (tid-655)</b>
    Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
    Total time taken: 27881 seconds
    Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr1749-t655-kvm-centos7.zip
    Test completed. 45 look ok, 4 have error(s)
    
    
    Test | Result | Time (s) | Test File
    --- | --- | --- | ---
    test_01_VPC_nics_after_destroy | `Failure` | 832.48 | test_vpc_router_nics.py
    test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 413.88 | test_vpc_redundant.py
    test_04_rvpc_privategw_static_routes | `Failure` | 421.00 | test_privategw_acl.py
    ContextSuite context=TestTemplates>:setup | `Error` | 369.41 | test_templates.py
    test_01_vpc_site2site_vpn | Success | 154.94 | test_vpc_vpn.py
    test_01_vpc_remote_access_vpn | Success | 66.07 | test_vpc_vpn.py
    test_01_redundant_vpc_site2site_vpn | Success | 246.08 | test_vpc_vpn.py
    test_02_VPC_default_routes | Success | 295.65 | test_vpc_router_nics.py
    test_05_rvpc_multi_tiers | Success | 542.55 | test_vpc_redundant.py
    test_04_rvpc_network_garbage_collector_nics | Success | 1494.20 | test_vpc_redundant.py
    test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | Success | 654.71 | test_vpc_redundant.py
    test_02_redundant_VPC_default_routes | Success | 794.46 | test_vpc_redundant.py
    test_09_delete_detached_volume | Success | 15.62 | test_volumes.py
    test_08_resize_volume | Success | 15.36 | test_volumes.py
    test_07_resize_fail | Success | 20.46 | test_volumes.py
    test_06_download_detached_volume | Success | 15.35 | test_volumes.py
    test_05_detach_volume | Success | 100.27 | test_volumes.py
    test_04_delete_attached_volume | Success | 10.26 | test_volumes.py
    test_03_download_attached_volume | Success | 15.32 | test_volumes.py
    test_02_attach_volume | Success | 74.14 | test_volumes.py
    test_01_create_volume | Success | 651.60 | test_volumes.py
    test_deploy_vm_multiple | Success | 337.95 | 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.71 | test_vm_life_cycle.py
    test_09_expunge_vm | Success | 125.19 | test_vm_life_cycle.py
    test_08_migrate_vm | Success | 40.91 | test_vm_life_cycle.py
    test_07_restore_vm | Success | 0.12 | test_vm_life_cycle.py
    test_06_destroy_vm | Success | 131.01 | test_vm_life_cycle.py
    test_03_reboot_vm | Success | 130.95 | test_vm_life_cycle.py
    test_02_start_vm | Success | 10.16 | test_vm_life_cycle.py
    test_01_stop_vm | Success | 40.40 | test_vm_life_cycle.py
    test_CreateTemplateWithDuplicateName | Success | 110.80 | test_templates.py
    test_01_create_template | Success | 65.56 | test_templates.py
    test_10_destroy_cpvm | Success | 166.36 | test_ssvm.py
    test_09_destroy_ssvm | Success | 138.49 | test_ssvm.py
    test_08_reboot_cpvm | Success | 136.72 | test_ssvm.py
    test_07_reboot_ssvm | Success | 108.10 | test_ssvm.py
    test_06_stop_cpvm | Success | 141.92 | test_ssvm.py
    test_05_stop_ssvm | Success | 174.11 | test_ssvm.py
    test_04_cpvm_internals | Success | 1.29 | test_ssvm.py
    test_03_ssvm_internals | Success | 3.57 | test_ssvm.py
    test_02_list_cpvm_vm | Success | 0.12 | test_ssvm.py
    test_01_list_sec_storage_vm | Success | 0.13 | test_ssvm.py
    test_01_snapshot_root_disk | Success | 16.45 | test_snapshots.py
    test_04_change_offering_small | Success | 214.86 | 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.17 | test_secondary_storage.py
    test_09_reboot_router | Success | 55.44 | test_routers.py
    test_08_start_router | Success | 30.30 | test_routers.py
    test_07_stop_router | Success | 15.18 | 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.70 | test_routers.py
    test_03_restart_network_cleanup | Success | 75.66 | test_routers.py
    test_02_router_internal_adv | Success | 1.06 | test_routers.py
    test_01_router_internal_basic | Success | 0.55 | test_routers.py
    test_router_dns_guestipquery | Success | 107.48 | test_router_dns.py
    test_router_dns_externalipquery | Success | 0.08 | test_router_dns.py
    test_router_dhcphosts | Success | 277.11 | test_router_dhcphosts.py
    test_router_dhcp_opts | Success | 21.47 | test_router_dhcphosts.py
    test_01_updatevolumedetail | Success | 5.11 | test_resource_detail.py
    test_01_reset_vm_on_reboot | Success | 136.39 | test_reset_vm_on_reboot.py
    test_createRegion | Success | 0.04 | test_regions.py
    test_create_pvlan_network | Success | 5.20 | test_pvlan.py
    test_dedicatePublicIpRange | Success | 0.40 | test_public_ip_range.py
    test_03_vpc_privategw_restart_vpc_cleanup | Success | 631.01 | test_privategw_acl.py
    test_02_vpc_privategw_static_routes | Success | 385.35 | test_privategw_acl.py
    test_01_vpc_privategw_acl | Success | 97.21 | test_privategw_acl.py
    test_01_primary_storage_nfs | Success | 36.09 | test_primary_storage.py
    test_createPortablePublicIPRange | Success | 15.18 | test_portable_publicip.py
    test_createPortablePublicIPAcquire | Success | 15.42 | test_portable_publicip.py
    test_isolate_network_password_server | Success | 94.51 | test_password_server.py
    test_UpdateStorageOverProvisioningFactor | Success | 0.12 | test_over_provisioning.py
    test_oobm_zchange_password | Success | 30.64 | test_outofbandmanagement.py
    test_oobm_multiple_mgmt_server_ownership | Success | 16.37 | test_outofbandmanagement.py
    test_oobm_issue_power_status | Success | 10.24 | test_outofbandmanagement.py
    test_oobm_issue_power_soft | Success | 15.33 | test_outofbandmanagement.py
    test_oobm_issue_power_reset | Success | 15.30 | test_outofbandmanagement.py
    test_oobm_issue_power_on | Success | 15.29 | test_outofbandmanagement.py
    test_oobm_issue_power_off | Success | 15.33 | test_outofbandmanagement.py
    test_oobm_issue_power_cycle | Success | 15.30 | test_outofbandmanagement.py
    test_oobm_enabledisable_across_clusterzones | Success | 92.60 | 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.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 | 29.44 | test_outofbandmanagement.py
    test_extendPhysicalNetworkVlan | Success | 15.38 | test_non_contigiousvlan.py
    test_01_nic | Success | 539.74 | test_nic.py
    test_releaseIP | Success | 323.26 | test_network.py
    test_reboot_router | Success | 418.80 | test_network.py
    test_public_ip_user_account | Success | 10.23 | 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 | 66.68 | test_network.py
    test_network_rules_acquired_public_ip_2_nat_rule | Success | 61.60 | test_network.py
    test_network_rules_acquired_public_ip_1_static_nat_rule | Success | 123.83 | test_network.py
    test_delete_account | Success | 297.93 | test_network.py
    test_02_port_fwd_on_non_src_nat | Success | 55.60 | test_network.py
    test_01_port_fwd_on_src_nat | Success | 108.91 | test_network.py
    test_nic_secondaryip_add_remove | Success | 242.68 | test_multipleips_per_nic.py
    login_test_saml_user | Success | 19.42 | test_login.py
    test_assign_and_removal_lb | Success | 134.57 | test_loadbalance.py
    test_02_create_lb_rule_non_nat | Success | 187.24 | test_loadbalance.py
    test_01_create_lb_rule_src_nat | Success | 226.78 | test_loadbalance.py
    test_03_list_snapshots | Success | 0.08 | 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.12 | test_iso.py
    test_03_delete_iso | Success | 95.21 | test_iso.py
    test_02_edit_iso | Success | 0.05 | test_iso.py
    test_01_create_iso | Success | 20.96 | test_iso.py
    test_04_rvpc_internallb_haproxy_stats_on_all_interfaces | Success | 232.92 | test_internal_lb.py
    test_03_vpc_internallb_haproxy_stats_on_all_interfaces | Success | 188.26 | test_internal_lb.py
    test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | Success | 560.58 | test_internal_lb.py
    test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | Success | 479.53 | test_internal_lb.py
    test_dedicateGuestVlanRange | Success | 10.26 | test_guest_vlan_range.py
    test_UpdateConfigParamWithScope | Success | 0.13 | test_global_settings.py
    test_rolepermission_lifecycle_update | Success | 6.16 | test_dynamicroles.py
    test_rolepermission_lifecycle_list | Success | 5.95 | test_dynamicroles.py
    test_rolepermission_lifecycle_delete | Success | 5.83 | test_dynamicroles.py
    test_rolepermission_lifecycle_create | Success | 5.88 | test_dynamicroles.py
    test_rolepermission_lifecycle_concurrent_updates | Success | 5.96 | test_dynamicroles.py
    test_role_lifecycle_update_role_inuse | Success | 5.88 | test_dynamicroles.py
    test_role_lifecycle_update | Success | 10.94 | test_dynamicroles.py
    test_role_lifecycle_list | Success | 5.87 | test_dynamicroles.py
    test_role_lifecycle_delete | Success | 10.91 | test_dynamicroles.py
    test_role_lifecycle_create | Success | 5.88 | test_dynamicroles.py
    test_role_inuse_deletion | Success | 5.85 | test_dynamicroles.py
    test_role_account_acls_multiple_mgmt_servers | Success | 8.12 | test_dynamicroles.py
    test_role_account_acls | Success | 8.17 | test_dynamicroles.py
    test_default_role_deletion | Success | 5.95 | 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.06 | test_disk_offerings.py
    test_01_create_disk_offering | Success | 0.10 | test_disk_offerings.py
    test_deployvm_userdispersing | Success | 20.55 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userconcentrated | Success | 20.54 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_firstfit | Success | 85.76 | test_deploy_vms_with_varied_deploymentplanners.py
    test_deployvm_userdata_post | Success | 60.68 | test_deploy_vm_with_userdata.py
    test_deployvm_userdata | Success | 50.69 | test_deploy_vm_with_userdata.py
    test_02_deploy_vm_root_resize | Success | 6.00 | test_deploy_vm_root_resize.py
    test_01_deploy_vm_root_resize | Success | 5.97 | test_deploy_vm_root_resize.py
    test_00_deploy_vm_root_resize | Success | 302.80 | test_deploy_vm_root_resize.py
    test_deploy_vm_from_iso | Success | 243.14 | test_deploy_vm_iso.py
    test_DeployVmAntiAffinityGroup | Success | 171.82 | 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_static_role_account_acls | Skipped | 0.02 | test_staticroles.py
    test_11_ss_nfs_version_on_ssvm | Skipped | 0.02 | test_ssvm.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_nested_virtualization_vmware | Skipped | 0.00 | test_nested_virtualization.py
    test_06_copy_iso | Skipped | 0.00 | test_iso.py
    test_deploy_vgpu_enabled_vm | Skipped | 0.03 | test_deploy_vgpu_enabled_vm.py
    test_3d_gpu_support | Skipped | 0.03 | 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.
---