You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/08/02 08:42:26 UTC

[GitHub] [cloudstack] weizhouapache opened a new pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

weizhouapache opened a new pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258


   If vm/template has specified non-osdefault disk controller for both root and data disk, we can skip the step to get recommend disk controller (by os descriptor).
   
   ### Description
   
   This PR fixes #5100 
   <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. -->
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   <!--- ********************************************************************************* -->
   <!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. -->
   <!--- PLEASE PUT AN 'X' in only **ONE** box -->
   <!--- ********************************************************************************* -->
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [ ] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [x] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document -->
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-889698888


   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: debian. SL-JID 706


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache edited a comment on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache edited a comment on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891594330


   travis failure is not related
   ```
   2021-08-02 10:07:43,386 - CRITICAL - FAILED: test_21_create_tag_stopped_vm: ['Traceback (most recent call last):\n', '  File "/usr/lib/python2.7/unittest/case.py", line 329, in run\n    testMethod()\n', '  File "/home/travis/build/apache/cloudstack/test/integration/component/test_tags.py", line 2320, in test_21_create_tag_stopped_vm\n    self.fail("Exception occured - %s" % e)\n', '  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail\n    raise self.failureException(msg)\n', 'AssertionError: Exception occured - Execute cmd: deletetags failed, due to: errorCode: 530, errorText:None\n']
   ```
   
   and
   ```
   Printing marvin logs /tmp//MarvinLogs/test_vpc_network_lbrules_GH7VFN/failed_plus_exceptions.txt :
   2021-08-02 10:00:03,319 - CRITICAL - EXCEPTION: test_12_VPC_LBRuleCreateFailForRouterIP: ['Traceback (most recent call last):\n', '  File "/usr/lib/python2.7/unittest/case.py", line 320, in run\n    self.setUp()\n', '  File "/home/travis/build/apache/cloudstack/test/integration/component/test_vpc_network_lbrules.py", line 229, in setUp\n    self.services["vpc_offering"]\n', '  File "/home/travis/.local/lib/python2.7/site-packages/marvin/lib/base.py", line 4561, in create\n    return VpcOffering(apiclient.createVPCOffering(cmd).__dict__)\n', '  File "/home/travis/.local/lib/python2.7/site-packages/marvin/cloudstackAPI/cloudstackAPIClient.py", line 668, in createVPCOffering\n    response = self.connection.marvinRequest(command, response_type=response, method=method)\n', '  File "/home/travis/.local/lib/python2.7/site-packages/marvin/cloudstackConnection.py", line 379, in marvinRequest\n    raise e\n', 'CloudstackAPIException: Execute cmd: createvpcoffering failed, due to: errorCode:
  530, errorText:None\n']
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-892464222


   <b>Trillian Build Failed (tid-1472)<b/>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] shwstppr commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
shwstppr commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895062510


   @blueorangutan package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-890273841


   <b>Trillian test result (tid-1427)</b>
   Environment: vmware-65u2 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 58698 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5258-t1427-vmware-65u2.zip
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_deployment_planner.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py
   Smoke tests completed. 84 look OK, 3 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_deploy_and_upgrade_kubernetes_cluster | `Failure` | 562.49 | test_kubernetes_clusters.py
   test_07_deploy_kubernetes_ha_cluster | `Failure` | 3610.13 | test_kubernetes_clusters.py
   test_08_deploy_and_upgrade_kubernetes_ha_cluster | `Failure` | 0.05 | test_kubernetes_clusters.py
   test_09_delete_kubernetes_ha_cluster | `Failure` | 0.05 | test_kubernetes_clusters.py
   ContextSuite context=TestKubernetesCluster>:teardown | `Error` | 51.67 | test_kubernetes_clusters.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 618.49 | test_vpc_redundant.py
   test_02_redundant_VPC_default_routes | `Failure` | 408.23 | test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | `Failure` | 605.43 | test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Failure` | 545.43 | test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Error` | 579.62 | test_vpc_redundant.py
   test_02_cancel_host_maintenace_with_migration_jobs | `Error` | 51.57 | test_host_maintenance.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895132471


   @blueorangutan test centos7 vmware-67u3
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-899030804


   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-897120180


   <b>Trillian test result (tid-1584)</b>
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 62361 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5258-t1584-vmware-67u3.zip
   Intermittent failure detected: /marvin/tests/smoke/test_diagnostics.py
   Intermittent failure detected: /marvin/tests/smoke/test_internal_lb.py
   Intermittent failure detected: /marvin/tests/smoke/test_list_ids_parameter.py
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_routers_network_ops.py
   Intermittent failure detected: /marvin/tests/smoke/test_service_offerings.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py
   Smoke tests completed. 83 look OK, 4 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true | `Failure` | 354.75 | test_routers_network_ops.py
   test_02_RVR_Network_FW_PF_SSH_default_routes_egress_false | `Failure` | 357.60 | test_routers_network_ops.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 1411.70 | test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | `Failure` | 580.61 | test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Failure` | 1139.98 | test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Error` | 1180.43 | test_vpc_redundant.py
   test_01_vpc_site2site_vpn | `Failure` | 375.41 | test_vpc_vpn.py
   test_02_cancel_host_maintenace_with_migration_jobs | `Error` | 1891.86 | test_host_maintenance.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-898794388


   <b>Trillian test result (tid-1630)</b>
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 40188 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5258-t1630-vmware-67u3.zip
   Intermittent failure detected: /marvin/tests/smoke/test_diagnostics.py
   Intermittent failure detected: /marvin/tests/smoke/test_loadbalance.py
   Intermittent failure detected: /marvin/tests/smoke/test_password_server.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
   Smoke tests completed. 85 look OK, 2 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_05_ping_in_cpvm_success | `Failure` | 4.14 | test_diagnostics.py
   test_01_create_vm_snapshots | `Failure` | 810.58 | test_vm_snapshots.py
   test_02_revert_vm_snapshots | `Failure` | 810.64 | test_vm_snapshots.py
   test_03_delete_vm_snapshots | `Failure` | 0.01 | test_vm_snapshots.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891539265


   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-890773824


   > @nvazquez the k8 tests are known to fail, but the redundant vpc tests should succeed. I see them fail on different PRs though. Do you know if something changed that could cause this?
   
   @DaanHoogland no. I will look at it when I have time.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-889679734


   @weizhouapache a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] shwstppr commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
shwstppr commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895049863


   @blueorangutan pacakge


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895127953


   <b>Trillian Build Failed (tid-1547)<b/>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891968649


   @blueorangutan test centos7 vmware-67u3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-890775378


   @weizhouapache a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-892402136


   @blueorangutan package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-898804357


   @nvazquez a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-890807623


   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: debian. SL-JID 725


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-890928816


   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-65u2) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-898499160


   @blueorangutan test centos7 vmware-67u3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895062975


   @shwstppr a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-892444711


   <b>Trillian test result (tid-1464)</b>
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 55481 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5258-t1464-vmware-67u3.zip
   Intermittent failure detected: /marvin/tests/smoke/test_internal_lb.py
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_ssvm.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Smoke tests completed. 84 look OK, 3 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_list_cpvm_vm | `Failure` | 0.02 | test_ssvm.py
   test_04_cpvm_internals | `Failure` | 0.03 | test_ssvm.py
   test_deploy_vm_multiple | `Error` | 245.51 | test_vm_life_cycle.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 608.76 | test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | `Failure` | 527.17 | test_vpc_redundant.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache closed pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache closed pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-898499562


   @nvazquez a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891008012


   The issue in #5100 and NPE mentioned by @nvazquez have been fixed by this PR.
   Unfortunately vm cannot be started in such setting
   (1) template OS type is 'Other SUSE Linux(64-bit)'
   (2) rootdiskcontroller and datadiskcontroller are both "pvscsi"
   
   Got the following exception
   ```
   2021-08-02 08:51:51,855 INFO  [c.c.v.VirtualMachineManagerImpl] (Work-Job-Executor-5:ctx-e4552c75 job-83/job-85 ctx-44664662) (logid:d465daf7) Unable to start VM on Host[-2-Routing] due to StartCommand failed due to Exception: java.lang.RuntimeException
   Message: The guest operating system 'suse64Guest' is not supported.
   ```
   
   it looks like 'suse64Guest' is not a valid guest os descriptor in vmware 6.5.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895104774


   @shwstppr a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-892593162


   @nvazquez a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-892592667


   @blueorangutan test centos7 vmware-67u3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-899030758


   @blueorangutan test centos7 vmware-67u3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895097803


   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: debian. SL-JID 804


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895133304


   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] shwstppr removed a comment on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
shwstppr removed a comment on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895049863


   @blueorangutan pacakge


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-892445556


   @weizhouapache a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891282148


   Thanks @weizhouapache, I can see it listed on the guest OS enum for 6.5 with different description `Suse Linux (64 bit)`: https://code.vmware.com/apis/196/vsphere/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html. Let's sync about this


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-899017594


   <b>Trillian test result (tid-1638)</b>
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 64170 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5258-t1638-vmware-67u3.zip
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_nested_virtualization.py
   Intermittent failure detected: /marvin/tests/smoke/test_storage_policy.py
   Intermittent failure detected: /marvin/tests/smoke/test_templates.py
   Intermittent failure detected: /marvin/tests/smoke/test_usage.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 79 look OK, 8 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   ContextSuite context=TestVMWareStoragePolicies>:setup | `Error` | 0.00 | test_storage_policy.py
   test_02_create_template_with_checksum_sha1 | `Error` | 65.40 | test_templates.py
   test_03_create_template_with_checksum_sha256 | `Error` | 65.39 | test_templates.py
   test_04_create_template_with_checksum_md5 | `Error` | 65.38 | test_templates.py
   test_05_create_template_with_no_checksum | `Error` | 65.41 | test_templates.py
   test_04_extract_template | `Failure` | 129.33 | test_templates.py
   ContextSuite context=TestISOUsage>:setup | `Error` | 0.00 | test_usage.py
   test_01_volume_usage | `Failure` | 674.72 | test_usage.py
   ContextSuite context=TestVAppsVM>:setup | `Error` | 1554.04 | test_vm_life_cycle.py
   test_10_attachAndDetach_iso | `Failure` | 1512.95 | test_vm_life_cycle.py
   ContextSuite context=TestVolumes>:setup | `Error` | 1951.89 | test_volumes.py
   ContextSuite context=TestVPCRedundancy>:setup | `Error` | 0.00 | test_vpc_redundant.py
   ContextSuite context=TestVPCNics>:setup | `Error` | 0.00 | test_vpc_router_nics.py
   ContextSuite context=TestRVPCSite2SiteVpn>:setup | `Error` | 0.00 | test_vpc_vpn.py
   ContextSuite context=TestVPCSite2SiteVPNMultipleOptions>:setup | `Error` | 0.00 | test_vpc_vpn.py
   ContextSuite context=TestVpcRemoteAccessVpn>:setup | `Error` | 0.00 | test_vpc_vpn.py
   ContextSuite context=TestVpcSite2SiteVpn>:setup | `Error` | 0.00 | test_vpc_vpn.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-890774916


   @blueorangutan package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-892593162


   @nvazquez a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-892423332


   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: debian. SL-JID 746


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-898806565


   <b>Trillian Build Failed (tid-1632)<b/>


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-898902485


   @blueorangutan test centos7 vmware-67u3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] shwstppr commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
shwstppr commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895104578


   @blueorangutan test centos7 vmware-67u3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891969327


   @weizhouapache a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891907104


   @blueorangutan package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] DaanHoogland commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
DaanHoogland commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-890771249


   @nvazquez the k8 tests are known to fail, but the redundant vpc tests should succeed. I see them fail on different PRs though. Do you know if something changed that could cause this?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez closed pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
nvazquez closed pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-890928330


   @blueorangutan test centos7 vmware-65u2
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-889679051


   @blueorangutan package


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891538747


   @blueorangutan test centos7 vmware-67u3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891929284


   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: debian. SL-JID 739


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-899108315


   <b>Trillian test result (tid-1640)</b>
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 35410 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5258-t1640-vmware-67u3.zip
   Smoke tests completed. 87 look OK, 0 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-898902541


   @nvazquez a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-898804141


   @blueorangutan test centos7 vmware-67u3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-892592667


   @blueorangutan test centos7 vmware-67u3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-896453344


   @blueorangutan test centos7 vmware-67u3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-896453581


   @nvazquez a Trillian-Jenkins test job (centos7 mgmt + vmware-67u3) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891907527


   @nvazquez a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] rhtyd commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
rhtyd commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895044670


   @weizhouapache @shwstppr can you fix conflict and repkg+kick tests?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-889736812


   @weizhouapache a Trillian-Jenkins test job (centos7 mgmt + vmware-65u2) has been kicked to run smoke tests


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-895706869


   <b>Trillian test result (tid-1548)</b>
   Environment: vmware-67u3 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 59071 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5258-t1548-vmware-67u3.zip
   Intermittent failure detected: /marvin/tests/smoke/test_internal_lb.py
   Intermittent failure detected: /marvin/tests/smoke/test_network.py
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
   Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py
   Smoke tests completed. 82 look OK, 5 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_port_fwd_on_src_nat | `Failure` | 814.80 | test_network.py
   test_02_port_fwd_on_non_src_nat | `Failure` | 816.13 | test_network.py
   test_01_internallb_roundrobin_1VPC_3VM_HTTP_port80 | `Failure` | 603.77 | test_internal_lb.py
   test_02_internallb_roundrobin_1RVPC_3VM_HTTP_port80 | `Failure` | 551.14 | test_internal_lb.py
   test_04_rvpc_privategw_static_routes | `Failure` | 587.85 | test_privategw_acl.py
   test_01_create_redundant_VPC_2tiers_4VMs_4IPs_4PF_ACL | `Failure` | 658.98 | test_vpc_redundant.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | `Failure` | 556.84 | test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Error` | 499.90 | test_vpc_redundant.py
   test_05_rvpc_multi_tiers | `Error` | 537.06 | test_vpc_redundant.py
   test_01_VPC_nics_after_destroy | `Failure` | 1142.87 | test_vpc_router_nics.py
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache closed pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache closed pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891314658


   > Thanks @weizhouapache, I can see it listed on the guest OS enum for 6.5 with different description `Suse Linux (64 bit)`: https://code.vmware.com/apis/196/vsphere/doc/vim.vm.GuestOsDescriptor.GuestOsIdentifier.html. Let's sync about this
   
   @nvazquez good.
   I searched the error message, and found this article: https://kb.vmware.com/s/article/1020716
   it seems to be because vmware tools is not installed in vm.
   I will test with another template


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-889736383


   @blueorangutan test centos7 vmware-65u2


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-892402223


   @weizhouapache a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez merged pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
nvazquez merged pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-892445220


   @blueorangutan test centos7 vmware-67u3
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-891594330


   travis failure is not related
   ```
   2021-08-02 10:07:43,386 - CRITICAL - FAILED: test_21_create_tag_stopped_vm: ['Traceback (most recent call last):\n', '  File "/usr/lib/python2.7/unittest/case.py", line 329, in run\n    testMethod()\n', '  File "/home/travis/build/apache/cloudstack/test/integration/component/test_tags.py", line 2320, in test_21_create_tag_stopped_vm\n    self.fail("Exception occured - %s" % e)\n', '  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail\n    raise self.failureException(msg)\n', 'AssertionError: Exception occured - Execute cmd: deletetags failed, due to: errorCode: 530, errorText:None\n']
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] nvazquez commented on pull request #5258: vmware: get recommended disk controller only when root or data disk controller is osdefault

Posted by GitBox <gi...@apache.org>.
nvazquez commented on pull request #5258:
URL: https://github.com/apache/cloudstack/pull/5258#issuecomment-897307913


   @blueorangutan test centos7 vmware-67u3


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org