On Tue, Aug 11, 2015 at 3:00 PM, Timothy Normand Miller
<theo...@gmail.com> wrote:
> On Tue, Aug 11, 2015 at 4:48 PM, Chris Murphy <li...@colorremedies.com> wrote:
>
>>
>> The compress is ignored, and it looks like nodatasum and nodatacow
>> apply to everything. The nodatasum means no raid1 self-healing is
>> possible for any data on the entire volume. Metadata checksumming is
>> still enabled.
>
> Ugh.  So I need to change my fstab file.  I swear, some expert on IRC
> told me that this should work fine, which is why I did it.  In fact, I
> think they recommended it on the basis that I wanted to put VM images
> on one of the subvolumes.  This discussion occurred a long time ago,
> well before RAID5 was even partially implemented.
>
> There is still data redundancy.  Will a scrub at least notice that the
> copies differ?

No, that's what I mean by "nodatasum means no raid1 self-healing is
possible". You have data redundancy, but without checksums btrfs has
no way to know if they differ. It doesn't do two reads and compares
them, it's just like md raid, it picks one device, and so long as
there's no read error from the device, that copy of the data is
assumed to be good.



-- 
Chris Murphy
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to