From: Faiyaz Ahmed Date: Tue, 22 Jan 2008 20:46:00 +0000 (+0000) Subject: s/cpu_min/cpu_pct/g X-Git-Tag: NodeManager-1.7-2~13 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ef1c8f6a368f70e1b23bc1fc2c4f167efc63b0d9;p=nodemanager.git s/cpu_min/cpu_pct/g --- diff --git a/sm.py b/sm.py index efba0eb..abbcaec 100644 --- a/sm.py +++ b/sm.py @@ -23,7 +23,7 @@ import string,re DEFAULT_ALLOCATION = { 'enabled': 1, # CPU parameters - 'cpu_min': 0, # percent CPU reserved + 'cpu_pct': 0, # percent CPU reserved 'cpu_share': 1, # proportional share # bandwidth parameters 'net_min_rate': bwmin / 1000, # kbps