|
|
|
|
|
by linuxready
3218 days ago
|
|
Thanks for the explanation. I was hoping for a Github issue number (or Bugzilla or whatever) to easily track this bug, but perhaps the Btrfs dev team doesn't work with issue number ? At least for RAID1, it seems that implementing RAID1 N-way mirroring would ease the process to recover from a failed drive.
In case of drive failure, we could use the remaining drive in read-only mode to copy the data to a new drive, hence creating a RAID1 array with two working drives and one failed drive.
The OS should then allow to boot in rw mode, and from there it is easy to remove the failed drive from the RAID1 array. However it seems that RAID1 N-way mirroring (with N > 2) is not even on the roadmap at this moment. Have I misunderstood something or does this approach make sense ? |
|
Being able to do N-way mirroring with three or more copies of the data would be nice, but it's not necessary; 2-way mirroring across 3 or more drives is sufficient, and the hot spare feature will be more widely useful.