ravening commented on a change in pull request #4646:
URL: https://github.com/apache/cloudstack/pull/4646#discussion_r718243095
##########
File path:
plugins/hypervisors/kvm/src/main/java/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
##########
@@ -654,6 +658,54 @@ public String interpret(final BufferedReader reader)
throws IOException {
}
}
+ /**
+ * setLiveMigrateFlags
+ *
+ * Sets the user configured live migration flags
+ *
+ * @param params
+ */
+ public void setLiveMigrateFlags(final Map<String, String> params) {
+ if (params.get(KVM_VM_MIGRATE_SPEED) != null) {
+ _migrateSpeed =
NumbersUtil.parseInt(params.get(KVM_VM_MIGRATE_SPEED), -1);
Review comment:
changed
--
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]