Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 2158730
Summary: | Cannot assemble DDF array with 6.2 kernel | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Vojtech Trefny <vtrefny> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | acaringi, adscvr, agk, airlied, alciregi, bskeggs, dledford, hdegoede, hpa, jarodwilson, jes.sorensen, jglisse, jonathan, josef, kernel-maint, lgoncalv, linville, masami256, mchehab, ptalbert, steved, xni |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-01-26 13:59:54 UTC | Type: | Bug |
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: | 2158574, 2163711 |
Description
Vojtech Trefny
2023-01-06 11:15:00 UTC
I can both create and activate the DDF array on Fedora 37 with the same version of mdadm so I am moving this to kernel. I've also change the title since the DDF container can be created on F37 but cannot be activated on F38 # mdadm --assemble --scan mdadm: failed to add /dev/sdc to /dev/md/ddf: Invalid argument mdadm: failed to add /dev/sdb to /dev/md/ddf: Invalid argument mdadm: Container /dev/md/ddf has been assembled with 0 drives (out of 2) mdadm: timeout waiting for /dev/md/ddf from journal: Jan 23 09:15:14 fedora kernel: md: could not open device unknown-block(8,16). Jan 23 09:15:14 fedora kernel: md: could not open device unknown-block(8,32). Jan 23 09:15:14 fedora kernel: md: md127 stopped. Jan 23 09:15:14 fedora kernel: block device autoloading is deprecated and will be removed. I am also raising the severity because it is blocking the F38 change[1] to switch from dmraid to mdadm for BIOS RAID support. [1] https://fedoraproject.org/wiki/Changes/UseMdadmForBIOSRAIDInAnaconda This now works with the latest kernel 6.2.0-0.rc5.20230125git948ef7bb70c4.40.fc38.x86_64 in today Fedora. |