mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 02:42:46 +00:00
stand: Fix oversight in updating OpenZFS: Add com.klarasystems:vdev_zaps_v2
com.klarasystems:vdev_zaps_v2 is a new feature that the last OpenZFS import brought in. It needs to be on the list of supported features, but that update didn't happen so I woke up to a mailbox with multiple complaints. CirrusCI test to boot twice with a zpool update inbetween coming later today. Sponsored by: Netflix
This commit is contained in:
parent
5282ada06b
commit
5fd34912b4
@ -133,6 +133,7 @@ static const char *features_for_read[] = {
|
||||
"com.delphix:zpool_checkpoint",
|
||||
"com.intel:allocation_classes",
|
||||
"com.joyent:multi_vdev_crash_dump",
|
||||
"com.klarasystems:vdev_zaps_v2",
|
||||
"org.freebsd:zstd_compress",
|
||||
"org.illumos:lz4_compress",
|
||||
"org.illumos:sha512",
|
||||
|
Loading…
Reference in New Issue
Block a user