[Bug 264234] "zpool get autotrim" displays propety as default regardless of value

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 30 Oct 2024 15:00:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264234

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markj@FreeBSD.org

--- Comment #9 from Mark Johnston <markj@FreeBSD.org> ---
On main:

# zpool create test md0 && zpool get autotrim test && zpool destroy test &&
zpool create -o autotrim=on test md0 && zpool get autotrim test
NAME  PROPERTY  VALUE     SOURCE
test  autotrim  off       default
NAME  PROPERTY  VALUE     SOURCE
test  autotrim  on        local

Is there anything left to do?

-- 
You are receiving this mail because:
You are on the CC list for the bug.