X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sm.py;h=ca21d481ae3cbb6262fc4b421a5fc4eb38d791ab;hb=c67fdcedb4e4351c1b3d3457af27931aefa3cae2;hp=0b4d50527bfe9ef9805f90185fcf0bcafb50e63f;hpb=7acb378c1b5448d23bd1eb0e6583a530604d0511;p=nodemanager.git diff --git a/sm.py b/sm.py index 0b4d505..ca21d48 100644 --- a/sm.py +++ b/sm.py @@ -39,7 +39,7 @@ DEFAULT_ALLOCATION = { 'net_i2_max_kbyte': 31640625, 'net_i2_thresh_kbyte': 28476562, # disk space limit - 'disk_max': 5000000, # bytes + 'disk_max': 10000000, # bytes # capabilities 'capabilities': '', # IP addresses @@ -99,7 +99,7 @@ def GetSlivers(data, config = None, plc=None, fullupdate=True): rec.setdefault('keys', '\n'.join([key_struct['key'] for key_struct in keys])) ## 'Type' isn't returned by GetSlivers() for whatever reason. We're overloading - ## instantiation here, but i suppose its the ssame thing when you think about it. -FA + ## instantiation here, but i suppose its the same thing when you think about it. -FA # Handle nm controller here if rec['instantiation'].lower() == 'nm-controller': rec.setdefault('type', attr_dict.get('type', 'controller.Controller'))