Created attachment 5206 [details] proposed patch Greetings, Looking over the sacctmgr code on how qoslevel is parsed (unrelated to this bug entry), I came across the NewName option which isn't documented in the source/man/html. Attached patch adds it. FWIW, I also noticed in src/sacctmgr/sacctmgr.c:_process_command() a "rollup" command that calls acct_storage_g_roll_usage() which I assume eventually calls acct_storage_p_roll_usage(), documented in doc/html/accounting_storageplugins.shtml. Should that also be documented in sacctmgr --help/man/shtml also? Thanks, -Josh
Commit d08f34f2793d9, and it'll be in 17.02.8 when released. Thank you for the patch! The rollup command is intentionally not documented - it's there if extenuating circumstances require such an intervention, but it's not to be used lightly.