Merge pull request #771 from mike-tutkowski/4.5 Support live migration on older version of Libvirthttps://issues.apache.org/jira/browse/CLOUDSTACK-8792
A flag being passed to Libvirt assumes v1.0.0 or later. We need to put a check in the code to pass in a different flag if the version of Libvirt is < 1.0.0. * pr/771: Support live migration on older version of Libvirt Signed-off-by: Rohit Yadav <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a6c630c5 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a6c630c5 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a6c630c5 Branch: refs/heads/4.5 Commit: a6c630c54bad5c7b29e4c8ef0e5cc2bdb59efda4 Parents: 6cdde0f f5b5197 Author: Rohit Yadav <[email protected]> Authored: Wed Sep 2 10:38:48 2015 +0530 Committer: Rohit Yadav <[email protected]> Committed: Wed Sep 2 10:38:48 2015 +0530 ---------------------------------------------------------------------- .../hypervisor/kvm/resource/LibvirtComputingResource.java | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
