Skip to content

Commit 42d94ee

Browse files
Pearl1594abh1sar
andauthored
Update server/src/main/java/com/cloud/hypervisor/KVMGuru.java
Co-authored-by: Abhisar Sinha <63767682+abh1sar@users.noreply.github.com>
1 parent 3dac829 commit 42d94ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/java/com/cloud/hypervisor/KVMGuru.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ protected void setVmQuotaPercentage(VirtualMachineTO to, VirtualMachineProfile v
132132
VirtualMachine vm = vmProfile.getVirtualMachine();
133133
HostVO host = hostDao.findById(vm.getHostId());
134134
if (host == null) {
135-
logger.warn("Host is not available. Skipping CPU quota calculation for VM: {}", vm);
135+
logger.warn("Host is not available. Skipping setting CPU quota percentage for VM: {}", vm);
136136
return;
137137
}
138138
logger.debug("Limiting CPU usage for VM: {} on host: {}", vm, host);

0 commit comments

Comments
 (0)