Skip to content

Commit 338c28c

Browse files
Clarify direct RBD host capability error
1 parent fb6bcea commit 338c28c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

server/src/main/java/org/apache/cloudstack/vm/UnmanagedVMsManagerImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2116,7 +2116,8 @@ HostVO selectKVMHostForConversionInCluster(Cluster destinationCluster, Long conv
21162116
}
21172117

21182118
String err = requireVddkRbdDirectImportSupport
2119-
? String.format("Could not find any suitable %s host in cluster %s with '%s' configured to perform direct RBD VDDK import",
2119+
? String.format("Could not find any suitable %s host in cluster %s with '%s' enabled, which is required to perform direct RBD VDDK import. " +
2120+
"This usually means the host is missing VDDK, qemu-img RBD support, or in-place virt-v2v support through the virt-v2v-in-place binary or virt-v2v --in-place option.",
21202121
destinationCluster.getHypervisorType(), destinationCluster, Host.HOST_VDDK_RBD_DIRECT_IMPORT_SUPPORT)
21212122
: useVddk
21222123
? String.format("Could not find any suitable %s host in cluster %s with '%s' configured to perform the VDDK-based instance conversion",

0 commit comments

Comments
 (0)