Output message for cset set --cpu_exclusive and --mem_exclusive

modification.  This is currently not implemented.
python3
Alex Tsariounov 14 years ago
parent 24a7538453
commit cb9ce1ca24

@ -199,6 +199,7 @@ def func(parser, options, args):
if options.cpu_exclusive or options.mem_exclusive:
# FIXME: modification of existing cpusets for exclusivity
log.info("Modification of cpu_exclusive and mem_exclusive not implemented.")
return
# default behavior if no options specified is list

Loading…
Cancel
Save