Bug 221480

Summary: [request] ZFS - Add zpool get ashift POOL function
Product: Base System Reporter: Arwen Evenstar <katy_kcmo>
Component: kernAssignee: freebsd-fs (Nobody) <fs>
Status: New ---    
Severity: Affects Many People    
Priority: ---    
Version: CURRENT   
Hardware: Any   
OS: Any   

Description Arwen Evenstar 2017-08-13 17:49:17 UTC
The ZFS on Linux project has a simple way to display the ashift value of a pool;

<pre># zpool get ashift rpool
NAME   PROPERTY  VALUE  SOURCE
rpool  ashift    12     local</pre>

It would be nice if FreeBSD had a similar function. (Obviously it's a Read/Only type of value.)

Natually this is low priority, in the feature request category.