====== ZFS - Pools - Verify Data Integrity ======
Determining the integrity of the data:
sudo zpool scrub testpool
**NOTE:** It is important to routinely run scrub to protect your data against silent corruption and ensuring data integrity.
----
===== Check the status of the pool =====
sudo zpool status testpool