Bug 1728657
Summary: | 'qemu-io write' to a raw image over libgfapi fails | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Tingting Mao <timao> |
Component: | qemu-kvm | Assignee: | Stefano Garzarella <sgarzare> |
Status: | CLOSED ERRATA | QA Contact: | Tingting Mao <timao> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | --- | CC: | areis, coli, jinzhao, juzhang, mrezanin, ngu, qzhang, rbalakri, virt-maint, zhenyzha |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-2.12.0-82.module+el8.1.0+3738+0d8c0249 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2019-11-05 20:51:02 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: | 1678575 | ||
Bug Blocks: |
Description
Tingting Mao
2019-07-10 11:22:10 UTC
In fast train, it works normally. Tested with: qemu-kvm-4.0.0-5.module+el8.1.0+3622+5812d9bf Write data to the same image as comment 0: # qemu-io -c 'write 0 1G' -f raw gluster://gluster-virt-qe-01.lab.eng.pek2.redhat.com/vol/test.img wrote 1073741824/1073741824 bytes at offset 0 1 GiB, 1 ops; 0:00:23.48 (43.598 MiB/sec and 0.0426 ops/sec) [2019-07-10 11:25:01.475868] I [io-stats.c:4027:fini] 0-vol: io-stats translator unloaded # echo $? 0 Verify this issue as below; Tested with: qemu-kvm-2.12.0-82.module+el8.1.0+3738+0d8c0249 kernel-4.18.0-112.el8.x86_64 Steps: # qemu-img create -f raw gluster://gluster-virt-qe-01.lab.eng.pek2.redhat.com/vol/test.img 5G # qemu-io -c 'write 0 1G' -f raw gluster://gluster-virt-qe-01.lab.eng.pek2.redhat.com/vol/test.img wrote 1073741824/1073741824 bytes at offset 0 1 GiB, 1 ops; 0:00:24.99 (40.964 MiB/sec and 0.0400 ops/sec) [2019-07-24 03:18:22.085910] I [io-stats.c:4027:fini] 0-vol: io-stats translator unloaded # echo $? 0 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:3345 |