From 2d57ec6ee01535eea5cabbd95435c54a919d8ce1 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Sun, 5 Dec 2021 19:13:18 +0100 Subject: [PATCH] docs: changelog: mention upstream ashift 9 => 12 send/recv bug --- docs/changelog.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 7deae79..4fbdd42 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -34,6 +34,9 @@ We use the following annotations for classifying changes: * |break_config| |bugfix| Rename mis-spelled :ref:`send option ` ``embbeded_data`` to ``embedded_data``. +Note to all users: please read up on the following OpenZFS bug, as you might be affected: +`ZFS send/recv with ashift 9->12 leads to data corruption `_. + 0.4.0 -----