-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/22500/
-----------------------------------------------------------
Review request for cloudstack, Devdeep Singh and Rajesh Battala.
Bugs: CLOUDSTACK-6897
https://issues.apache.org/jira/browse/CLOUDSTACK-6897
Repository: cloudstack-git
Description
-------
when we try to attach the uploaded/allocated volume to a VM on zwps,
then we were passing the podId of VM instead of storage pool to storage
allocator.
This resulting in use of Clusterscope storage allocator, allocating a storage
pool for VM on zwps beacuse of pod id not null.
This was resulting in scope conflict later
Diffs
-----
engine/orchestration/src/org/apache/cloudstack/engine/orchestration/VolumeOrchestrator.java
5bc788e
Diff: https://reviews.apache.org/r/22500/diff/
Testing
-------
tested by uploading a volume and attaching it to vm on zwps in multi cluster
setup
Thanks,
Anshul Gangwar