sureshanaparti commented on a change in pull request #5008:
URL: https://github.com/apache/cloudstack/pull/5008#discussion_r685680757
##########
File path: api/src/main/java/com/cloud/server/ManagementService.java
##########
@@ -400,7 +400,9 @@
* @return Pair<List<? extends StoragePool>, List<? extends StoragePool>>
List of storage pools in cluster and list
* of pools with enough capacity.
*/
- Pair<List<? extends StoragePool>, List<? extends StoragePool>>
listStoragePoolsForMigrationOfVolume(Long volumeId);
+ Pair<List<? extends StoragePool>, List<? extends StoragePool>>
listStoragePoolsForMigrationOfVolumeForListing(Long volumeId);
Review comment:
```suggestion
Pair<List<? extends StoragePool>, List<? extends StoragePool>>
listStoragePoolsForMigrationOfVolume(Long volumeId);
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]