stfc / rucio

Rucio - Scientific Data Management
http://rucio.cern.ch
Apache License 2.0
0 stars 0 forks source link

Limit account counter creation to RSEs on same VO as account #48

Closed elichad closed 4 years ago

elichad commented 4 years ago

Motivation

Account counters are currently created for all RSEs when a new account is created (in core/account.py, I think). This could cause confusion when trying to e.g. list account counters for an RSE.

Modification

Limit creation of account counters to just RSEs within the same VO as the account that is created.