Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1299588
| From | Sanidhya Solanki <jpage.lkml@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] BTRFS: Runs the xor function if a Block has failed |
| Date | 2015-12-31 07:20 +0100 |
| Message-ID | <qLEKC-P2-3@gated-at.bofh.it> (permalink) |
| References | <qLmkG-5pC-15@gated-at.bofh.it> <qLsJr-15B-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 30 Dec 2015 18:18:26 +0100 David Sterba <dsterba@suse.cz> wrote: > That's just the comment copied, the changelog does not explain why > it's ok to do just the run_xor there. It does not seem trivial to me. > Please describe that the end result after the code change is expected. In the RAID 6 case after a failure, we discover that the failure affected the entire P stripe, without any bad data occurring. Hence, we xor the previously stored parity data to return the data that was lost in the P stripe failure. The xor-red data is from the parity blocks. Hence, we are left with recovered data belonging to the P stripe. If there is an error during the completion of the xor (provided by the patch ), we got to the cleanup function. Hope that is satisfactory. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] BTRFS: Runs the xor function if a Block has failed Sanidhya Solanki <jpage.lkml@gmail.com> - 2015-12-30 11:40 +0100
Re: [PATCH] BTRFS: Runs the xor function if a Block has failed David Sterba <dsterba@suse.cz> - 2015-12-30 18:30 +0100
Re: [PATCH] BTRFS: Runs the xor function if a Block has failed Sanidhya Solanki <jpage.lkml@gmail.com> - 2015-12-31 07:20 +0100
Re: [PATCH] BTRFS: Runs the xor function if a Block has failed David Sterba <dsterba@suse.cz> - 2016-01-05 10:30 +0100
Re: [PATCH] BTRFS: Runs the xor function if a Block has failed Sanidhya Solanki <jpage.lkml@gmail.com> - 2016-01-05 15:10 +0100
csiph-web