Bug 1395398
Summary: | gi.overrides.BlockDev.BlockDevNotImplementedError: The function 'bd_dm_map_exists' called, but not implemented! | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Adam Williamson <awilliam> | ||||||||||||||||||||||||||
Component: | libblockdev | Assignee: | Vratislav Podzimek <vpodzime> | ||||||||||||||||||||||||||
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||||
Version: | rawhide | CC: | anaconda-maint-list, g.kaviyarasu, jburke, jonathan, mkolman, mschorm, robatino, sbueno, vanmeeuwen+fedora, vpodzime, vponcova | ||||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||||
Whiteboard: | abrt_hash:4d7ddbfc0489210a71a0e35f3d9f2ad7be37ee75fe7c1ca6f0af9379bb3bd403; AcceptedBlocker | ||||||||||||||||||||||||||||
Fixed In Version: | libblockdev-2.1-2.fc26 | Doc Type: | If docs needed, set a value | ||||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||||
Last Closed: | 2016-12-09 19:16:48 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: | 1349184 | ||||||||||||||||||||||||||||
Attachments: |
|
Description
Adam Williamson
2016-11-15 22:09:00 UTC
Created attachment 1220964 [details]
File: anaconda-tb
Created attachment 1220965 [details]
File: anaconda.log
Created attachment 1220966 [details]
File: dnf.librepo.log
Created attachment 1220967 [details]
File: environ
Created attachment 1220968 [details]
File: lsblk_output
Created attachment 1220969 [details]
File: nmcli_dev_list
Created attachment 1220970 [details]
File: os_info
Created attachment 1220971 [details]
File: storage.log
Created attachment 1220972 [details]
File: syslog
Created attachment 1220973 [details]
File: ifcfg.log
Created attachment 1220974 [details]
File: packaging.log
Created attachment 1220975 [details]
File: program.log
This prevents all F26 installer images from reaching the Welcome screen, so it's an automatic blocker per " Complete failure of any release-blocking TC/RC image to boot at all under any circumstance - "DOA" image (conditional failure is not an automatic blocker)". This is why most Rawhide openQA tests fail since 2016-11-08. I think this is probably in libblockdev. This is caused by quite weird in 'dmsetup' utility's behavior. And it should be fixed in libblockdev-2.1-2.fc26 built yesterday. *** Bug 1394819 has been marked as a duplicate of this bug. *** Well, it's broken *differently* now: https://openqa.fedoraproject.org/tests/48712#step/_boot_to_anaconda/8 ValueError: Namespace BlockDev not available for version 1.0 That just means blivet is requiring explicitly blockdev 1.0 but that is no longer available (because it's 2.0 now), right? Guess I'll file another bug. Filed https://bugzilla.redhat.com/show_bug.cgi?id=1395791 . I'm not closing this yet as I *think* that one happens before this, so we can't technically be sure this is fixed yet. (In reply to Adam Williamson from comment #19) > Filed https://bugzilla.redhat.com/show_bug.cgi?id=1395791 . I'm not closing > this yet as I *think* that one happens before this, so we can't technically > be sure this is fixed yet. Yes, you're absolutely right about this. This is OK now, install tests are mostly working. However, this is now affecting F25, as lvm2 (which ultimately contains dmsetup) got bumped in an F25 update. This affects folks building updated F25 images. Can the fix be backported to F25's libblockdev? vpodzime says https://bodhi.fedoraproject.org/updates/FEDORA-2016-0510ab2764 should fix this for F25. |