Bug 11722
| Summary: | sda/sdb raid1 boot setup gives an error when updating lilo. | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Pekka Savola <pekkas> |
| Component: | lilo | Assignee: | Michael K. Johnson <johnsonm> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.2 | ||
| 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: | 2001-08-31 06:08:41 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
Pekka Savola
2000-05-28 21:45:56 UTC
I tried this on an old box that hadn't been installed using failed-disk directives in /etc/raidtab (causing sda and sdb be ordered a bit differently), and I got: ---- boot = /dev/sda, map = /boot/map.0801 Added linux * boot = /dev/sdb, map = /boot/map.0811 Added linux * ---- No errors. Note that /dev/sda is updated before sdb here, not the other way around as before. It might be the key here. I've run into this same thing, and found that this is caused by a drive failure on a mirrored filesystem. When I got this error, I checked /proc/mdstat, and found that I had a mirror reporting itself as failed. Perhaps lilo's error reporting should be _SIGNIFICANTLY_ improved in this case? lilo's error reporting could probably be improved, but as we're migrating toward using grub instead, we're not likely to expend any effort on doing this. |