[Bug 264234] "zpool get autotrim" displays propety as default regardless of value
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 04 Jun 2023 14:01:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264234 --- Comment #2 from Anton Saietskii <vsasjason@gmail.com> --- (In reply to Yuri Pankov from comment #1) >> Note that default value is "on" Interesting, zpoolprops(7) in releng/13.2 says the opposite: > $ man zpoolprops | col -bx | grep -A6 autotrim > autotrim=on|off > When set to on space which has been recently freed, and is no > longer allocated by the pool, will be periodically trimmed. This > allows block device vdevs which support BLKDISCARD, such as SSDs, > or file vdevs on which the underlying file system supports hole- > punching, to reclaim unused blocks. The default value for this > property is off. -- You are receiving this mail because: You are the assignee for the bug.