zfs_exporter
zfs_exporter copied to clipboard
Get additional ZFS properties
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.