Ticket 2090 - Enforcing AccountingStorageEnforce=limits without enforcing associations
Summary: Enforcing AccountingStorageEnforce=limits without enforcing associations
Status: RESOLVED INFOGIVEN
Alias: None
Product: Slurm
Classification: Unclassified
Component: Accounting (show other tickets)
Version: 14.11.9
Hardware: Linux Linux
: 4 - Minor Issue
Assignee: David Bigagli
QA Contact:
URL:
Depends on:
Blocks:
 
Reported: 2015-11-01 15:35 MST by Akmal Madzlan
Modified: 2015-11-01 19:58 MST (History)
4 users (show)

See Also:
Site: DownUnder GeoSolutions
Slinky Site: ---
Alineos Sites: ---
Atos/Eviden Sites: ---
Confidential Site: ---
Coreweave sites: ---
Cray Sites: ---
DS9 clusters: ---
Google sites: ---
HPCnow Sites: ---
HPE Sites: ---
IBM Sites: ---
NOAA SIte: ---
NoveTech Sites: ---
Nvidia HWinf-CS Sites: ---
OCF Sites: ---
Recursion Pharma Sites: ---
SFW Sites: ---
SNIC sites: ---
Tzag Elita Sites: ---
Linux Distro: ---
Machine Name:
CLE Version:
Version Fixed:
Target Release: ---
DevPrio: ---
Emory-Cloud Sites: ---


Attachments

Note You need to log in before you can comment on or make changes to this ticket.
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