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 9AEFD1081B for ; Tue, 5 Nov 2013 00:48:18 +0000 (UTC) Received: (qmail 86529 invoked by uid 500); 5 Nov 2013 00:48:18 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 86503 invoked by uid 500); 5 Nov 2013 00:48:18 -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 86459 invoked by uid 500); 5 Nov 2013 00:48:18 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 86445 invoked by uid 99); 5 Nov 2013 00:48:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Nov 2013 00:48:18 +0000 Date: Tue, 5 Nov 2013 00:48:18 +0000 (UTC) From: "Prachi Damle (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (CLOUDSTACK-4755) cloudstack 4.x does not allow memory upgrade MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prachi Damle resolved CLOUDSTACK-4755. -------------------------------------- Resolution: Fixed > cloudstack 4.x does not allow memory upgrade > -------------------------------------------- > > Key: CLOUDSTACK-4755 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4755 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.1.0 > Reporter: Timothy Ehlers > Assignee: Prachi Damle > Fix For: 4.2.1 > > > to reproduce open your server and add ram. Cloudstack will not update > Here is how to fix it until the code is fixed: > mysql> select s.id, h.name, s.total_capacity from host as h, op_host_capacity as s where h.id=s.host_id and capacity_type=0 and h.name like 'myservername%' order by h.name; > update op_host_capacity set total_capacity=202812919808 where id=71; -- This message was sent by Atlassian JIRA (v6.1#6144)