zfs_exporter icon indicating copy to clipboard operation
zfs_exporter copied to clipboard

Get additional ZFS properties

Open rkelley-psna opened this issue 7 months ago • 2 comments

It is possible to add a few more ZFS properties to the zfs_dataset.go file? In particular:

  • Recordsize (zfs get recordsize)
  • Mount point (zfs get mountpoint)
  • Compression type (zfs get compression)
  • Primary Cache (zfs get primarycache)
  • Secondary Cache (zfs get secondarycache)

Thank you.

rkelley-psna avatar Jun 28 '24 13:06 rkelley-psna