Bug 1948374
Summary: | [virtio-win][virtio-fs] Hit error when deleting files/folders on shared dir(nfs mount) | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | xiagao | |
Component: | virtio-win | Assignee: | Yvugenfi <yvugenfi> | |
virtio-win sub component: | virtio-win-prewhql | QA Contact: | xiagao | |
Status: | CLOSED CURRENTRELEASE | Docs Contact: | ||
Severity: | high | |||
Priority: | high | CC: | mdean, qizhu, vprutyan, ybendito | |
Version: | 9.0 | Keywords: | Triaged | |
Target Milestone: | rc | |||
Target Release: | 9.0 | |||
Hardware: | x86_64 | |||
OS: | Windows | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1978122 (view as bug list) | Environment: | ||
Last Closed: | 2022-08-16 12:23:07 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: | 2018072 | |||
Bug Blocks: | 1948357, 1978122 |
Description
xiagao
2021-04-12 06:15:35 UTC
Can reproduce this bug on RHEL8.4.0 kernel-4.18.0-302.el8.x86_64 qemu-kvm-5.2.0-14.module+el8.4.0+10425+ad586fa5.x86_64 seabios-bin-1.14.0-1.module+el8.4.0+8855+a9e237a9.noarch Could you set DTM as it was set ITR to 8.5.0? Thanks. Hit error like https://bugzilla.redhat.com/show_bug.cgi?id=1978122#c3. Postpone to 8.6 for now as full resolution might requires changes in the virtiofsd as well. This PR https://github.com/virtio-win/kvm-guest-drivers-windows/pull/688 should fix the bug. Can reproduce with virtio-win-prewhql-0.1-215. Verify with virtio-win-prewhql-0.1-216. pkg: qemu-kvm-6.2.0-7.el9.x86_64 kernel-5.14.0-56.el9.x86_64 RHEL-9.0.0-20220210.0 (In reply to xiagao from comment #9) > Can reproduce with virtio-win-prewhql-0.1-215. > Verify with virtio-win-prewhql-0.1-216. > > pkg: > qemu-kvm-6.2.0-7.el9.x86_64 > kernel-5.14.0-56.el9.x86_64 > RHEL-9.0.0-20220210.0 Reproduce steps: In the mounted directory. 1. create a 1k txt file. 2. delete it. -----> a ".nfs0000000..." file is created after refresh the windows Verify steps: 1. create a 1k txt fiel and a 29k file and rename them. 2. delete them and refresh "z:\" -----> there is no ".nfs0000000..." |