This does appear to be a bug. It is fixed in this patch c8498b0d6578c8998c77270509a1685be4d278c5 and will be in the next 2.5 release.
Danny On 03/11/13 12:12, Dmitri Gribenko wrote: > Hello, > > I have found some unintuitive behavior of 'sacctmgr add qos', that is > possibly a bug (unless documented :). The issue is that 'add qos' > ignores 'Flags='. For example: > > # sacctmgr modify qos where Name=ks-debug set Flags=DenyOnLimit,NoReserve > > creates 'ks-debug' without any flags. Running > > # sacctmgr modify qos where Name=test-1 set Flags=DenyOnLimit > > fixes it. But I definitely was not expected command line parameters > to be dropped silently during 'add qos'. > > I'm running slurm 2.6.0-0pre2. Full console output is available at > http://lists.schedmd.com/cgi-bin/dada/mail.cgi/r/slurmdev/786142259680/ > > I can file a bug in > http://lists.schedmd.com/cgi-bin/dada/mail.cgi/r/slurmdev/494583119222/ if > this is indeed a bug. > > Thanks in advance, > Dmitri >
