Bug 114941
| Summary: | Data corruption on SCSI disks | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 3 | Reporter: | Martin Peschke <mpeschke> |
| Component: | kernel | Assignee: | Doug Ledford <dledford> |
| Status: | CLOSED DUPLICATE | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | mf, petrides, riel, salm, zaitcev |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-02-21 19:01:05 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Martin Peschke
2004-02-04 18:32:51 UTC
Problem was most-likely caused by a missing scsi_eh thread. This kernel thread is essential for SCSI I/O. Without proper recovery, the result of to be recovered SCSI commands seems to be unpredictable. The system seems to be silently (with default logging level) railroaded into data corruption. The eh-thread was not created because there was not a single scsi device/host available when loading modules. I have just realized that our setup only included devices/hosts which were added on-the-fly via proc-fs. A first re-test with at least one device per host being available when loading SCSI modules has not shown any data corruption so far. I will close this bugzilla entry as duplicate to either 112426 or 106214 if the problem does not occur again. *** This bug has been marked as a duplicate of 112426 *** Changed to 'CLOSED' state since 'RESOLVED' has been deprecated. |