mirror of https://github.com/apache/cloudstack.git
server: FIx typo on FirstFitAllocator (#4648)
From "Cusotm[UEFI]" to "Custom[UEFI]"
This commit is contained in:
parent
b8ec2b22d3
commit
35055896a0
|
|
@ -124,7 +124,7 @@ public class FirstFitAllocator extends AdapterBase implements HostAllocator {
|
|||
isVMDeployedWithUefi = true;
|
||||
}
|
||||
}
|
||||
s_logger.info(" Guest VM is requested with Cusotm[UEFI] Boot Type "+ isVMDeployedWithUefi);
|
||||
s_logger.info(" Guest VM is requested with Custom[UEFI] Boot Type "+ isVMDeployedWithUefi);
|
||||
|
||||
|
||||
if (type == Host.Type.Storage) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue