Skip to content

Conversation

@andrijapanicsb
Copy link

Replaced INSERT IGNORE with just INSERT,becaue:

  • we should NOT be ignoring failure to insert into guest_os table (otherwise different users end up having different DBs and eventually wrong hypervisor mappings)
  • it's not even possible to fail when inserting into guest_os_hypervisor table (no way to fail, as ID/UUID is auto-generated/incremented)

Removed all VMware mappings for VMware < 6.0 - as we support 6.0 only and up - no need for junk in DB.

Copy link
Member

@nvazquez nvazquez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM (even though removing the IGNORE, but can live with it)

@nvazquez
Copy link
Member

Merging into PR4307

@nvazquez nvazquez merged commit 5797cf5 into ovfprops-and-vsphere-adv-together Oct 20, 2020
yadvr pushed a commit that referenced this pull request Jan 20, 2021
Custom VM migration form

Signed-off-by: Rohit Yadav <[email protected]>
vishesh92 pushed a commit that referenced this pull request Sep 9, 2024
* Prevent addition of duplicate PF rules on scale up and no rules left behind on scale down (#32)

* fix missing dependency injection

* NSX: Fix concurrency issues on port forwarding rules deletion (#37)

* Fix concurrency issues on port forwarding rules deletion

* Refactor objectExists

* Fix unit test

* Fix test

* Small fixes

* CKS: Externalize control and worker node setup wait time and installation attempts (#38)

* NSX: Add shared network support (#41)

* NSX: Fix number of physical networks for Guest traffic checks and leftover rules on CKS cluster deletion (#45)

* Fix pf rules removal on CKS cluster deletion

* Fix check for number of physical networks for guest traffic

* Fix unit test

* fix logger

* NSX: Handle CheckHealthCommand to avoid host disconnection and errors on APIs

* NSX: Handle CheckHealthCommand to avoid host disconnection and errors on APIs

* Remove unused string

* fix logger

* Update UDP active monitor to ICMP

* Fix NPE on restarting VPC with additional public IPs

* NSX / VPC: Reuse Source NAT IP from systemVM range on restarts

* CKS: Public IP not found for VPC networks

* Externalize retries and inverval for NSX segment deletion (#67)

* remove unused import

* remove duplicate imports

* remove unused import

* revert externalizing cks settings

* fix test

* Refactor log messages

* Address comments

* Fix issue caused due to forward merge: 90fe1d

---------

Co-authored-by: Nicolas Vazquez <[email protected]>
Co-authored-by: Rohit Yadav <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants