Re: fr1-2.16 patch for 2.6.10 kernel
[email protected] (Peter T. Breuer)
| Newsgroups | gmane.linux.enbd.general |
|---|---|
| Message-ID | <[email protected]> |
In article <[email protected]> you wrote: > > maybe here in hot_remove_disk() ? > > md0: notifying dev 800001 it is no longer in array > md: unbind<sda1> > md: export_rdev(sda1) > md 2421: ** rdev=f71d9580 > md: adding new mirror component 800001 > md: old uuid c03e31b8 d7052438 5d266bb8 5d8cbf97 > md: new uuid 0 4011 624f2037 7463656a > > why does it detects the disk as a new one this time ? Well, I asked that question a long time ago! It seems completely different. Not even read backwards. > } else { > /* failed match */ > hotrepair = 0; > > It seems that sb has not been read correctly, as the the disk has not been changed since last fail. > > md0: WARNING: sda1 appears to be on the same physical disk as sda2. True > protection against single-disk failure might be compromised. > md: bind<sda1> > md0: notifying dev 800001 it is now in array > md0: set repair bit to 0 on superblock f7fc8480 > md0: md_check_recovery 2: cleared recovery bits on sb f7fc8480 > md: 3830 > md: 3838 > md: 3846 > md: 3838 > md: 3846 > md 3875: ** mddev=f7fc8480 rdev=f71d9580 > md 3882: ** mddev=f7fc8480 rdev=f71d9580 > md 3884: ** mddev=f7fc8480 rdev=f71d9580 > md 3885: ** mddev->pers=f88a8b60 > md 3886: ** mddev->pers->hot_add_disk=f88a5388 > Unable to handle kernel NULL pointer dereference at virtual address 00000004 > printing eip: But did you enter hot_add? > f88a53d7 I might try booting in 2.6.8.1 tomorrow. Peter