Github user syed commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/1671#discussion_r77629961
  
    --- Diff: 
plugins/hypervisors/xenserver/src/com/cloud/hypervisor/xenserver/resource/wrapper/xen610/XenServer610MigrateWithStorageReceiveCommandWrapper.java
 ---
    @@ -56,7 +55,7 @@
         public Answer execute(final MigrateWithStorageReceiveCommand command, 
final XenServer610Resource xenServer610Resource) {
             final Connection connection = xenServer610Resource.getConnection();
             final VirtualMachineTO vmSpec = command.getVirtualMachine();
    -        final List<Pair<VolumeTO, StorageFilerTO>> volumeToFiler = 
command.getVolumeToFiler();
    +        final List<Pair<VolumeTO, String>> volumeToStorageUuid = 
command.getVolumeToStorageUuid();
    --- End diff --
    
    @mike-tutkowski whould changing the map from `StorageFilerTO` to `String` 
change how other hypervisors like `KVM` would implement this?


---
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.
---

Reply via email to