[
https://issues.apache.org/jira/browse/CLOUDSTACK-8841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15880172#comment-15880172
]
ASF GitHub Bot commented on CLOUDSTACK-8841:
--------------------------------------------
Github user abhinandanprateek commented on a diff in the pull request:
https://github.com/apache/cloudstack/pull/815#discussion_r102671303
--- Diff: server/src/com/cloud/vm/UserVmManagerImpl.java ---
@@ -4717,8 +4717,8 @@ public VirtualMachine
migrateVirtualMachineWithVolume(Long vmId, Host destinatio
}
// Check if the source and destination hosts are of the same type
and support storage motion.
- if
(!(srcHost.getHypervisorType().equals(destinationHost.getHypervisorType()) &&
srcHost.getHypervisorVersion().equals(destinationHost.getHypervisorVersion())))
{
- throw new CloudRuntimeException("The source and destination
hosts are not of the same type and version. " + "Source hypervisor type and
version: "
+ if
(!(srcHost.getHypervisorType().equals(destinationHost.getHypervisorType()))) {
+ throw new CloudRuntimeException("The source and destination
hosts are not of the same type. " + "Source hypervisor type and version: "
--- End diff --
The Xenserver version on the target host can be same or higher, please see
if the version check can be further improved.
> Storage XenMotion from XS 6.2 to XS 6.5 fails.
> ----------------------------------------------
>
> Key: CLOUDSTACK-8841
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8841
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Management Server
> Reporter: Priyank Parihar
> Assignee: Priyank Parihar
>
> Storage XenMotion from XS 6.2 to XS 6.5 fails with error.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)