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 2020/06/26 12:51:34 UTC

[GitHub] [cloudstack] Spaceman1984 opened a new pull request #4180: Added nfs minor version support

Spaceman1984 opened a new pull request #4180:
URL: https://github.com/apache/cloudstack/pull/4180


   ## Description
   <!--- Describe your changes in detail -->
   
   This PR adds minor version support when mounting nfs on the SSVM as requested in #2861 
   
   The global setting "secstorage.nfs.version" has been changed to use String data type which allows any minor version to be specified.
   
   <!-- 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: # -->
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [x] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## 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. -->
   
   This was tested by changing the global setting values and restarting the SSVM, then verifying if the secondary storage was mounted with the specified version by logging into the SSVM and typing "mount" at the cli.
   
   Tested with SSVM running on KVM, Xenserver and VMWare hosts.
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4180: Added nfs minor version support

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


   @blueorangutan test
   
   


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] Spaceman1984 removed a comment on pull request #4180: Added nfs minor version support

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


   @blueorangutan test


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @rhtyd 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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   Packaging result: ✔centos7 ✔debian. JID-1769


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4180: Added nfs minor version support

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


   Github bug discovered PR says 000s of changes but the commit has a few:
   https://github.com/apache/cloudstack/commit/d57aa835174c9dd045930d1396ce4bee9a275a60
   
   LGTM (I thought to revert but later found the squash merge was OK)


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   <b>Trillian test result (tid-2282)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 38972 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4180-t2282-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Smoke tests completed. 75 look OK, 2 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_vpc_privategw_static_routes | `Failure` | 213.71 | test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 205.60 | test_privategw_acl.py
   test_04_rvpc_privategw_static_routes | `Failure` | 316.96 | test_privategw_acl.py
   test_01_redundant_vpc_site2site_vpn | `Failure` | 416.34 | 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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   Packaging result: ✔centos7 ✔debian. JID-1652


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] Spaceman1984 edited a comment on pull request #4180: Added nfs minor version support

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


   @rhtyd I'll check if anything is still outstanding.


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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.

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



[GitHub] [cloudstack] Spaceman1984 closed pull request #4180: Added nfs minor version support

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


   


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @blueorangutan test


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @borisstoyanov a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @blueorangutan test


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   <b>Trillian test result (tid-1870)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 30894 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4180-t1870-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Intermittent failure detected: /marvin/tests/smoke/test_host_maintenance.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_kvm.py
   Smoke tests completed. 74 look OK, 3 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_vpc_privategw_static_routes | `Failure` | 196.77 | test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 196.72 | test_privategw_acl.py
   test_04_rvpc_privategw_static_routes | `Failure` | 284.85 | test_privategw_acl.py
   test_01_cancel_host_maintenace_with_no_migration_jobs | `Failure` | 0.09 | test_host_maintenance.py
   test_02_cancel_host_maintenace_with_migration_jobs | `Error` | 2.39 | test_host_maintenance.py
   test_hostha_enable_ha_when_host_disabled | `Error` | 3.46 | test_hostha_kvm.py
   test_hostha_enable_ha_when_host_in_maintenance | `Error` | 302.55 | test_hostha_kvm.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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @blueorangutan test


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   Packaging result: ✔centos7 ✔debian. JID-1749


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd closed pull request #4180: Added nfs minor version support

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


   


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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






----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   <b>Trillian test result (tid-2480)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 39577 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4180-t2480-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_kvm.py
   Smoke tests completed. 83 look OK, 2 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_deploy_kubernetes_cluster | `Error` | 0.06 | test_kubernetes_clusters.py
   test_02_deploy_kubernetes_ha_cluster | `Error` | 0.04 | test_kubernetes_clusters.py
   test_04_deploy_and_upgrade_kubernetes_cluster | `Error` | 0.04 | test_kubernetes_clusters.py
   test_05_deploy_and_upgrade_kubernetes_ha_cluster | `Error` | 0.03 | test_kubernetes_clusters.py
   test_06_deploy_and_invalid_upgrade_kubernetes_cluster | `Error` | 0.03 | test_kubernetes_clusters.py
   test_07_deploy_and_scale_kubernetes_cluster | `Error` | 0.03 | test_kubernetes_clusters.py
   test_hostha_kvm_host_fencing | `Error` | 178.46 | test_hostha_kvm.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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4180: Added nfs minor version support

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


   @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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 can you check Travis's first job failure?


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   Packaging result: ✖centos7 ✖debian. JID-1472


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) 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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @blueorangutan test


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   Packaging result: ✔centos7 ✔debian. JID-1630


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   <b>Trillian test result (tid-2438)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 50132 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4180-t2438-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
   Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
   Intermittent failure detected: /marvin/tests/smoke/test_hostha_kvm.py
   Smoke tests completed. 82 look OK, 3 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_01_deploy_kubernetes_cluster | `Error` | 0.08 | test_kubernetes_clusters.py
   test_02_deploy_kubernetes_ha_cluster | `Error` | 0.05 | test_kubernetes_clusters.py
   test_04_deploy_and_upgrade_kubernetes_cluster | `Error` | 0.04 | test_kubernetes_clusters.py
   test_05_deploy_and_upgrade_kubernetes_ha_cluster | `Error` | 0.04 | test_kubernetes_clusters.py
   test_06_deploy_and_invalid_upgrade_kubernetes_cluster | `Error` | 0.04 | test_kubernetes_clusters.py
   test_07_deploy_and_scale_kubernetes_cluster | `Error` | 0.04 | test_kubernetes_clusters.py
   test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers | `Error` | 474.13 | test_vpc_redundant.py
   test_04_rvpc_network_garbage_collector_nics | `Error` | 3945.84 | test_vpc_redundant.py
   test_hostha_kvm_host_fencing | `Error` | 173.00 | test_hostha_kvm.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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @rhtyd 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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @bliueorangutan 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.

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



[GitHub] [cloudstack] borisstoyanov commented on pull request #4180: Added nfs minor version support

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


   @blueorangutan test


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   <b>Trillian test result (tid-2254)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 34314 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4180-t2254-kvm-centos7.zip
   Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
   Smoke tests completed. 76 look OK, 1 have error(s)
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   test_02_vpc_privategw_static_routes | `Failure` | 227.31 | test_privategw_acl.py
   test_03_vpc_privategw_restart_vpc_cleanup | `Failure` | 204.88 | test_privategw_acl.py
   test_04_rvpc_privategw_static_routes | `Failure` | 294.95 | test_privategw_acl.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.

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



[GitHub] [cloudstack] andrijapanicsb commented on pull request #4180: Added nfs minor version support

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


   env pr4180-t2247-kvm-centos7 was destroyed due to maintenance, please run again after the weekend. 


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @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.

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



[GitHub] [cloudstack] Spaceman1984 edited a comment on pull request #4180: Added nfs minor version support

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


   @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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @blueorangutan test


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] Spaceman1984 closed pull request #4180: Added nfs minor version support

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


   


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] Spaceman1984 closed pull request #4180: Added nfs minor version support

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


   


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4180: Added nfs minor version support

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


   @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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   Packaging result: ✔centos7 ✔debian. JID-1473


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   > @Spaceman1984 can you check Travis's first job failure?
   
   looking into it @rhtyd


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] blueorangutan commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 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.

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



[GitHub] [cloudstack] rhtyd commented on pull request #4180: Added nfs minor version support

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


   @Spaceman1984 is this ready for testing?


----------------------------------------------------------------
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.

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



[GitHub] [cloudstack] Spaceman1984 commented on pull request #4180: Added nfs minor version support

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


   @blueorangutan test


----------------------------------------------------------------
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.

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