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 2022/07/25 02:02:24 UTC

[GitHub] [cloudstack] harikrishna-patnala commented on a diff in pull request #6282: [Veeam] restored VMs without NICs

harikrishna-patnala commented on code in PR #6282:
URL: https://github.com/apache/cloudstack/pull/6282#discussion_r928357550


##########
engine/schema/src/main/java/com/cloud/vm/NicVO.java:
##########
@@ -394,4 +397,14 @@ public String getNsxLogicalSwitchPortUuid() {
     public void setNsxLogicalSwitchPortUuid(String nsxLogicalSwitchPortUuid) {
         this.nsxLogicalSwitchPortUuid = nsxLogicalSwitchPortUuid;
     }
+

Review Comment:
   @SadiJr I get what you are saying and I'm up for both the solutions as you and @weizhouapache suggested.
   My only concern with the equals method override is if it causes any regression in other places. To avoid such scenarios @weizhouapache 's solution makes it safer. 
   
   @weizhouapache any suggestions here!



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