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 7C994200C10 for ; Fri, 3 Feb 2017 08:43:29 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7B395160B55; Fri, 3 Feb 2017 07:43:29 +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 BDB29160B48 for ; Fri, 3 Feb 2017 08:43:28 +0100 (CET) Received: (qmail 93921 invoked by uid 500); 3 Feb 2017 07:43:22 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 93910 invoked by uid 99); 3 Feb 2017 07:43:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2017 07:43:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 57C3BDFB95; Fri, 3 Feb 2017 07:43:22 +0000 (UTC) From: rhtyd To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request #1928: Update hypervisor capabilities for xenserver ... Content-Type: text/plain Message-Id: <20170203074322.57C3BDFB95@git1-us-west.apache.org> Date: Fri, 3 Feb 2017 07:43:22 +0000 (UTC) archived-at: Fri, 03 Feb 2017 07:43:29 -0000 Github user rhtyd commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1928#discussion_r99288392 --- Diff: setup/db/db/schema-4910to4920.sql --- @@ -236,3 +236,5 @@ CALL `cloud`.`IDEMPOTENT_INSERT_GUESTOS_HYPERVISOR_MAPPING`('Xenserver', '7.0.0' CALL `cloud`.`IDEMPOTENT_INSERT_GUESTOS_HYPERVISOR_MAPPING`('Xenserver', '7.0.0', 'Ubuntu Trusty Tahr 14.04', 256, 0); DROP PROCEDURE `cloud`.`IDEMPOTENT_INSERT_GUESTOS_HYPERVISOR_MAPPING` + --- End diff -- @syed 4.9.2.0 is already released, this need to go into 4.9.2.0->4.9.3.0 upgrade path. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---