-
Notifications
You must be signed in to change notification settings - Fork 497
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
Shows 3MB files as hosted on empty / fresh IPFS node #1042
Comments
Thanks for the feedback @KrishnaPG I strongly agree. We could improve those stats by showing the total number blocks vs the number of pinned blocks, to compare the ephemeral cached content to the content you care about. Providing a way to see content in the block store that isn't in the MFS is something we really need. |
Thank you @olizilla Does IPFS offer any API or some other mechanism to list the blocks on the store? Most of the API is centered around knowing the |
Also, regarding the swarm peers, how are you keeping the peers list up-to-date? I have been looking into the ipfs swarm API, it only offers a snapshot view with I was looking for more of a |
Work is underway to let users see what else is in their datastore in #1027 |
Describe the bug
Started a fresh ipfs node and browsed to the webui. On the status page it shows "Hosting 3 MB of files" - "Discovered 1392 peers" (ref. screenshot below)
But when clicked on the files section, it is empty. (ref. screenshot below)
To Reproduce
The size usually varies, but start a fresh IPFS node and you would start to see the files count, without having to add any files explicitly
Expected behavior
If this "3MB" includes "on the fly" blocks that are being wanted by other peers and just hosted temporarily on the node (which should be the case, since no files are added on the local node directly), two things are needed:
For beginners, web-ui is a great tool to understand what is going on, and helping them visually explore the peer data that is being hosted on the local node, is very important for debugging and many other things.
Also, the peers section lists the peers nicely - the geography map is very useful. Similarly, is there any way those peers can be "browsed" to explore which blocks and pinned files they are hosting (assuming they allow) ?
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information): None
The text was updated successfully, but these errors were encountered: