You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only need RAID1 for metadata on RAID5 if 2 disks fail you lose everything anyway but not really a bad thing having more metadata redundancy (it's RAID6 you use RAID1c3 so it can still function with 2 disks missing)
But yes it be nice if the btrfs scrub command was smarter on scrubbing on raid56 so it's not acing 2-4x read impact on each disk witch is very bad for hdds
Should script a batch run for scrub 1 at a time per disk (just have it wait until it has finished)
Hi, trying out raid5 with the "new" raid1c3/4 profiles. It's slow by it's nature, but..
Noticed scrub crawls 12MiB/s when I usually get 40MiB/s, also I'd rather scrub one disc at the time.
It seems to be a thing.
I added
"BTRFS_SCRUB_MOUNTPOINTS="/dev/sda1:/dev/sdb1:/dev/sdc1:/dev/sdd1"
in/etc/default/btrfsmaintenance
But it does not seem to catch on when I:
sudo systemctl start btrfs-scrub
:The text was updated successfully, but these errors were encountered: