DaanHoogland commented on a change in pull request #2503: Support multiple
volume access groups per compute cluster
URL: https://github.com/apache/cloudstack/pull/2503#discussion_r184846933
##########
File path:
engine/storage/datamotion/src/main/java/org/apache/cloudstack/storage/motion/StorageSystemDataMotionStrategy.java
##########
@@ -1654,18 +1654,18 @@ private ModifyTargetsCommand
getModifyTargetsCommand(long storagePoolId, String
details.put(ModifyTargetsCommand.STORAGE_HOST,
storagePool.getHostAddress());
details.put(ModifyTargetsCommand.STORAGE_PORT,
String.valueOf(storagePool.getPort()));
- ModifyTargetsCommand modifyTargetsCommand = new ModifyTargetsCommand();
+ ModifyTargetsCommand cmd = new ModifyTargetsCommand();
Review comment:
how unjavaish of you @mike-tutkowski ;)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services