rafaelweingartner commented on a change in pull request #2298: CLOUDSTACK-9620:
Enhancements for managed storage
URL: https://github.com/apache/cloudstack/pull/2298#discussion_r161182699
##########
File path: core/src/com/cloud/agent/api/StartAnswer.java
##########
@@ -24,9 +24,12 @@
import com.cloud.agent.api.to.VirtualMachineTO;
public class StartAnswer extends Answer {
+ public static final String PATH = "path";
+ public static final String IMAGE_FORMAT = "imageFormat";
+
VirtualMachineTO vm;
String hostGuid;
- Map<String, String> _iqnToPath;
+ private Map<String, Map<String, String>> _iqnToData;
Review comment:
What is this `iqnToData`? What is the key of the first map? And the key of
the second map?
----------------------------------------------------------------
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