After reading in depth about how ZFS scrub carries out its work, I wondered whether it could be a useful tool for "burning-in" new disks in much the same way we would use memtest for testing RAM?
For example, by setting up a test pool and then generating some random data to fill the pool. Afterwards, we could run zfs scrubs to detect potential disk issues before deployment. Has anyone experimented with this feature for similar purposes? This would ideally be used along with
For example, by setting up a test pool and then generating some random data to fill the pool. Afterwards, we could run zfs scrubs to detect potential disk issues before deployment. Has anyone experimented with this feature for similar purposes? This would ideally be used along with
dd
.