This is an automated email from the ASF dual-hosted git repository.

andrijapanic pushed a commit to branch andrijapanicsb-patch-2
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 29c758c062b33ae8afb438a3e3351fc5b28e3bb5
Author: Andrija Panic <45762285+andrijapani...@users.noreply.github.com>
AuthorDate: Sat May 25 22:48:04 2019 +0200

    Update vmware reservations description
    
    we do NOT always reserve VMware CPU/RAM resources - only when this setting 
is set to TRUE - verified for both system VMs and user VMs.
---
 .../vmware/src/main/java/com/cloud/hypervisor/guru/VMwareGuru.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/guru/VMwareGuru.java
 
b/plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/guru/VMwareGuru.java
index 10c3feb..49c42f6 100644
--- 
a/plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/guru/VMwareGuru.java
+++ 
b/plugins/hypervisors/vmware/src/main/java/com/cloud/hypervisor/guru/VMwareGuru.java
@@ -157,11 +157,11 @@ public class VMwareGuru extends HypervisorGuruBase 
implements HypervisorGuru, Co
     }
 
     public static final ConfigKey<Boolean> VmwareReserveCpu = new 
ConfigKey<Boolean>(Boolean.class, "vmware.reserve.cpu", "Advanced", "false",
-        "Specify whether or not to reserve CPU when not overprovisioning, In 
case of cpu overprovisioning we will always reserve cpu.", true, 
ConfigKey.Scope.Cluster,
+        "Specify whether or not to reserve CPU when not overprovisioning.", 
true, ConfigKey.Scope.Cluster,
         null);
 
     public static final ConfigKey<Boolean> VmwareReserveMemory = new 
ConfigKey<Boolean>(Boolean.class, "vmware.reserve.mem", "Advanced", "false",
-        "Specify whether or not to reserve memory when not overprovisioning, 
In case of memory overprovisioning we will always reserve memory.", true,
+        "Specify whether or not to reserve memory when not overprovisioning.", 
true,
         ConfigKey.Scope.Cluster, null);
 
     protected ConfigKey<Boolean> VmwareEnableNestedVirtualization = new 
ConfigKey<Boolean>(Boolean.class, "vmware.nested.virtualization", "Advanced", 
"false",

Reply via email to