0

It seems that zfs send includes a checksum for all included data (stated for instance here). Is this checksum automatically verified by zfs recv? I would assume it is, but I cannot find any confirmation of this. I'm planning to use zfs send/recv to migrate a zpool to another disk and would like to be 100% sure the data is ok before I destroy the original pool.

joaerl
  • 317
  • 3
  • 9

1 Answers1

1

From OpenZFS site, regarding Checksums:

"checksums on ZFS replication streams, zfs send and zfs receive, ensure the data received is not corrupted by intervening storage or transport mechanisms."

Ouki
  • 1,367
  • 1
  • 11
  • 16