You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Prachi Damle (JIRA)" <ji...@apache.org> on 2013/10/31 00:54:27 UTC

[jira] [Commented] (CLOUDSTACK-4755) cloudstack 4.x does not allow memory upgrade

    [ https://issues.apache.org/jira/browse/CLOUDSTACK-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13809772#comment-13809772 ] 

Prachi Damle commented on CLOUDSTACK-4755:
------------------------------------------

Also I see there is an issue with updating used and reserved capacity - only one of them gets updated in a given run of the Capacity checker thread.

This does not affect much since the capacity data is also corrected by Vm state transitions.

> 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)