Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ddm_quota is deprecated, use dm_weight #8724

Open
belforte opened this issue Sep 27, 2024 · 2 comments
Open

ddm_quota is deprecated, use dm_weight #8724

belforte opened this issue Sep 27, 2024 · 2 comments
Assignees

Comments

@belforte
Copy link
Member

and while we are at this, do not rely only on ddm_weight=0 to avoid test RSE's, but explicitely avoid RSE's of type TEST

should modify

allRses = "ddm_quota>0&(tier=1|tier=2)&rse_type=DISK"

weight = 'ddm_quota' # only makes sense for rules which trigger replicas

@belforte belforte changed the title ddm_quota is deprecated, use ddm_weight ddm_quota is deprecated, use dm_weight Sep 27, 2024
@belforte belforte self-assigned this Sep 27, 2024
@amaltaro
Copy link

@belforte in case it makes your life easier, the expression to avoid Test RSEs that we have implemented in WMCore uses \cms_type=test, e.g.:

"rse_type=TAPE&wmcore_output_tape=True\cms_type=test"

HTH.

@belforte
Copy link
Member Author

it does help, thanks ! in particular the reminder about the special use of \ !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants