Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
4.4.0
-
Security Level: Public (Anyone can view this level - this is the default.)
-
None
Description
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)