Automatic TRIM happens continuously in the background and operates
solely on recently freed blocks (ms_trim not ms_allocatable).
...
While the automatic TRIM process is highly effective it is more likely
than a manual TRIM to encounter tiny ranges. Ranges less than or equal to
'zfs_trim_extent_bytes_min' (32k) are considered too small to efficiently
TRIM and are skipped. This means small amounts of freed space may not
be automatically trimmed.
ZFS autotrim 确实是一个连续的、机会主义的操作,它在块/范围被释放后运行。
从手册页:
有关更多详细信息,您可以查看以下代码注释:
使用此命令查看池 [tank] 上请求的 io,包括修剪。