marcaurele commented on a change in pull request #1709: CLOUDSTACK-7982: KVM
live migration
URL: https://github.com/apache/cloudstack/pull/1709#discussion_r118685844
##########
File path:
plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java
##########
@@ -943,6 +962,11 @@ public boolean configure(final String name, final
Map<String, Object> params) th
_mountPoint = "/mnt";
}
+ _libvirtConnectionProtocol = (String)
params.get("libvirt.connection.protocol");
+ if (_libvirtConnectionProtocol == null) {
+ _libvirtConnectionProtocol = "qemu://";
Review comment:
I'll remove the default value on the variable definition
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services