Bug 914730
| Summary: | Blivet doesn't show MD RAIDs and VGs and LVs. | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jan Safranek <jsafrane> | ||||||
| Component: | python-blivet | Assignee: | David Lehman <dlehman> | ||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | anaconda-maint-list, bcl, dlehman | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | Unspecified | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-04-12 10:33: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: | |||||||||
| Attachments: |
|
||||||||
|
Description
Jan Safranek
2013-02-22 16:14:03 UTC
A minimal reproducer python script would be helpful. Created attachment 702655 [details]
reproducer
There is not much to see in the reproducer, just devicetree.populate() and print.
The storage setup is just simple raid0 and one lv:
mdadm -C -l 0 -n 3 /dev/md/0_0 /dev/sdb{4,5,6}
vgcreate vg /dev/sdb{1,2}
lvcreate -n lv -l 10 /dev/vg
Created attachment 702657 [details]
blivet 0.7 log
I noticed python-blivet-0.7-1.fc19.noarch in today's rawhide, here is log of the reproducer.
This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19 Seems to be working in python-blivet-0.10 |