-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Provide direct support for Best-Effort pins? #3121
Comments
Yeah, i'm in support of having best effort pins. Although i think that in order to do that, we might want to first rethink how pins are stored. Take a look at #1580. That bit might be a really nice addition to have before best effort pins because then users would be able to |
One can do best-effort pinning like this:
My understanding is that if you interrupt (2), the (1) will protect blocks that are already fetched. I am not sure how valuable is adding best-effort mode to |
Should we provide direct support for creating best-effort pins? In some ways it might not be necessary because users can just add stuff to the MFS root that they want to keep around but don't want a recursive pin for.
Related to #3069.
The text was updated successfully, but these errors were encountered: