git: 8b796707e69e - stable/13 - libsa: mark head_errlog feature supported.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 28 May 2022 06:31:25 UTC
The branch stable/13 has been updated by tsoome:
URL: https://cgit.FreeBSD.org/src/commit/?id=8b796707e69e862c441ceb44afc65fc23fc605ab
commit 8b796707e69e862c441ceb44afc65fc23fc605ab
Author: Toomas Soome <tsoome@FreeBSD.org>
AuthorDate: 2022-05-20 10:45:33 +0000
Commit: Toomas Soome <tsoome@FreeBSD.org>
CommitDate: 2022-05-28 05:25:41 +0000
libsa: mark head_errlog feature supported.
head_errlog is new format for errlog, but we do not really
use errlog, so we can just mark it supported, to enable reading
from pool.
(cherry picked from commit 9cd45772a44f268ccb3e20caf7f3f764f6b5e1a1)
---
stand/libsa/zfs/zfsimpl.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/stand/libsa/zfs/zfsimpl.c b/stand/libsa/zfs/zfsimpl.c
index 2240eb765c41..865294dafed4 100644
--- a/stand/libsa/zfs/zfsimpl.c
+++ b/stand/libsa/zfs/zfsimpl.c
@@ -139,6 +139,7 @@ static const char *features_for_read[] = {
"com.intel:allocation_classes",
"org.freebsd:zstd_compress",
"com.delphix:bookmark_written",
+ "com.delphix:head_errlog",
NULL
};