rajujith commented on code in PR #7857:
URL: https://github.com/apache/cloudstack/pull/7857#discussion_r2332513277


##########
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java:
##########
@@ -938,17 +938,17 @@ private Pair<NicProfile, Integer> 
addRequestedNicToNicListWithDeviceNumberAndRet
 
         final int devId = vmNic.getDeviceId();
         if (devId >= deviceIds.length) {
-            throw new IllegalArgumentException("Device id for nic is too 
large: " + vmNic);
+            throw new IllegalArgumentException("Device id for NIC is too 
large: " + vmNic);

Review Comment:
   'ID'



##########
engine/orchestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java:
##########
@@ -938,17 +938,17 @@ private Pair<NicProfile, Integer> 
addRequestedNicToNicListWithDeviceNumberAndRet
 
         final int devId = vmNic.getDeviceId();
         if (devId >= deviceIds.length) {
-            throw new IllegalArgumentException("Device id for nic is too 
large: " + vmNic);
+            throw new IllegalArgumentException("Device id for NIC is too 
large: " + vmNic);
         }
         if (deviceIds[devId]) {
-            throw new IllegalArgumentException("Conflicting device id for two 
different nics: " + vmNic);
+            throw new IllegalArgumentException("Conflicting device id for two 
different NICs: " + vmNic);

Review Comment:
   'ID'



-- 
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-unsubscr...@cloudstack.apache.org

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

Reply via email to