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
This commit is contained in:
Toomas Soome 2022-05-20 13:45:33 +03:00
parent a30eee517d
commit 9cd45772a4

View File

@ -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
};