Ticket 2090

Summary: Enforcing AccountingStorageEnforce=limits without enforcing associations
Product: Slurm Reporter: Akmal Madzlan <akmalm>
Component: AccountingAssignee: David Bigagli <david>
Status: RESOLVED INFOGIVEN QA Contact:
Severity: 4 - Minor Issue    
Priority: --- CC: alex, brian, da, tim
Version: 14.11.9   
Hardware: Linux   
OS: Linux   
Site: DownUnder GeoSolutions Alineos Sites: ---
Atos/Eviden Sites: --- Confidential Site: ---
Coreweave sites: --- Cray Sites: ---
DS9 clusters: --- HPCnow Sites: ---
HPE Sites: --- IBM Sites: ---
NOAA SIte: --- OCF Sites: ---
Recursion Pharma Sites: --- SFW Sites: ---
SNIC sites: --- Linux Distro: ---
Machine Name: CLE Version:
Version Fixed: Target Release: ---
DevPrio: --- Emory-Cloud Sites: ---

Description Akmal Madzlan 2015-11-01 15:35:56 MST
I'm trying to assign a QoS Resource limits to one user.
Enabling AccountingStorageEnforce=limits preventing other users to submit jobs (Invalid account or account/partition combination specified) because they are not in the accounting db

Is it possible to enable limits without associations?
Comment 1 David Bigagli 2015-11-01 19:02:18 MST
Hi,
    this is not currently possible, if qos is set then the associations are automatically set and enforced. Is there a specific reason why you don't have
these users in the accounting db?

David
Comment 2 Akmal Madzlan 2015-11-01 19:36:36 MST
Because we didnt use resource limits before this and they can still submit jobs so we didnt bother adding them to the db.

And we would like to avoid creating user in multiple place whenever a new user come in. (unless it can sync with ldap?)
Comment 3 David Bigagli 2015-11-01 19:56:55 MST
Hi,
   no it cannot sync with ldap automatically you have to insert the 
user into db manually or with some program/script that has to keep
the ldap in sync with the db.

David
Comment 4 Akmal Madzlan 2015-11-01 19:58:46 MST
alright

Thanks