From cb9ce1ca245fa7d61f9f79d073cb6a23efd7d5bd Mon Sep 17 00:00:00 2001 From: Alex Tsariounov Date: Mon, 2 Aug 2010 08:43:09 -0600 Subject: [PATCH] Output message for cset set --cpu_exclusive and --mem_exclusive modification. This is currently not implemented. --- cpuset/commands/set.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cpuset/commands/set.py b/cpuset/commands/set.py index dedcd67..9205a07 100644 --- a/cpuset/commands/set.py +++ b/cpuset/commands/set.py @@ -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