The branch main has been updated by tsoome:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9cd45772a44f268ccb3e20caf7f3f764f6b5e1a1

commit 9cd45772a44f268ccb3e20caf7f3f764f6b5e1a1
Author:     Toomas Soome <tso...@freebsd.org>
AuthorDate: 2022-05-20 10:45:33 +0000
Commit:     Toomas Soome <tso...@freebsd.org>
CommitDate: 2022-05-21 06:13:06 +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.
    
    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
 };
 

Reply via email to