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

Return Requests Must Be --force 'd #227

Open
blinkdog opened this issue Feb 2, 2022 · 0 comments
Open

Return Requests Must Be --force 'd #227

blinkdog opened this issue Feb 2, 2022 · 0 comments

Comments

@blinkdog
Copy link
Contributor

blinkdog commented Feb 2, 2022

The size check in lta_cmd.py will stop return requests (NERSC -> WIPAC) from being created.

The flag --force can override this safety check, but it will ALSO override the check for duplicate requests (if the path matches a request already in the system).

Probably want to:

  • Make sure the size check only runs when the source is WIPAC
  • Split the --force flag into --zero-size-ok and --duplicate-request-ok so we can be sure the operator's intent is clear.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant