Skip to content

Commit 6102c64

Browse files
author
Umer Saleem
committed
Add all read-only compatible zpool features to grub2 compatibility
GRUB opens the boot pool in read-only mode. All read-only compatible features for zpool can be enabled and added to grub2 compatibility, as GRUB does not open the boot-pool for write. Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Umer Saleem <[email protected]> Closes openzfs#15459
1 parent fa2d8bd commit 6102c64

File tree

1 file changed

+10
-0
lines changed
  • cmd/zpool/compatibility.d

1 file changed

+10
-0
lines changed

cmd/zpool/compatibility.d/grub2

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Features which are supported by GRUB2
2+
allocation_classes
23
async_destroy
4+
block_cloning
35
bookmarks
6+
device_rebuild
47
embedded_data
58
empty_bpobj
69
enabled_txg
@@ -9,6 +12,13 @@ filesystem_limits
912
hole_birth
1013
large_blocks
1114
livelist
15+
log_spacemap
1216
lz4_compress
17+
obsolete_counts
18+
project_quota
19+
resilver_defer
1320
spacemap_histogram
21+
spacemap_v2
22+
userobj_accounting
23+
zilsaxattr
1424
zpool_checkpoint

0 commit comments

Comments
 (0)