git: a4366bb091 - main - 15.1/errata: Add zfskey change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jun 2026 17:53:22 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/doc/commit/?id=a4366bb091ae7ace1d2725a8218666fa29db9197
commit a4366bb091ae7ace1d2725a8218666fa29db9197
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-06-21 17:52:22 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-06-21 17:52:52 +0000
15.1/errata: Add zfskey change
Reported by: kevans
Differential Revision: https://reviews.freebsd.org/D57672
---
website/content/en/releases/15.1R/errata.adoc | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/website/content/en/releases/15.1R/errata.adoc b/website/content/en/releases/15.1R/errata.adoc
index 6ce6117b2a..102cb395fc 100644
--- a/website/content/en/releases/15.1R/errata.adoc
+++ b/website/content/en/releases/15.1R/errata.adoc
@@ -63,9 +63,13 @@ For a list of all FreeBSD CERT security advisories, see https://www.FreeBSD.org/
[[open-issues]]
== Open Issues
-1. **man:nfs[4]** client may cause a kernel panic when an NFSv4.1 or NFSv4.2 server becomes unresponsive or reboots. The system will automatically reboot after the panic. +
+1. The **man:nfs[4]** client may cause a kernel panic when an NFSv4.1 or NFSv4.2 server becomes unresponsive or reboots. The system will automatically reboot after the panic. +
**Workaround**: Avoid using `soft` or `intr` mount options with NFSv4.1/4.2 mounts. If the panic occurs frequently, consider downgrading to NFSv3 until a patched version is available. +
-**State**: fixed in main - https://bugs.freebsd.org/294925
+**State**: Fixed in main - https://bugs.freebsd.org/294925
+
+2. Systems with **man:zfs[4]** encrypted pools with `keylocation=prompt` datasets may stall waiting for a passphrase on boot if the `zfskeys` **man:rc[8]** script is enabled, diverging from previous behavior where mounting them would be skipped. +
+**Workaround**: Use `zpool set cachefile=none <pool>` so that the pool is not imported at boot. +
+**State**: Open - https://bugs.freebsd.org/296130
[[late-news]]
== Late-Breaking News