Solved [Solved] how to view zfs recordsize

Re: how to view zfs recordsize

fred974 said:
I am trying to follow the MySQL Innodb ZFS Best Practices https://blogs.oracle.com/realneel/entry/mysql_innodb_zfs_best_practices and I would like to know if anyone could tell me what do I need to run in order to see the recordsize of my existing setting before changing anything.
The command to set the record size is zfs set recordsize=16k tank/db. The command to get the record size is zfs get recordsize tank/db.
 
Back
Top