You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cloudstack.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2013/12/09 23:53:07 UTC

[jira] [Commented] (CLOUDSTACK-3664) scaling up vms is not considering parameter "cluster.(memory/cpu).allocated.capacity.disablethreshold"

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

ASF subversion and git services commented on CLOUDSTACK-3664:
-------------------------------------------------------------

Commit 5d9335fcc32733777963db33022eb14c3c1d16d2 in branch refs/heads/4.3 from [~nitinme]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=5d9335f ]

CLOUDSTACK-3664:
scaling up vms was not considering parameter cluster.(memory/cpu).allocated.capacity.disablethreshold. Fixed it
Also added overprovisioning factor retrieval at the cluster level for host capacity check


> scaling up vms is not considering  parameter "cluster.(memory/cpu).allocated.capacity.disablethreshold"
> -------------------------------------------------------------------------------------------------------
>
>                 Key: CLOUDSTACK-3664
>                 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3664
>             Project: CloudStack
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the default.) 
>          Components: Management Server
>         Environment: xen 4.2
>            Reporter: prashant kumar mishra
>            Assignee: Nitin Mehta
>             Fix For: 4.3.0
>
>         Attachments: Logs_DB.rar, screenshot-1.jpg
>
>
> steps to reproduce
> ================
> 1-prepare a CS setup  with xen 6.1
> 2-set "cluster.memory.allocated.capacity.disablethreshold" to some lower value say 0.2
> 3-deploy some vms  until unless deployment fails because of threshold value.
> 4-Try to scale up  vms
> Expected
> --------------
> scaling up should get failed  because  threshold value
> Actual
> ----------
> scaling up is successful 
> DB
> ====
> mysql> select *from cluster_details;
> +----+------------+----------------------------------------------------+-------+
> | id | cluster_id | name                                               | value |
> +----+------------+----------------------------------------------------+-------+
> |  1 |          1 | cpuOvercommitRatio                                 | 1.0   |
> |  2 |          1 | memoryOvercommitRatio                              | 1.0   |
> |  3 |          1 | cluster.memory.allocated.capacity.disablethreshold | 0.2   |
> +----+------------+----------------------------------------------------+-------+



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)