Skip to content

Commit 43e9809

Browse files
author
kunal.behbudzade
committed
build: fix pre-commit issues after 4.22 rebase
1 parent 2bc9051 commit 43e9809

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

agent/conf/agent.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,4 +472,3 @@ iscsi.session.cleanup.enabled=false
472472
# Optional vCenter SHA1 thumbprint for VMware to KVM conversion via VDDK, passed as
473473
# -io vddk-thumbprint=<value>. If unset, CloudStack computes it on the KVM host via openssl.
474474
#vddk.thumbprint=
475-

plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtConvertInstanceCommandWrapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ public Answer execute(ConvertInstanceCommand cmd, LibvirtComputingResource serve
107107
String vddkLibDir = resolveVddkSetting(cmd.getVddkLibDir(), serverResource.getVddkLibDir());
108108
if (StringUtils.isBlank(vddkLibDir)) {
109109
String err = String.format("VDDK lib dir is not configured on the host. " +
110-
"Set '%s' in agent.properties or in details parameter of the import api calll to use VDDK-based conversion.", "vddk.lib.dir");
110+
"Set '%s' in agent.properties or in details parameter of the import api call to use VDDK-based conversion.", "vddk.lib.dir");
111111
logger.error("({}) {}", originalVMName, err);
112112
return new Answer(cmd, false, err);
113113
}

0 commit comments

Comments
 (0)