You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add all read-only compatible features to GRUB2 compatibility feature set
Since GRUB2 opens pools in read-only mode, all read-only compatible
features, which don't have a dependency on an incompatible feature
can be enabled.
Several read-only compatible features have been introduced since the
GRUB2 compatibility file was created but the file wasn't updated.
I added all features from `zpool_feature_init()` in
`module/zcommon/zfeature_common.c` where the
`ZFEATURE_FLAG_READONLY_COMPAT` flag is set and which don't depend
on an incompatible feature.
Signed-off-by: Luflosi <[email protected]>
0 commit comments