Bug 2041227
| Summary: | I/O error on virtual disk in LVM pool | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Christoph Karl <pampelmuse> | ||||||
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 35 | CC: | acaringi, adscvr, airlied, alciregi, bskeggs, hdegoede, jarodwilson, jeremy, jglisse, jonathan, josef, kernel-maint, lgoncalv, linville, masami256, mchehab, ptalbert, steved | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2022-02-08 18:24:13 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
Christoph Karl
2022-01-16 15:37:25 UTC
Created attachment 1851133 [details]
kickstart file
Just reproduced with rawhide (Fedora-Everything-netinst-x86_64-Rawhide-20220114.n.0.iso): [ 45.804981] I/O error, dev vda, sector 3130392 op 0x1:(WRITE) flags 0x0 phys_seg 34 prio class 0 [ 45.805004] I/O error, dev vda, sector 3131392 op 0x1:(WRITE) flags 0x4000 phys_seg 98 prio class 0 [ 45.805008] I/O error, dev vda, sector 3133952 op 0x1:(WRITE) flags 0x4000 phys_seg 102 prio class 0 [ 45.805011] I/O error, dev vda, sector 3136512 op 0x1:(WRITE) flags 0x0 phys_seg 57 prio class 0 [ 45.805013] EXT4-fs warning (device vda2): ext4_end_bio:342: I/O error 10 writing to inode 132855 starting block 392064) and so on Just reproduced with an external (USB) HDD disc: [ 106.963337] blk_update_request: I/O error, dev vda, sector 5786624 op 0x1:(WRITE) flags 0x0 phys_seg 1 prio class 0 [ 106.963390] blk_update_request: I/O error, dev vda, sector 5787648 op 0x1:(WRITE) flags 0x4000 phys_seg 1 prio class 0 [ 106.963444] blk_update_request: I/O error, dev vda, sector 5790208 op 0x1:(WRITE) flags 0x4000 phys_seg 1 prio class 0 [ 106.963493] blk_update_request: I/O error, dev vda, sector 5792768 op 0x1:(WRITE) flags 0x4000 phys_seg 1 prio class 0 [ 106.963544] blk_update_request: I/O error, dev vda, sector 5795328 op 0x1:(WRITE) flags 0x4000 phys_seg 1 prio class 0 [ 106.963617] blk_update_request: I/O error, dev vda, sector 5797888 op 0x1:(WRITE) flags 0x4000 phys_seg 1 prio class 0 [ 106.963664] blk_update_request: I/O error, dev vda, sector 5800448 op 0x1:(WRITE) flags 0x4000 phys_seg 1 prio class 0 [ 106.963711] blk_update_request: I/O error, dev vda, sector 5803008 op 0x1:(WRITE) flags 0x0 phys_seg 1 prio class 0 [ 106.963722] EXT4-fs warning (device dm-0): ext4_end_bio:342: I/O error 10 writing to inode 1867 starting block 210944) An intensive test with 100 VMs and all filesystem qcow2 was successful. The error is reproducible on another host (also a laptop). The error is not reproducible on the internal disk (PCI M2 SSD). Played arround with virt-install --disk vol=extssd/fedora-00,io=io_uring and other setting but none worked. *** This bug has been marked as a duplicate of bug 2026747 *** |