aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-03 10:21:21 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-03 10:21:21 +0100
commit2fc4a5a0327d87c552429a4fef8eba5b8844c225 (patch)
treed7d6e5e364b424016af748ad1d8fc02cdb02a1f8 /tools
parent9848d66b4e0b87dd8d5a5e60f696e709706227e2 (diff)
downloadxen-2fc4a5a0327d87c552429a4fef8eba5b8844c225.tar.gz
xen-2fc4a5a0327d87c552429a4fef8eba5b8844c225.tar.bz2
xen-2fc4a5a0327d87c552429a4fef8eba5b8844c225.zip
xend: Save modified scheduler params of managed guests to config.sxp.
Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/python/xen/xend/XendDomain.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py
index bca5830185..f3a832509c 100644
--- a/tools/python/xen/xend/XendDomain.py
+++ b/tools/python/xen/xend/XendDomain.py
@@ -1442,6 +1442,7 @@ class XendDomain:
dominfo.setWeight(weight)
if set_cap:
dominfo.setCap(cap)
+ self.managed_config_save(dominfo)
return rc
except Exception, ex:
log.exception(ex)