Teaching ZFS about time
ZFS is a robust file system, in large part thanks to its copy-on-write design.
Problems can still show up: flaky cables, dying drives, or the occasional cosmic ray flipping a bit.
For exactly those situations ZFS has a feature called scrub.
Scrub walks every used block starting from the uberblock and compares the stored checksum against the data on disk.
评论
?
参与讨论