Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3391CF3C for ; Thu, 18 Jul 2013 19:30:51 +0000 (UTC) Received: (qmail 74409 invoked by uid 500); 18 Jul 2013 19:30:51 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 74248 invoked by uid 500); 18 Jul 2013 19:30:51 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 74069 invoked by uid 500); 18 Jul 2013 19:30:51 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 74062 invoked by uid 99); 18 Jul 2013 19:30:50 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jul 2013 19:30:50 +0000 Date: Thu, 18 Jul 2013 19:30:50 +0000 (UTC) From: "Chandan Purushothama (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-3647) 3.0.6 to ASF 4.2 Upgrade: "guest_os" table has duplicate Windows 8 64-bit OS mappings on the Upgraded Setup MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chandan Purushothama created CLOUDSTACK-3647: ------------------------------------------------ Summary: 3.0.6 to ASF 4.2 Upgrade: "guest_os" table has duplicate Windows 8 64-bit OS mappings on the Upgraded Setup Key: CLOUDSTACK-3647 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3647 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: Upgrade Affects Versions: 4.2.0 Reporter: Chandan Purushothama Fix For: 4.2.0 mysql> select * from guest_os where display_name like "Windows 8%"; +-----+-------------+------+--------------------------------------+--------------------+ | id | category_id | name | uuid | display_name | +-----+-------------+------+--------------------------------------+--------------------+ | 165 | 6 | NULL | 67b38d28-ed85-11e2-a76b-0649e40006c6 | Windows 8 (32-bit) | | 166 | 6 | NULL | 67b3a362-ed85-11e2-a76b-0649e40006c6 | Windows 8 (64-bit) | | 206 | 6 | NULL | 206 | Windows 8(64-bit) | +-----+-------------+------+--------------------------------------+--------------------+ 3 rows in set (0.00 sec) mysql> -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira