prashant kumar mishra created CLOUDSTACK-5475:
-------------------------------------------------
Summary: cluster.cpu/(memory).allocated.capacity.disablethreshold
is getting displayed multiple time under cluster setting tab
Key: CLOUDSTACK-5475
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-5475
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: API
Reporter: prashant kumar mishra
Check cluster setting tab ,
Expected
------------
it should list each parameter exactly once
Actual
--------
parameters are getting listed multiple time
API request and response
--------------------------------------
http://10.147.38.177:8080/client/api?command=listConfigurations&clusterid=2afd110b-d56c-46c1-b1fc-b75e444b8b10&response=json&sessionkey=WOFihQLyP9a4XnpkkgDjDea29rQ%3D&page=1&pageSize=20&listAll=true&_=1386843291786
response:
------------
{ "listconfigurationsresponse" : { "count":14 ,"configuration" : [
{"category":"Advanced","name":"cpu.overprovisioning.factor","value":"1.0","scope":"cluster","description":"Used
for CPU overprovisioning calculation; available CPU will be (actualCpuCapacity
* cpu.overprovisioning.factor)"},
{"category":"Advanced","name":"mem.overprovisioning.factor","value":"1.0","scope":"cluster","description":"Used
for memory overprovisioning calculation"},
{"category":"Alert","name":"cluster.cpu.allocated.capacity.notificationthreshold","value":"0.1","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of cpu utilization above which alerts will be
sent about low cpu available."},
{"category":"Alert","name":"cluster.memory.allocated.capacity.notificationthreshold","value":"0.1","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of memory utilization above which alerts will be
sent about low memory available."},
{"category":"Alert","name":"cluster.storage.allocated.capacity.notificationthreshold","value":"1.0","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of allocated storage utilization above which
alerts will be sent about low storage available."},
{"category":"Alert","name":"cluster.storage.capacity.notificationthreshold","value":"1.0","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of storage utilization above which alerts will be
sent about low storage available."},
{"category":"Alert","name":"cluster.cpu.allocated.capacity.disablethreshold","value":"0.1","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of cpu utilization above which allocators will
disable using the cluster for low cpu available. Keep the corresponding
notification threshold lower than this to be notified beforehand."},
{"category":"Alert","name":"cluster.memory.allocated.capacity.disablethreshold","value":"0.1","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of memory utilization above which allocators will
disable using the cluster for low memory available. Keep the corresponding
notification threshold lower than this to be notified beforehand."},
{"category":"Alert","name":"cluster.cpu.allocated.capacity.disablethreshold","value":"0.1","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of cpu utilization above which allocators will
disable using the cluster for low cpu available. Keep the corresponding
notification threshold lower than this to be notified beforehand."},
{"category":"Alert","name":"cluster.memory.allocated.capacity.disablethreshold","value":"0.1","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of memory utilization above which allocators will
disable using the cluster for low memory available. Keep the corresponding
notification threshold lower than this to be notified beforehand."},
{"category":"Alert","name":"cluster.cpu.allocated.capacity.disablethreshold","value":"0.1","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of cpu utilization above which allocators will
disable using the cluster for low cpu available. Keep the corresponding
notification threshold lower than this to be notified beforehand."},
{"category":"Alert","name":"cluster.memory.allocated.capacity.disablethreshold","value":"0.1","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of memory utilization above which allocators will
disable using the cluster for low memory available. Keep the corresponding
notification threshold lower than this to be notified beforehand."},
{"category":"Alert","name":"cluster.cpu.allocated.capacity.disablethreshold","value":"0.1","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of cpu utilization above which allocators will
disable using the cluster for low cpu available. Keep the corresponding
notification threshold lower than this to be notified beforehand."},
{"category":"Alert","name":"cluster.memory.allocated.capacity.disablethreshold","value":"0.1","scope":"cluster","description":"Percentage
(as a value between 0 and 1) of memory utilization above which allocators will
disable using the cluster for low memory available. Keep the corresponding
notification threshold lower than this to be notified beforehand."} ] } }
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)