Bug 10097
| Summary: | Disk devices are not assigned in proper order | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | yencheng kang <yencheng.kang> |
| Component: | raidtools | Assignee: | Erik Troan <ewt> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.1 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2000-03-09 19:50:17 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: | |||
*** This bug has been marked as a duplicate of 6772 *** Commit pushed to master at https://github.com/openshift/openshift-docs https://github.com/openshift/openshift-docs/commit/aa49331537238eebe091ea328de5f4cb2c4df000 Merge pull request #10597 from tmorriso-rh/Issue10097 Change title to encrypting traffic |
I am not sure this is raidtools problem. I believe this is the problem in the installation program of the Red Hat 6.1. I am using Dell PowerEdge 2300/400 with 2 internal drives (8 GB) and 1 external raid tower that has 4 disk drives and configured as RAID5 (17 GB). When I installed the Red Hat 6.1, it shows the devices as follows: sda 17GB (external drives) sdb 8GB (internal drive) sdc 8GB (internal drive) The actual order of devices after the boot are: sda 8GB (internal drive) sdb 8GB (internal drive) sdc 17GB (external drives) The partion devices are also re-arranged in the decending order of the partition size when a new partition is created during the installation. This cause the problem when I create raid devices (software raid - RAID1) from the internal drives.