Skip to content

Commit 78ac868

Browse files
author
Umer Saleem
authored
Remove obsolete_counts from grub2 compatibility list
PR#15459 add all read-only compatible zpool features to grub2 compatibility list. 'obsolete_counts' is a read-only features that depends on 'device_removal' feature which is not read-only and is marked as ZFEATURE_FLAG_MOS. Creating a pool with grub2 compatibility enables 'device_removal' feature as well, which is not desired. This commit removes the 'obsolete_counts' feature from grub2 compatibility list, as GRUB only supports read-only compatible features. Reviewed-by: George Melikov <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Alexander Motin <[email protected]> Signed-off-by: Umer Saleem <[email protected]> Closes #15499
1 parent 020f6fd commit 78ac868

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

cmd/zpool/compatibility.d/grub2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ large_blocks
1414
livelist
1515
log_spacemap
1616
lz4_compress
17-
obsolete_counts
1817
project_quota
1918
resilver_defer
2019
spacemap_histogram

0 commit comments

Comments
 (0)