mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-03-13 13:56:18 +03:00
Update compatibility.d files
Add an openzfs-2.4 compatibility file for the next release. While there are no compatibility difference between Linux and FreeBSD for 2.4 symlinks for the -linux and -freebsd names are created for any scripts expecting that convention. Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Reviewed-by: Alexander Motin <alexander.motin@TrueNAS.com> Signed-off-by: ofthesun9 <olivier@ofthesun.net> Closes #17672 Closes #17673
This commit is contained in:
parent
ee7c362645
commit
976f765341
@ -148,6 +148,7 @@ dist_zpoolcompat_DATA = \
|
|||||||
%D%/compatibility.d/openzfs-2.1-linux \
|
%D%/compatibility.d/openzfs-2.1-linux \
|
||||||
%D%/compatibility.d/openzfs-2.2 \
|
%D%/compatibility.d/openzfs-2.2 \
|
||||||
%D%/compatibility.d/openzfs-2.3 \
|
%D%/compatibility.d/openzfs-2.3 \
|
||||||
|
%D%/compatibility.d/openzfs-2.4 \
|
||||||
%D%/compatibility.d/openzfsonosx-1.7.0 \
|
%D%/compatibility.d/openzfsonosx-1.7.0 \
|
||||||
%D%/compatibility.d/openzfsonosx-1.8.1 \
|
%D%/compatibility.d/openzfsonosx-1.8.1 \
|
||||||
%D%/compatibility.d/openzfsonosx-1.9.3 \
|
%D%/compatibility.d/openzfsonosx-1.9.3 \
|
||||||
@ -187,7 +188,9 @@ zpoolcompatlinks = \
|
|||||||
"openzfs-2.2 openzfs-2.2-linux" \
|
"openzfs-2.2 openzfs-2.2-linux" \
|
||||||
"openzfs-2.2 openzfs-2.2-freebsd" \
|
"openzfs-2.2 openzfs-2.2-freebsd" \
|
||||||
"openzfs-2.3 openzfs-2.3-linux" \
|
"openzfs-2.3 openzfs-2.3-linux" \
|
||||||
"openzfs-2.3 openzfs-2.3-freebsd"
|
"openzfs-2.3 openzfs-2.3-freebsd" \
|
||||||
|
"openzfs-2.4 openzfs-2.4-linux" \
|
||||||
|
"openzfs-2.4 openzfs-2.4-freebsd"
|
||||||
|
|
||||||
zpoolconfdir = $(sysconfdir)/zfs/zpool.d
|
zpoolconfdir = $(sysconfdir)/zfs/zpool.d
|
||||||
INSTALL_DATA_HOOKS += zpool-install-data-hook
|
INSTALL_DATA_HOOKS += zpool-install-data-hook
|
||||||
|
|||||||
48
cmd/zpool/compatibility.d/openzfs-2.4
Normal file
48
cmd/zpool/compatibility.d/openzfs-2.4
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
# Features supported by OpenZFS 2.4 on Linux and FreeBSD
|
||||||
|
allocation_classes
|
||||||
|
async_destroy
|
||||||
|
blake3
|
||||||
|
block_cloning
|
||||||
|
block_cloning_endian
|
||||||
|
bookmark_v2
|
||||||
|
bookmark_written
|
||||||
|
bookmarks
|
||||||
|
device_rebuild
|
||||||
|
device_removal
|
||||||
|
draid
|
||||||
|
dynamic_gang_header
|
||||||
|
edonr
|
||||||
|
embedded_data
|
||||||
|
empty_bpobj
|
||||||
|
enabled_txg
|
||||||
|
encryption
|
||||||
|
extensible_dataset
|
||||||
|
fast_dedup
|
||||||
|
filesystem_limits
|
||||||
|
head_errlog
|
||||||
|
hole_birth
|
||||||
|
large_blocks
|
||||||
|
large_dnode
|
||||||
|
large_microzap
|
||||||
|
livelist
|
||||||
|
log_spacemap
|
||||||
|
longname
|
||||||
|
lz4_compress
|
||||||
|
multi_vdev_crash_dump
|
||||||
|
obsolete_counts
|
||||||
|
physical_rewrite
|
||||||
|
project_quota
|
||||||
|
raidz_expansion
|
||||||
|
redacted_datasets
|
||||||
|
redaction_bookmarks
|
||||||
|
redaction_list_spill
|
||||||
|
resilver_defer
|
||||||
|
sha512
|
||||||
|
skein
|
||||||
|
spacemap_histogram
|
||||||
|
spacemap_v2
|
||||||
|
userobj_accounting
|
||||||
|
vdev_zaps_v2
|
||||||
|
zilsaxattr
|
||||||
|
zpool_checkpoint
|
||||||
|
zstd_compress
|
||||||
Loading…
Reference in New Issue
Block a user