X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=slivermanager.py;h=287ee07601cbcc2413aacaa3af60eeb9ebe5d5c7;hb=59d75c3e4045cc711df6df2fda8a7b8b1a49f1e8;hp=4e10b049f1e358df53827e8d20bfbbda4df91dc7;hpb=ac8187d5ee8c4c5781ea16af038bdb2818607bfa;p=nodemanager.git diff --git a/slivermanager.py b/slivermanager.py index 4e10b04..287ee07 100644 --- a/slivermanager.py +++ b/slivermanager.py @@ -42,6 +42,7 @@ DEFAULT_ALLOCATION = { 'cpu_pct': 0, # percent CPU reserved 'cpu_share': 1, # proportional share 'cpu_cores': "0b", # reserved cpu cores [b] + 'cpu_freezable': 0, # freeze processes if cpu_cores is 0 # bandwidth parameters 'net_min_rate': bwmin / 1000, # kbps 'net_max_rate': bwmax / 1000, # kbps