summaryrefslogtreecommitdiff
path: root/cmd/btrfs-rec/inspect_rebuildmappings.go
AgeCommit message (Collapse)Author
2022-08-30wipLuke Shumaker
2022-08-23Work on the new rebuildmappingsLuke Shumaker
rebuildmappings.go didn't actually change very much, but was reworked to be multi-device, so the diff looks like it totally changed.
2022-08-17rename: Rename "ScanOneDev"→"ScanOneDevice"Luke Shumaker
2022-07-15down to just 2 rebuilt errors!Luke Shumaker
ERRO[0248] ... dev["../scratch/dump-zero.img"] error: could not pair blockgroup laddr=0x0000000000500000 (size=0x0000000000800000 flags=METADATA|single) with a mapping THREAD=/main ERRO[0248] ... dev["../scratch/dump-zero.img"] error: adding flags from blockgroup: (0xc00022a050).AddMapping: member devext has locked size=0x0000000000800000, but union would have size=0x0000000040000000 THREAD=/main
2022-07-14have rebuilding the mappings use the scan-for-nodes resultLuke Shumaker