On Fri, 9 Sep 2022 14:21:50 +0200 Roderich Schupp <roderich.sch...@gmail.com> wrote: > Same here (complete system info below), TL;DR: > > kernel 5.19.0-1-686 > system is using md raid: > > $ cat proc/mdstat > Personalities : [raid1] [raid6] [raid5] [raid4] [linear] [multipath] > [raid0] [raid10] > md1 : active raid5 sda3[3] sdc3[2] sdb3[1] > 2926059520 blocks super 1.2 level 5, 512k chunk, algorithm 2 [3/3] > [UUU] > > md0 : active raid1 sdc2[2] sdb2[1] sda2[3] > 101544 blocks super 1.2 [3/3] [UUU]
The problem has gone away in linux 6.0.2-1, apparently fixed by 4c66a326b5ab784cddd72de07ac5b6210e9e1b06 Revert "block: freeze the queue earlier in del_gendisk" so for my case you may close this bug. Cheers, Roderich