Description of problem: We hit a recreate of the following bug, which was fixed a few weeks ago in kernel 2.6.32 stable version: http://repo.or.cz/w/linux-2.6.git/commit/6076905b5ef39e0ea58db32583c9e0036c05e47b The scenario was: 1. logout of both iscsi paths that comprise a single multipath device. 2. We then saw that running 'dmsetup status' commands got stuck in D state 'infinitely' 3. We then ran 'echo t > /proc/sysrq-trigger' to dump all the stack traces in the system into /var/log/messages, and saw the following stack, which means it is a dup of the problem fixed by the above commit: Dec 23 15:12:45 b55 kernel: [<ffffffff8014b5d4>] __next_cpu+0x19/0x28 Dec 23 15:12:45 b55 kernel: [<ffffffff8006475d>] __down_read+0x7a/0x92 Dec 23 15:12:45 b55 kernel: [<ffffffff8812b740>] :dm_mod:dm_copy_name_and_uuid+0x2e/0x91 Dec 23 15:12:46 b55 kernel: [<ffffffff8812e685>] :dm_mod:dm_send_uevents+0x64/0x123 Dec 23 15:12:46 b55 kernel: [<ffffffff8812c7d7>] :dm_mod:dev_remove+0x0/0xb5 Dec 23 15:12:46 b55 kernel: [<ffffffff88128678>] :dm_mod:event_callback+0x73/0x99 Dec 23 15:12:46 b55 kernel: [<ffffffff88129d01>] :dm_mod:dm_table_event+0x46/0x53 Dec 23 15:12:46 b55 kernel: [<ffffffff8812c7ad>] :dm_mod:__hash_remove+0x3e/0x68 Dec 23 15:12:46 b55 kernel: [<ffffffff8812c865>] :dm_mod:dev_remove+0x8e/0xb5 Dec 23 15:12:46 b55 kernel: [<ffffffff8812cd80>] :dm_mod:ctl_ioctl+0x210/0x25b Dec 23 15:12:46 b55 kernel: [<ffffffff800418c4>] do_ioctl+0x55/0x6b Dec 23 15:12:46 b55 kernel: [<ffffffff8002fab9>] vfs_ioctl+0x248/0x261 Dec 23 15:12:46 b55 kernel: [<ffffffff8004bdaf>] sys_ioctl+0x59/0x78 Dec 23 15:12:46 b55 kernel: [<ffffffff8005d28d>] tracesys+0xd5/0xe0 Please consider backporting the fix to RHEL 5.4, if not then perhaps to 5.6. Thank you, Eyal Version-Release number of selected component (if applicable): RHEL 5.4 How reproducible: Seen a few times, but we did not see it consistently. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
This is a dm issue, but was passed off to me. Reassigning.
I already sent a backport of a patch in December 2009 and it was applied to RHEL 5. This is no longer an issue. I'm closing the bug. *** This bug has been marked as a duplicate of bug 543270 ***