Auto_accounts and auto_qos blank after upgrading to 4.1

Hello,

We just upgraded from 4.0 to 4.1 today. After upgrading, the account (auto_

accounts) and qos (auto_qos) fields no longer populate.

Strangely, the partition (auto_queues) field does populate.

I have looked at /var/log/ondemand-nginx/$USER/error.log but do not see the cause of the issue.

As the $USER in question, i ran the following command which completed successfully, verifying the databases can be read:

sacctmgr -nP show users withassoc format=account,cluster,partition,qos where user=$USER

I will attempt to upload our cluster config, form.yml, and submit.yml.

I appreciate any help. Thank you!

Dave

env.txt (184 Bytes)

submit.yml (27.1 KB)

Storrs_HPC.yml (27.1 KB)

form.yml (27.1 KB)

Maybe the same issue as here:

Yes I would guess it’s issuing cluster=storrs_hpc when it should be just cluster=storrs. I think it is as @Jacob-BM suggests - you need to change the cluster filename in from storrs_hpc to just storrs.

The cluster name is “slurm” and is defined in the Storrs_HPC.yml file:

job:
cluster: "slurm"

So, starting with 4.1 it’s no longer issuing the cluster name based on this setting, but rather the filename? Wouldn’t that cause auto_queues to fail also? Because auto_queues was working, as was shell access. When I change the name if this file, I lose the apps list on the dashboard, even after restarting the webserver. Does this require a rebuild of the dashboard?