rhtyd commented on a change in pull request #3638: UEFI Support on CloudStack
URL: https://github.com/apache/cloudstack/pull/3638#discussion_r392571490
##########
File path:
engine/orchestration/src/main/java/com/cloud/vm/VirtualMachineManagerImpl.java
##########
@@ -1064,6 +1064,10 @@ public void orchestrateStart(final String vmUuid, final
Map<VirtualMachineProfil
}
final VirtualMachineProfileImpl vmProfile = new
VirtualMachineProfileImpl(vm, template, offering, owner, params);
+ s_logger.info(" Uefi params " + "UefiFlag: " +
params.get(VirtualMachineProfile.Param.UefiFlag)
Review comment:
Could this potentially cause any exception? Should this be only logged when
custom params are passed; otherwise it may always log as null/null confuse
admin/users cc @pavanaravapalli @DaanHoogland @andrijapanicsb
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services