btrfs-progs-4.6-1.fc25.x86_64 1. Create 3 50G thinp LV's 2. mkfs.btrfs -m raid5 -d raid5 /dev/VG/[123] 3. mount /dev/VG/1 /mnt/0 4. copy a file to /mnt/0 5. umount /mnt/0 6. lvchange -an /dev/VG/1 ## to simulate failure 7. btrfs dev scan 8. btrfs rescue chunk-recover /dev/VG/2 Scanning: DONE in dev0, DONE in dev1 open with broken chunk error Chunk tree recovery failed Expected one of these results: 1. The chunk tree is not damaged, recovery not needed. 2. The chunk tree is damaged (seems impossible in this case), but should be fixed. 3. The state of the chunk tree can't be determined or can't be fixed, because it's degraded and currently the tool doesn't support degraded raid56, so fail before scanning and state that it's not a supported configuration.