.___ ____ ___.____    .___     _____                       
|   |    |   \    |   |   |   /  _  \ ______ ______  ______
|   |    |   /    |   |   |  /  /_\  \\____ \\____ \/  ___/
|   |    |  /|    |___|   | /    |    \  |_> >  |_> >___ \ 
|___|______/ |_______ \___| \____|__  /   __/|   __/____  >
                     \/             \/|__|   |__|       \/ 


https://apps.iuli.ac.id


--

ZFS keeps a history of commands run against a specific pool using the
history subcommand to zpool:

zpool history

More details are available using the -i and -l parameters. Note that ZFS
will not keep the complete pool history forever and will remove older
events in favor of never ones.
		-- Benedict Reuschling