-
-
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
/ipfs/cached + /ipfs/pinned fuse dirs #257
Comments
How best to track cached (non pinned) objects?
|
To go along with the fuse files, we should also have a command. maybe it's just an extension of # outputs all refs stored locally
ipfs refs local
# outputs only the pinned
ipfs refs --pinned
# complement
ipfs refs --cached |
Update: this is possible to implement now. the blockstore has |
Further update: |
👍 to this idea (and also making |
in the future, we may even move |
Fixes race conditions in the tests when using go modules.
would be nice to list the hashes stored locally under /ipfs with special (well known) directories:
/ipfs/pinned
for all hashes pinned locally/ipfs/cached
for all hashes available locally, and not pinned./ipfs/local
all hashes available locally (pinned U cached)The text was updated successfully, but these errors were encountered: