You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "Timothy Ehlers (JIRA)" <ji...@apache.org> on 2013/09/28 01:18:03 UTC

[jira] [Updated] (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:all-tabpanel ]

Timothy Ehlers updated CLOUDSTACK-4755:
---------------------------------------

    Description: 
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;


  was:
to reproduce open your server and  add ram. Cloudstack will not update

Here is how to fix it until the code is fixed:
{code}
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;
{code}

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