Go-ipfs: filestore: how to remove blocks that are duplicated in blockstore?

How to remove a hash from the blockstore but keep it in the filestore? In other words, how to remove blocks returned by ‘filestore dups’?

I looked through --help for ‘block rm’ and ‘filestore’. I tried searching here. I read the docs on filestore fork, but they seem to be out of date.

This feature is not yet implemented. See https://github.com/ipfs/go-ipfs/pull/3815.

1 Like