Recommendations on how to document our NAS

At my work, we always try to document everything in a way that anyone can walk off the street and have the information to recreate everything. Looking at all the bells and whistles ZFS offers is great, but trying to cleanly document which datasets use which block size with which options at what snapshot interval etc… I didn’t know if someone had an example/template. I would prefer a single document, but looks like I maybe linking several together to get all the information together.

Thanks

I think the output of zpool history should do it?
Probably want to grep out all the snapshot create and destroy…

Plus zfs get all I guess

Thank you. I didn’t know about zpool history

It’s a hidden gem - one of my favourite features :slight_smile: