[
https://issues.apache.org/jira/browse/CLOUDSTACK-4755?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13813482#comment-13813482
]
ASF subversion and git services commented on CLOUDSTACK-4755:
-------------------------------------------------------------
Commit 3cc823903a0aa99b20a55b13e871d0ad8f6caf79 in branch refs/heads/master
from [~prachidamle]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=3cc8239 ]
CLOUDSTACK-4755: cloudstack 4.x does not allow memory upgrade
Changes:
- Set total capacity of a host if it has changed in the CapacityChecker thread
- Fix bug while setting the reserved/used cpu/mem capacity - only one of them
used to get set
> 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)