From 9cd45772a44f268ccb3e20caf7f3f764f6b5e1a1 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Fri, 20 May 2022 13:45:33 +0300 Subject: [PATCH] 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. MFC after: 1 week --- 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 };