Bug 68959
Summary: | /dev/md[1-9] device files missing from initrd when required to mount LVM root partition | ||||||
---|---|---|---|---|---|---|---|
Product: | [Retired] Red Hat Raw Hide | Reporter: | Robert Clark <robert3> | ||||
Component: | mkinitrd | Assignee: | Erik Troan <ewt> | ||||
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 1.0 | CC: | harald | ||||
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: | 2002-07-17 02:38:24 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 67217 | ||||||
Attachments: |
|
Description
Robert Clark
2002-07-16 15:28:33 UTC
Created attachment 65544 [details]
Patch against mkinitrd 3.4.13 to allow detection of md PVs
The patch switches mkinitrd to use pvscan instead of lvmdiskscan for the detection of PVs. Sample output from lvmdiskscan: lvmdiskscan -- /dev/md0 [ 25 MB] free meta device lvmdiskscan -- /dev/md1 [ 74.50 GB] free meta device lvmdiskscan -- /dev/hdg1 [ 25.07 MB] Primary [0xFD] lvmdiskscan -- /dev/hdg2 [ 37.25 GB] Primary [0xFD] lvmdiskscan -- /dev/hde1 [ 25.07 MB] Primary [0xFD] lvmdiskscan -- /dev/hde2 [ 37.25 GB] Primary [0xFD] lvmdiskscan -- /dev/hdc1 [ 25.07 MB] Primary [0xFD] lvmdiskscan -- /dev/hdc2 [ 37.25 GB] Primary [0xFD] Sample output from pvscan: pvscan -- ACTIVE PV "/dev/md1" of VG "lvm-lexington" [74.49 GB / 65.99 GB free] It looks like lvmdiskscan doesn't indicate which meta devices are PVs and which aren't (/dev/md1 is a PV, /dev/md0 isn't in this case). pvscan seems to work fine, though. should be fixed in mkinitrd-3.4.17 |