Re: [PATCH RFC] btrfs: disguise single-data-RAID56 as RAID1/RAID1C3
Qu Wenruo <[email protected]>
| Newsgroups | gmane.comp.file-systems.btrfs,gmane.linux.raid |
|---|---|
| Message-ID | <[email protected]> |
在 2026/5/22 18:22, Christoph Hellwig 写道: > Hi Qu, > > this does looks sensible to me. Maybe add an xfstests case that > exercises these using loop devices? Sure, I'll add a test case to verify the single-data-RAID56 behavior for btrfs. Not sure what specific workload you may want to verify, but my planned workload is: - Create single-data-RAID56 btrfs - Fsstress it - Unmount - Mount with one device missing, readonly - Do a readonly scrub, should be no error - Retry with the remaining device(s) If you have something else to add, I'm pretty happy to add. Thanks, Qu