Harikrishna Patnala created CLOUDSTACK-6465:
-----------------------------------------------
Summary: vmware.reserve.mem is missing from cluster level settings
Key: CLOUDSTACK-6465
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6465
Project: CloudStack
Issue Type: Bug
Security Level: Public (Anyone can view this level - this is the default.)
Components: Management Server
Affects Versions: 4.4.0
Reporter: Harikrishna Patnala
Assignee: Harikrishna Patnala
Priority: Critical
Fix For: 4.4.0
vmware.reserve.mem is missing from cluster level settings
steps
=======
infrastructure->cluster->select a cluster->setting you should
vmware.reserver.mem
DB:
===
mysql> select name from configuration where scope ="cluster";
+----------------------------------------------------------+
| name |
+----------------------------------------------------------+
| cluster.cpu.allocated.capacity.disablethreshold |
| cluster.cpu.allocated.capacity.notificationthreshold |
| cluster.memory.allocated.capacity.disablethreshold |
| cluster.memory.allocated.capacity.notificationthreshold |
| cluster.storage.allocated.capacity.notificationthreshold |
| cluster.storage.capacity.notificationthreshold |
| cpu.overprovisioning.factor |
| mem.overprovisioning.factor |
| vmware.reserve.cpu |
| xen.vm.vcpu.max |
+----------------------------------------------------------+
10 rows in set (0.00 sec)
--
This message was sent by Atlassian JIRA
(v6.2#6252)