diff options
author | Umer Saleem <[email protected]> | 2023-11-08 01:04:56 +0500 |
---|---|---|
committer | GitHub <[email protected]> | 2023-11-07 12:04:56 -0800 |
commit | 78ac86882484dc66c920c8bd3aedb64d5f6f4c0c (patch) | |
tree | 1e8b8ef6ed4efb077d8ac6521e6c0b7dbf26e0e5 /cmd/zpool | |
parent | 020f6fd093b628af5a34eb1cea9a3d800aa17ffb (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 |