[
https://issues.apache.org/jira/browse/CLOUDSTACK-7982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15601229#comment-15601229
]
ASF GitHub Bot commented on CLOUDSTACK-7982:
--------------------------------------------
Github user marcaurele commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/1709#discussion_r84632272
--- Diff:
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://";
--- End diff --
It's something I have to document in the installation doc. If you want to
run the migration over TLS, you have to specify here `qemu+tls://`
> Storage live migration support for KVM
> --------------------------------------
>
> Key: CLOUDSTACK-7982
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7982
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Wei Zhou
> Assignee: Marc-Aurèle Brothier
> Fix For: Future
>
>
> Currently it supports Xenserver, Vmware, Hyper-V, but not KVM.
> We need to add the implementation for KVM.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)