Bug 1996500
Summary: | [virtiofs]Failed to delete vhost-user-fs-device when the shared directory is mounted in windows guest[rhel9] | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | xiagao |
Component: | virtio-win | Assignee: | Viktor Prutyanov <vprutyan> |
virtio-win sub component: | virtio-win-prewhql | QA Contact: | xiagao |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | kkiwi, lijin, virt-maint, yvugenfi |
Version: | 9.0 | Keywords: | Triaged |
Target Milestone: | beta | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Windows | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1996342 | Environment: | |
Last Closed: | 2022-05-17 15:35:26 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: | 1996342 | ||
Bug Blocks: |
Description
xiagao
2021-08-23 02:56:06 UTC
Test with virtio-win-prewhql-215, hotplug and unplug works well. steps is like comment 0. After step6, vhost-user-fs-pci was successfully deleted. {"execute":"device_add","arguments":{"driver":"vhost-user-fs-pci","id":"fs-pci1","bus":"pci.11","tag":"myfs","queue-size":"1024","chardev":"char0"}} {"return": {}} {"execute":"device_del","arguments":{"id":"fs-pci1"}} {"return": {}} {"timestamp": {"seconds": 1638783026, "microseconds": 816090}, "event": "DEVICE_DELETED", "data": {"path": "/machine/peripheral/fs-pci1/virtio-backend"}} {"timestamp": {"seconds": 1638783026, "microseconds": 816262}, "event": "DEVICE_DELETED", "data": {"device": "fs-pci1", "path": "/machine/peripheral/fs-pci1"}} So change bz status to verified. Test on RHEL9.0.0 host, hit this issue with virtio-win-predhql-0.1-214 version, but pass with virtio-win-predhql-0.1-215 version. So this issue was related with viofs driver for windows guest. I will change the component. *** Bug 1996342 has been marked as a duplicate of this bug. *** 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 (new packages: virtio-win), 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/RHBA-2022:3890 |