Since Kernel 6.4 btrfs error

Ii seems that i have some issue with a btrfs raid1 (mdam encrypted disk raid1) with btrfs error :
2023-07-30T15:35:52.612123+02:00 localhost kernel: [ 1498.709437][ T121] BTRFS error (device dm-4): parent transid verify failed on logical 855557701632 mirror 1 wanted 2356 found 2209

2023-07-30T15:35:52.645451+02:00 localhost kernel: [ 1498.744993][ T121] BTRFS error (device dm-4): parent transid verify failed on logical 198558973952 mirror 1 wanted 2429 found 2285

2023-07-30T15:35:52.658782+02:00 localhost kernel: [ 1498.756394][ T121] BTRFS error (device dm-4): parent transid verify failed on logical 198558973952 mirror 2 wanted 2429 found 2285

2023-07-30T15:35:52.758790+02:00 localhost kernel: [ 1498.856942][T15690] BTRFS info (device dm-4): read error corrected: ino 0 off 855557701632 (dev /dev/mapper/cr_BACKUP sector 1142545216)

2023-07-30T15:35:52.758795+02:00 localhost kernel: [ 1498.857080][T15690] BTRFS info (device dm-4): read error corrected: ino 0 off 855557705728 (dev /dev/mapper/cr_BACKUP sector 1142545224)

2023-07-30T15:35:52.758796+02:00 localhost kernel: [ 1498.857166][T15690] BTRFS info (device dm-4): read error corrected: ino 0 off 855557709824 (dev /dev/mapper/cr_BACKUP sector 1142545232)

2023-07-30T15:35:52.758796+02:00 localhost kernel: [ 1498.857248][T15690] BTRFS info (device dm-4): read error corrected: ino 0 off 855557713920 (dev /dev/mapper/cr_BACKUP sector 1142545240)

2023-07-30T15:38:25.078777+02:00 localhost kernel: [ 1651.177094][T15765] BTRFS error (device dm-4): parent transid verify failed on logical 981876736 mirror 1 wanted 2275 found 2279

2023-07-30T15:39:24.222103+02:00 localhost kernel: [ 1710.317266][T15735] BTRFS info (device dm-4): read error corrected: ino 0 off 981876736 (dev /dev/mapper/cr_BACKUP sector 1934112)

2023-07-30T15:39:55.482099+02:00 localhost kernel: [ 1741.579287][T15735] BTRFS info (device dm-4): read error corrected: ino 0 off 981880832 (dev /dev/mapper/cr_BACKUP sector 1934120)

2023-07-30T15:40:24.152097+02:00 localhost kernel: [ 1770.247209][T15735] BTRFS info (device dm-4): read error corrected: ino 0 off 981884928 (dev /dev/mapper/cr_BACKUP sector 1934128)

2023-07-30T15:40:53.028761+02:00 localhost kernel: [ 1799.124903][T15735] BTRFS info (device dm-4): read error corrected: ino 0 off 981889024 (dev /dev/mapper/cr_BACKUP sector 1934136)

The disk is after that in read only !

Every now and then device mapper kicked in and caused trouble: dup to 20210708 results in unwanted device mapper - #5 by marel

I can be wrong but this looks like a hardware problem to me, it does not seems to me like linked to a particular update.

Can you check the journal to see if there are any any smartd messages for the disks you have? You can also run “smartctl -a” but I find that output hard to interpret.

To check btrfs you might check something like “sudo btrfs check --force -p /dev/sda2”