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 2023/01/16 19:02:33 UTC

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

weizhouapache commented on code in PR #6282:
URL: https://github.com/apache/cloudstack/pull/6282#discussion_r1071520403


##########
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:
   I totally agree with what @harikrishna-patnala said.
   
   this is a very large project with many features.
   if there are two good options to fix a bug, it would be better to choose the one with less scope and impact.
   If you will test all related features with different setup (hypervisors, network types and elements,etc), then go ahead with your solution, I am fine with it.
   
   cc @SadiJr @JoaoJandre @DaanHoogland 
   



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