mfs: unixfs 1.5 touch and chmod error on raw
block
#660
Labels
kind/bug
A bug in existing code (including security flaws)
need/analysis
Needs further analysis before proceeding
need/triage
Needs initial labeling and prioritization
After #653 we now have a bug in
ipfs files touch
andipfs files chmod
. They fail when we execute them againstraw
blocks.Repro steps with ipfs/kubo#10478:
Hopefully we can add code that detects when node is a raw block and upgrade it to dag-pb before setting mode/time (somewhere around here). We have some prior art for detecting Raw blocks here.
The text was updated successfully, but these errors were encountered: