From commits-return-70818-archive-asf-public=cust-asf.ponee.io@cloudstack.apache.org Fri Jan 12 11:24:21 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id A3152180789 for ; Fri, 12 Jan 2018 11:24:21 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 90A9D160C46; Fri, 12 Jan 2018 10:24:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CF955160C44 for ; Fri, 12 Jan 2018 11:24:20 +0100 (CET) Received: (qmail 40080 invoked by uid 500); 12 Jan 2018 10:24:19 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 39806 invoked by uid 99); 12 Jan 2018 10:24:19 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Jan 2018 10:24:19 +0000 From: GitBox To: commits@cloudstack.apache.org Subject: [GitHub] rafaelweingartner commented on a change in pull request #2298: CLOUDSTACK-9620: Enhancements for managed storage Message-ID: <151575265912.12619.16888455989400084352.gitbox@gitbox.apache.org> 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 _iqnToPath; + private Map> _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: users@infra.apache.org With regards, Apache Git Services