You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Nitin Mehta (JIRA)" <ji...@apache.org> on 2014/07/30 23:54:40 UTC

[jira] [Updated] (CLOUDSTACK-4755) cloudstack 4.x does not allow host's total cpu/memory upgrade

     [ https://issues.apache.org/jira/browse/CLOUDSTACK-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nitin Mehta updated CLOUDSTACK-4755:
------------------------------------

    Summary: cloudstack 4.x does not allow host's total cpu/memory upgrade  (was: cloudstack 4.x does not allow memory upgrade)

> cloudstack 4.x does not allow host's total cpu/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.2#6252)