kernel: INFO: task md1_resync:434 blocked for more than 120 seconds.
kernel: "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
kernel: md1_resync D ffff8100bebbde30 0 434 35 437 433 (L-TLB)
kernel: ffff8100bebbdd70 0000000000000046 0000000000000000 ffff8100bed6300c
kernel: ffff8100bed6340c 0000000000000009 ffff8100beb9d100 ffff8100bff937a0
kernel: 00000011b743e63b 000000000005ad3b ffff8100beb9d2e8 0000000000000000
kernel: Call Trace:
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
kernel: [
There's a Red Hat Bugzilla entry (#18061) on the topic. Basically, it's because I have Linux software RAID in the process of synchronizing the freshly created arrays. On the disks in the machine, I have each one divided up into (3) partitions, and each partition slice belongs to a different mdadm RAID. Since mdadm is smart enough not to thrash the disks, any arrays which have not yet been synchronized will be put into a "DELAYED" mode
Personalities : [raid1]
md0 : active raid1 sdc1[2] sdb1[1] sda1[0]
256896 blocks [3/3] [UUU]
md2 : active raid1 sdc3[2] sdb3[1] sda3[0]
455892480 blocks [3/3] [UUU]
[=>...................] resync = 6.1% (27871296/455892480) finish=323.7min speed=22033K/sec
md1 : active raid1 sdc2[2] sdb2[1] sda2[0]
32234304 blocks [3/3] [UUU]
resync=DELAYED
unused devices:
md0 : active raid1 sdc1[2] sdb1[1] sda1[0]
256896 blocks [3/3] [UUU]
md2 : active raid1 sdc3[2] sdb3[1] sda3[0]
455892480 blocks [3/3] [UUU]
[=>...................] resync = 6.1% (27871296/455892480) finish=323.7min speed=22033K/sec
md1 : active raid1 sdc2[2] sdb2[1] sda2[0]
32234304 blocks [3/3] [UUU]
resync=DELAYED
unused devices:
The error is basically a false positive and no harm is being done except for the message spam on the console and in the system log files. It will happen every time that this system does the weekly array sync, however (until it gets fixed).
No comments:
Post a Comment