[Bug 259292] vmware/pvscsi: UNMAP fails on VMWare 6.7 thinly provisioned disk running zpool trim: UNMAP failed, disabling BIO_DELETE
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 259292] pvscsi: UNMAP not working"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 15 Jan 2025 10:10:53 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=259292 --- Comment #5 from Zhenlei Huang <zlei@FreeBSD.org> --- Tested with 13.1-RELEASE and latest stable/13 (FreeBSD 13.4-STABLE stable/13-n258978-519121f5ea03 GENERIC amd64) on ESXi 6.7.0, both pvscsi and emulated sata controller work as intended. ``` # root@:~ # zpool trim tank && zpool trim testpool && zpool status pool: tank state: ONLINE config: NAME STATE READ WRITE CKSUM tank ONLINE 0 0 0 da1 ONLINE 0 0 0 (trimming) errors: No known data errors pool: testpool state: ONLINE config: NAME STATE READ WRITE CKSUM testpool ONLINE 0 0 0 ada0 ONLINE 0 0 0 (trimming) errors: No known data errors ``` -- You are receiving this mail because: You are the assignee for the bug.