[GitHub] cloudstack pull request #1709: CLOUDSTACK-7982 - KVM live migration

2016-10-24 Thread marcaurele
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 configu

[GitHub] cloudstack pull request #1709: CLOUDSTACK-7982 - KVM live migration

2016-10-21 Thread mlsorensen
Github user mlsorensen commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1709#discussion_r84509497 --- Diff: core/src/com/cloud/agent/api/CancelMigrationCommand.java --- @@ -0,0 +1,35 @@ +// Licensed to the Apache Software Foundation (ASF) under

[GitHub] cloudstack pull request #1709: CLOUDSTACK-7982 - KVM live migration

2016-10-21 Thread wido
Github user wido commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1709#discussion_r84501931 --- Diff: plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComputingResource.java --- @@ -943,6 +962,11 @@ public boolean configure(fin

[GitHub] cloudstack pull request #1709: CLOUDSTACK-7982 - KVM live migration

2016-10-16 Thread marcaurele
GitHub user marcaurele opened a pull request: https://github.com/apache/cloudstack/pull/1709 CLOUDSTACK-7982 - KVM live migration This is the forward port of our KVM live migration implementation in 4.4.2 to the master branch. Feedback is welcome. I still have to write the docu