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/10/27 12:17:28 UTC

[GitHub] [cloudstack] ravening opened a new pull request #4429: FIX s2svpn connection stuck on Pending state

ravening opened a new pull request #4429:
URL: https://github.com/apache/cloudstack/pull/4429


   
   ## Description
   <!--- Describe your changes in detail -->
   When we try to reset the site 2 site vpn connection while
   the VR's are being restarted, the connection enters the
   PENDING state and we cant reset the connection.
   
   So change the state from PENDING to disconnected.
   
   Steps to reproduce the issue
   
   1.create a VPC with a tier (vpc-001-001 in vpc-001), create a vm
   2.create a VPC with a tier (vpc-002-001 in vpc-002) with different cidr, create a vm
   3.create custom gateway for both vpn
   4.enable site-to-site vpn on both vpn, and add vpn connection to each other. both should be "Connected"
   5.restart vpc-001 with cleanup and monitor it
   6.when the first router is destroyed, go to site-to-site vpn page and reset vpn connection.
   7.we will get an error "Resource [DataCenter:1] is unreachable: Unable to apply site 2 site VPN configuration, virtual router is not in the right state"
   and vpn connection is stuck at Pending
   8.When vpc is restarted, go to site-to-site vpn page and reset vpn connection.
   
   
   ## 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)
   - [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)
   
   
   


----------------------------------------------------------------
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] DaanHoogland commented on pull request #4429: FIX s2svpn connection stuck on Pending state

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


   @ravening are you intending this to make it in before 4.15?


----------------------------------------------------------------
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 #4429: FIX s2svpn connection stuck on Pending state

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


   Packaging result: ✔centos7 ✖centos8 ✔debian. JID-2297


----------------------------------------------------------------
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 #4429: FIX s2svpn connection stuck on Pending state

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


   @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] rhtyd commented on pull request #4429: FIX s2svpn connection stuck on Pending state

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


   @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 merged pull request #4429: FIX s2svpn connection stuck on Pending state

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


   


----------------------------------------------------------------
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 #4429: FIX s2svpn connection stuck on Pending state

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


   <b>Trillian test result (tid-3098)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 30819 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr4429-t3098-kvm-centos7.zip
   Smoke tests completed. 83 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.

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



[GitHub] [cloudstack] DaanHoogland commented on pull request #4429: FIX s2svpn connection stuck on Pending state

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


   @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 #4429: FIX s2svpn connection stuck on Pending state

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


   @DaanHoogland 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] ravening commented on pull request #4429: FIX s2svpn connection stuck on Pending state

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


   > @ravening are you intending this to make it in before 4.15?
   
   @DaanHoogland the base branch is 4.14. so it should make it to 4.15 right?


----------------------------------------------------------------
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] DaanHoogland commented on pull request #4429: FIX s2svpn connection stuck on Pending state

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


   > > @ravening are you intending this to make it in before 4.15?
   > 
   > @DaanHoogland the base branch is 4.14. so it should make it to 4.15 right?
   
   only if it gets merged in 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.

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



[GitHub] [cloudstack] DaanHoogland commented on pull request #4429: FIX s2svpn connection stuck on Pending state

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


   cc @PaulAngus @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] DaanHoogland commented on pull request #4429: FIX s2svpn connection stuck on Pending state

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


   @rhtyd, is this bug fix ok, to you?


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