On 2017-04-04 09:29, Brian B wrote:
On 04/04/2017 12:02 AM, Robert Krig wrote:
My storage array is BTRFS Raid1 with 4x8TB Drives.
Wouldn't it be possible to simply disconnect two of those drives, mount
with -o degraded and still have access (even if read-only) to all my data?
Just jumping on this point: my understanding of BTRFS "RAID1" is that
each file (block?) is randomly assigned to two disks of the array (no
matter how many disks are in the array). So if you remove two disks,
you will probably have files that were "assigned" to both of those
disks, and will be missing.
In short, you can't remove more than one disk of a BTRFS RAID1 and still
have all of your data.
That understanding is correct. From a functional perspective, BTRFS
raid1 is currently a RAID10 implementation with striping happening at a
very large granularity.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html