diff options
author | Umer Saleem <[email protected]> | 2023-11-08 01:04:56 +0500 |
---|---|---|
committer | Tony Hutter <[email protected]> | 2023-11-16 14:23:03 -0800 |
commit | f0ffcc3adcd01ec60b384b0c07c8671b6fd1d982 (patch) | |
tree | b15e0b4ca5545db890bb5476e9efde85bf441f5a /cmd/zpool | |
parent | e534ba5ce7dea316eeab1ece6c9d7ae61f6dd26d (diff) |
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
Diffstat (limited to 'cmd/zpool')
-rw-r--r-- | cmd/zpool/compatibility.d/grub2 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/zpool/compatibility.d/grub2 b/cmd/zpool/compatibility.d/grub2 index 8c3a3ce11..6d60e6435 100644 --- a/cmd/zpool/compatibility.d/grub2 +++ b/cmd/zpool/compatibility.d/grub2 @@ -14,7 +14,6 @@ large_blocks livelist log_spacemap lz4_compress -obsolete_counts project_quota resilver_defer spacemap_histogram |