X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Fomf_resctl.py;h=cbea3ac45d3ef3e0a7630931bbcfdec615117849;hb=02d0def777c995e3ae243d4673f517a4bc7704de;hp=0ee1da06ce9373627c983a4885161fea6b18528b;hpb=56c37a63f6eed9982e3a2d0d2b81d19f4553fb92;p=nodemanager.git diff --git a/plugins/omf_resctl.py b/plugins/omf_resctl.py index 0ee1da0..cbea3ac 100644 --- a/plugins/omf_resctl.py +++ b/plugins/omf_resctl.py @@ -1,8 +1,6 @@ # -# $Id$ -# $URL$ -# # NodeManager plugin - first step of handling omf_controlled slices +# """ Overwrites the 'resctl' tag of slivers controlled by OMF so slivermanager.py does the right thing @@ -33,7 +31,7 @@ def GetSlivers(data, conf = None, plc = None): except: # disabled feature - bailing out # xxx might need to clean up more deeply.. - logger.log("PLC_OMF_ENABLED is not set -- plugin exiting") + logger.log("PLC config unsufficient (not enabled, or no server set), see the PLC_OMF category -- plugin exiting") return # as hrn is set only at AddNode-time, upgraded myplcs might still miss this