Martin Sivák has uploaded a new change for review.

Change subject: webadmin: Improve wording of the memory optimization options
......................................................................

webadmin: Improve wording of the memory optimization options

Our memory optimization radios in Cluster / Optimization
referenced memory page sharing. Since KSM is not the only
technology we use to achieve this it was confusing our users.

The text is changed to refer to physical memory overcommit.

Change-Id: If1242b0b2314ff615a02baa98ecd58421c500b42
Bug-Url: https://bugzilla.redhat.com/1090576
Signed-off-by: Martin Sivak <[email protected]>
---
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
M 
frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationMessages.java
2 files changed, 3 insertions(+), 3 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/77/33177/1

diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
index 4a88631..b9dd6d6 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationConstants.java
@@ -777,7 +777,7 @@
             " Higher values conserve memory at the expense of greater host CPU 
usage.")
     String clusterPopupMemoryOptimizationInfo();
 
-    @DefaultStringValue("None - Disable memory page sharing")
+    @DefaultStringValue("None - Disable memory overcommit")
     String clusterPopupOptimizationNoneLabel();
 
     @DefaultStringValue("CPU Threads")
diff --git 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationMessages.java
 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationMessages.java
index 99dbb60..a0d9525 100644
--- 
a/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationMessages.java
+++ 
b/frontend/webadmin/modules/webadmin/src/main/java/org/ovirt/engine/ui/webadmin/ApplicationMessages.java
@@ -44,10 +44,10 @@
     @DefaultMessage("All references to objects that belong to Data Center {0} 
in the database will be removed. You may need to manually clean the Storage 
Domains in order to reuse them.")
     String detaCenterForceRemovePopupMessageLabel(String dcName);
 
-    @DefaultMessage("For Server Load - Enable memory page sharing to {0}%")
+    @DefaultMessage("For Server Load - Allow scheduling of {0}% of physical 
memory")
     String clusterPopupMemoryOptimizationForServerLabel(String a);
 
-    @DefaultMessage("For Desktop Load - Enable memory page sharing to {0}%")
+    @DefaultMessage("For Desktop Load - Allow scheduling of {0}% of physical 
memory")
     String clusterPopupMemoryOptimizationForDesktopLabel(String a);
 
     @DefaultMessage("Custom Overcommit Threshold - Set to {0}% via API/CLI")


-- 
To view, visit http://gerrit.ovirt.org/33177
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: If1242b0b2314ff615a02baa98ecd58421c500b42
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Martin Sivák <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to