Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 67DD6200D5E for ; Sat, 23 Dec 2017 13:47:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 66A65160C0E; Sat, 23 Dec 2017 12:47:05 +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 A5B68160C1C for ; Sat, 23 Dec 2017 13:47:04 +0100 (CET) Received: (qmail 71503 invoked by uid 500); 23 Dec 2017 12:47:03 -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 71494 invoked by uid 99); 23 Dec 2017 12:47:03 -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; Sat, 23 Dec 2017 12:47:03 +0000 From: GitBox To: commits@cloudstack.apache.org Subject: [GitHub] rafaelweingartner commented on a change in pull request #2146: CLOUDSTACK-4757: Support OVA files with multiple disks for templates Message-ID: <151403322315.20722.3406422139977644287.gitbox@gitbox.apache.org> archived-at: Sat, 23 Dec 2017 12:47:05 -0000 rafaelweingartner commented on a change in pull request #2146: CLOUDSTACK-4757: Support OVA files with multiple disks for templates URL: https://github.com/apache/cloudstack/pull/2146#discussion_r158581888 ########## File path: engine/api/src/org/apache/cloudstack/engine/subsystem/api/storage/EndPointSelector.java ########## @@ -36,4 +38,6 @@ EndPoint select(Scope scope, Long storeId); EndPoint select(DataStore store, String downloadUrl); + + EndPoint selectHypervisorHostByType(Scope scope, HypervisorType htype); Review comment: This method is never used. You can delete it. ---------------------------------------------------------------- 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