Bug 9203
Summary: | raid5 doesnt shut down cleanly on 2.6.23-git1[3-6] | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Jean-Luc Coulon (jean.luc.coulon) |
Component: | LVM2/DM | Assignee: | Jens Axboe (axboe) |
Status: | CLOSED DUPLICATE | ||
Severity: | high | CC: | agk, akpm, axboe |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.3.23-git16 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: |
Call trace after crash
raid/dm fixups for empty barriers |
Description
Jean-Luc Coulon
2007-10-21 08:33:17 UTC
Jens, that's int scsi_setup_fs_cmnd(struct scsi_device *sdev, struct request *req) { struct scsi_cmnd *cmd; int ret = scsi_prep_state_check(sdev, req); if (ret != BLKPREP_OK) return ret; /* * Filesystem requests must transfer data. */ BUG_ON(!req->nr_phys_segments); Can I get a more full backtrace please? Created attachment 13365 [details]
Call trace after crash
Sorry for the late answer, I wanted to have time to be prone of data corruption.
I've got a picture of the screen showing the call trace.
Please ask if you need more.
Jean-Luc
Created attachment 13366 [details]
raid/dm fixups for empty barriers
Can you please try this?
Ok, I applied the patch and retry to halt the system. I done it 3 times and, with the patch, it halted fine every times. Regards Jean-Luc |