Hi folks
I find a fundamental degraded Btrfs performance (srub+filesystem write) with the bpo kernel 6.17.13. Compared with the stable 6.12.57 kernel
on my Supermicro server. No change on system, just change the boot kernel in Grub. Filesystem is a Btrfs raid 1 over 3 Samsung SSDs
Scrub with 6.17.13:
Code
root@pr-srv-01:~# btrfs scrub start -B -d /srv/dev-disk-by-uuid-a8a06053-0cc4-491d-adf2-01bb8a02fb44
Starting scrub on devid 1
Starting scrub on devid 2
Starting scrub on devid 3
Scrub device /dev/sdc (id 1) done
Scrub started: Thu Jan 8 21:26:19 2026
Status: finished
Duration: 1:07:10
Total to scrub: 456.26GiB
Rate: 115.93MiB/s
Error summary: no errors found
Scrub device /dev/sdb (id 2) done
Scrub started: Thu Jan 8 21:26:19 2026
Status: finished
Duration: 1:07:15
Total to scrub: 457.12GiB
Rate: 116.01MiB/s
Error summary: no errors found
Scrub device /dev/sdd (id 3) done
Scrub started: Thu Jan 8 21:26:19 2026
Status: finished
Duration: 1:07:10
Total to scrub: 455.78GiB
Rate: 115.81MiB/s
Error summary: no errors found
root@pr-srv-01:~#
Display More
Scrub with 6.12.57
Code
root@pr-srv-01:~# btrfs scrub start -B -d /srv/dev-disk-by-uuid-a8a06053-0cc4-491d-adf2-01bb8a02fb44
Starting scrub on devid 1
Starting scrub on devid 2
Starting scrub on devid 3
Scrub device /dev/sdc (id 1) done
Scrub started: Fri Jan 9 07:29:23 2026
Status: finished
Duration: 0:33:00
Total to scrub: 457.41GiB
Rate: 236.56MiB/s
Error summary: no errors found
Scrub device /dev/sda (id 2) done
Scrub started: Fri Jan 9 07:29:23 2026
Status: finished
Duration: 0:32:42
Total to scrub: 457.66GiB
Rate: 238.86MiB/s
Error summary: no errors found
Scrub device /dev/sdd (id 3) done
Scrub started: Fri Jan 9 07:29:23 2026
Status: finished
Duration: 0:33:46
Total to scrub: 456.39GiB
Rate: 230.67MiB/s
Error summary: no errors found
root@pr-srv-01:~#
Display More
That´s double time for exact the same Btrfs data filesystem!
Copying a large file from Windows 11 client to the Samba share is slower,too. But not that much.
At this time, no idea what changed in Btrfs kernel driver, but on my old dual core Intel Atom D510 server, this is bad stuff with 6.17.13.
If anybody noticed identical performance issues, please keep me informed.
Ideas welcome!
Best regards
prtigger