Skip to content

Commit 6025f25

Browse files
dpassanteDaanHoogland
authored andcommitted
Fixes apache#2685: broken SXM support (apache#2686)
1 parent d67af86 commit 6025f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/xenserver/src/org/apache/cloudstack/storage/motion/XenServerStorageMotionStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ private Answer migrateVmWithVolumesAcrossCluster(VMInstanceVO vm, VirtualMachine
326326
volumeToStorageUuid.add(new Pair<>(volumeTo, iqn));
327327
}
328328
else {
329-
volumeToStorageUuid.add(new Pair<>(volumeTo, ((StoragePool)entry.getValue()).getPath()));
329+
volumeToStorageUuid.add(new Pair<>(volumeTo, ((StoragePool)entry.getValue()).getUuid()));
330330
}
331331
}
332332

0 commit comments

Comments
 (0)