-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add all read-only compatible features to GRUB2 compatibility feature set
Since GRUB2 opens pools in read-only mode, all read-only compatible features 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. Signed-off-by: Luflosi <luflosi@luflosi.de>
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,24 @@ | ||
# Features which are supported by GRUB2 | ||
allocation_classes | ||
async_destroy | ||
block_cloning | ||
bookmarks | ||
device_rebuild | ||
embedded_data | ||
empty_bpobj | ||
enabled_txg | ||
extensible_dataset | ||
filesystem_limits | ||
hole_birth | ||
large_blocks | ||
livelist | ||
log_spacemap | ||
lz4_compress | ||
obsolete_counts | ||
project_quota | ||
resilver_defer | ||
spacemap_histogram | ||
spacemap_v2 | ||
userobj_accounting | ||
zilsaxattr | ||
zpool_checkpoint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters