sureshanaparti commented on code in PR #11019:
URL: https://github.com/apache/cloudstack/pull/11019#discussion_r2149800340


##########
api/src/main/java/com/cloud/host/Host.java:
##########
@@ -57,6 +57,10 @@ public static String[] toStrings(Host.Type... types) {
     public static final String HOST_VOLUME_ENCRYPTION = 
"host.volume.encryption";
     public static final String HOST_INSTANCE_CONVERSION = 
"host.instance.conversion";

Review Comment:
   @nvazquez this details would be redundant when virt-v2v version is added in 
the details. so, can you remove this detail in upgrade path or when 
'host.virtv2v.version' details is added?



##########
api/src/main/java/com/cloud/host/Host.java:
##########
@@ -57,6 +57,10 @@ public static String[] toStrings(Host.Type... types) {
     public static final String HOST_VOLUME_ENCRYPTION = 
"host.volume.encryption";
     public static final String HOST_INSTANCE_CONVERSION = 
"host.instance.conversion";
 
+    // Vmware to KVM Migration
+    String KVM_HOST_OVFTOOL_VERSION = "kvm.host.ovftool.version";

Review Comment:
   ```suggestion
       String KVM_HOST_OVFTOOL_VERSION = "host.ovftool.version";
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to