zfsonlinux / zfsonlinux.github.com

The Official ZFS on Linux Website
https://zfsonlinux.org
59 stars 36 forks source link

Correct error in errata 3 documentation #46

Closed tcaputi closed 5 years ago

tcaputi commented 5 years ago

The current documentation for errata 3 tells users that they should perform a non-raw 'zfs send -R' as part of the remediation steps. Unfortunately, this is not possible since 'zfs send -R' of encrypted datasets currently requires the send to be raw. This patch corrects the documentation.

Signed-off-by: Tom Caputi tcaputi@datto.com