Bug 1787973
| Summary: | [sr0] tag#1 FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Chris Murphy <bugzilla> | ||||||||||
| Component: | util-linux | Assignee: | Karel Zak <kzak> | ||||||||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||
| Priority: | unspecified | ||||||||||||
| Version: | rawhide | CC: | jonathan, kzak | ||||||||||
| Target Milestone: | --- | ||||||||||||
| Target Release: | --- | ||||||||||||
| Hardware: | Unspecified | ||||||||||||
| OS: | Unspecified | ||||||||||||
| Whiteboard: | |||||||||||||
| Fixed In Version: | util-linux-2.35-0.5.fc32 | Doc Type: | If docs needed, set a value | ||||||||||
| Doc Text: | Story Points: | --- | |||||||||||
| Clone Of: | Environment: | ||||||||||||
| Last Closed: | 2020-01-09 10:17:21 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
Chris Murphy
2020-01-06 02:19:25 UTC
Created attachment 1650013 [details]
dmesg
Created attachment 1650014 [details]
strace blkid
It would be nice to have output from LIBBLKID_DEBUG=all blkid -p /dev/sr0 (ideally from the both versions:-) Note that libblkid ignores I/O errors on CDROM to make it possible to work with some obscure hybrid audio+data disks. It's strange that now it generates so many error warnings. I'll also try it locally. Created attachment 1650199 [details]
blkid 2.34 debug
Created attachment 1650200 [details]
blkid 2.35 debug
The problem is O_NONBLOCK we use for devices now... unfortunately open() successes when there is no medium and it continues with many read() calls. I'll try to fix it assap. Fixed by upstream commit https://github.com/karelzak/util-linux/commit/dc30fd4383e57a0440cdb0e16ba5c4336a43b290. Fedora package will be updated later (with the upgrade to v2.35-rc2). Thanks for your report! |