mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 08:55:18 -04:00
ZFS: whitelist zstd and encryption in the loader
Please note that neither zstd nor encryption is supported by the loader at this instant. This change makes it safe to use those features in one's root pool, but not in one's root dataset.
This commit is contained in:
parent
74f5530d7a
commit
3e1470776b
1 changed files with 2 additions and 0 deletions
|
|
@ -127,6 +127,8 @@ static const char *features_for_read[] = {
|
|||
"com.delphix:device_removal",
|
||||
"com.delphix:obsolete_counts",
|
||||
"com.intel:allocation_classes",
|
||||
"org.freebsd:zstd_compress",
|
||||
"com.datto:encryption",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue