s/cpu_min/cpu_pct/g
authorFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 22 Jan 2008 20:46:00 +0000 (20:46 +0000)
committerFaiyaz Ahmed <faiyaza@cs.princeton.edu>
Tue, 22 Jan 2008 20:46:00 +0000 (20:46 +0000)
sm.py

diff --git a/sm.py b/sm.py
index efba0eb..abbcaec 100644 (file)
--- 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