▲ | koverstreet 3 days ago | |||||||||||||||||||||||||
Rewinding transactions is cool. Bcachefs has that too :) What happens on ZFS if you lose all your alloc info? Or are there other single points of failure besides the ublock in the on disk format? | ||||||||||||||||||||||||||
▲ | magicalhippo 3 days ago | parent [-] | |||||||||||||||||||||||||
> What happens on ZFS if you lose all your alloc info? According to this[1] old issue, it hasn't happened frequently enough to prioritize implementing a rebuild option, however one should be able to import the pool read-only and zfs send it to a different pool. As far as I can tell that's status quo. I agree it is something that should be implemented at some point. That said, certain other spacemap errors might be recoverable[2]. [1]: https://github.com/openzfs/zfs/issues/3210 [2]: https://github.com/openzfs/zfs/issues/13483#issuecomment-120... | ||||||||||||||||||||||||||
|