This is an automated email from the ASF dual-hosted git repository.
dahn pushed a commit to branch 4.11
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/4.11 by this push:
new 6025f25 Fixes #2685: broken SXM support (#2686)
6025f25 is described below
commit 6025f25840e6e27b3088258a4e7f10b5230f4274
Author: David Passante <[email protected]>
AuthorDate: Thu Jun 7 21:56:42 2018 +0200
Fixes #2685: broken SXM support (#2686)
---
.../cloudstack/storage/motion/XenServerStorageMotionStrategy.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/plugins/hypervisors/xenserver/src/org/apache/cloudstack/storage/motion/XenServerStorageMotionStrategy.java
b/plugins/hypervisors/xenserver/src/org/apache/cloudstack/storage/motion/XenServerStorageMotionStrategy.java
index 106fd9e..ee56f69 100644
---
a/plugins/hypervisors/xenserver/src/org/apache/cloudstack/storage/motion/XenServerStorageMotionStrategy.java
+++
b/plugins/hypervisors/xenserver/src/org/apache/cloudstack/storage/motion/XenServerStorageMotionStrategy.java
@@ -326,7 +326,7 @@ public class XenServerStorageMotionStrategy implements
DataMotionStrategy {
volumeToStorageUuid.add(new Pair<>(volumeTo, iqn));
}
else {
- volumeToStorageUuid.add(new Pair<>(volumeTo,
((StoragePool)entry.getValue()).getPath()));
+ volumeToStorageUuid.add(new Pair<>(volumeTo,
((StoragePool)entry.getValue()).getUuid()));
}
}
--
To stop receiving notification emails like this one, please contact
[email protected].