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?
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
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?)
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
alright Thanks