GitHub user likitha opened a pull request: https://github.com/apache/cloudstack/pull/541
CLOUDSTACK-8597. Failed to migrate volume from zone-wide to cluster-w⦠â¦ide storage. While live migrating a volume, CS chooses the endpoint to perform the migration by selecting any host that has the storage containing the volume mounted on it. Instead, if the volume is attached to a running VM, the endpoint chosen by CS should be the host that contains the VM. You can merge this pull request into a Git repository by running: $ git pull https://github.com/likitha/cloudstack CLOUDSTACK-8597 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/541.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #541 ---- commit 8db51d958cab9ef46e47e9b01b3f90c9e374534f Author: Likitha Shetty <likitha.she...@citrix.com> Date: 2015-04-08T09:54:36Z CLOUDSTACK-8597. Failed to migrate volume from zone-wide to cluster-wide storage. While live migrating a volume, CS chooses the endpoint to perform the migration by selecting any host that has the storage containing the volume mounted on it. Instead, if the volume is attached to a running VM, the endpoint chosen by CS should be the host that contains the VM. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---