[Bug 256205] lseek() with SEEK_HOLE some times wrongly reports holes on ZFS
Date: Mon, 31 May 2021 13:43:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256205 Alan Somers <asomers@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |asomers@FreeBSD.org --- Comment #5 from Alan Somers <asomers@FreeBSD.org> --- Let's take a look at the layout of the good vs bad files. First, do "ls -li" to get the inode number of the bad file (ved) and the good file (ved.copy). Then do "sudo zdb -ddddd <pool>/<dataset> <inode>". That will show exactly where ZFS thinks there are holes. -- You are receiving this mail because: You are the assignee for the bug.