Besides daily database dumps, we have started dumping also the associations etc. using "sacctmgr dump clustername" to have complete backups. Unfortunately, the "sacctmgr dump" command prints an unwarranted copy of the dump information to stderr, besides creating the expected dump file. This is what we get: $ sacctmgr --quiet dump niflheim No filename given, using ./niflheim.cfg. sacctmgr: QOS - 'normal':Description='Normal QOS default':Priority=25 QOS - 'high':Description='high':Flags='DenyOnLimit':MaxTRESPerJob=cpu=1000:MaxTRESPerUser=cpu=1000:MaxWallDurationPerJob=600:Priority=50 QOS - 'devel':Description='devel':Flags='DenyOnLimit':MaxTRESPerUser=cpu=800,gres/gpu=8:MaxWallDurationPerJob=180:Priority=100 Cluster - 'niflheim':Fairshare=1:QOS='normal' sacctmgr: Parent - 'root' (lots of lines deleted) There doesn't seem to be any good reason to print a duplicate of the dump file to stderr. Can you please make a fix to suppress this? Thanks a lot, Ole
Hello Ole, I see the behavior you're talking about and we're discussing the best way forward. I'll let you know what's decided. Thanks! McKay