[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-changelog] [xen-3.0.5-testing] Allow dynamic_min/dynamic_max to (temporarily) be out of sync; in practice



# HG changeset patch
# User Steven Hand <steven@xxxxxxxxxxxxx>
# Date 1177681506 -3600
# Node ID 53b9883bbcc36d8756945b28cb20cca2ff0af302
# Parent  2c90965d08106b4b8394de498cf2295dd08d81a7
Allow dynamic_min/dynamic_max to (temporarily) be out of sync; in practice
we keep them identical but non-atomically.

Signed-off-by: Steven Hand <steven@xxxxxxxxxxxxx>
---
 tools/python/xen/xend/XendConfig.py |    3 ---
 1 files changed, 3 deletions(-)

diff -r 2c90965d0810 -r 53b9883bbcc3 tools/python/xen/xend/XendConfig.py
--- a/tools/python/xen/xend/XendConfig.py       Fri Apr 27 14:16:22 2007 +0100
+++ b/tools/python/xen/xend/XendConfig.py       Fri Apr 27 14:45:06 2007 +0100
@@ -354,9 +354,6 @@ class XendConfig(dict):
         if not self["memory_static_min"] <= self["memory_static_max"]:
             raise XendConfigError("memory_static_min must be less " \
                                   "than or equal to memory_static_max") 
-        if not self["memory_dynamic_min"] <= self["memory_dynamic_max"]:
-            raise XendConfigError("memory_dynamic_min must be less " \
-                                  "than or equal to memory_dynamic_max")
         if not self["memory_static_min"] <= self["memory_dynamic_min"]:
             raise XendConfigError("memory_static_min must be less " \
                                   "than or equal to memory_dynamic_min")

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.