Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Sep 2023 22:44:39 GMT
From:      Martin Matuska <mm@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 636c1933fe69 - releng/14.0 - zfs: update share/zfs/compatibility.d to match current ZFS code
Message-ID:  <202309272244.38RMidM9007151@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch releng/14.0 has been updated by mm:

URL: https://cgit.FreeBSD.org/src/commit/?id=636c1933fe69f8ef549886f3f2f4e9c32938e978

commit 636c1933fe69f8ef549886f3f2f4e9c32938e978
Author:     Martin Matuska <mm@FreeBSD.org>
AuthorDate: 2023-09-21 23:34:47 +0000
Commit:     Martin Matuska <mm@FreeBSD.org>
CommitDate: 2023-09-27 21:49:26 +0000

    zfs: update share/zfs/compatibility.d to match current ZFS code
    
    Approved by:    re (gjb)
    
    (cherry picked from commit 7a0e9e3f8f3a9379df793284f719f1a7ee5734c2)
    (cherry picked from commit bb438c08b86a32f13da16b2e7801f2cbd45bc5c1)
---
 cddl/share/zfs/compatibility.d/Makefile | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/cddl/share/zfs/compatibility.d/Makefile b/cddl/share/zfs/compatibility.d/Makefile
index e60bd172dcce..13d88fef184d 100644
--- a/cddl/share/zfs/compatibility.d/Makefile
+++ b/cddl/share/zfs/compatibility.d/Makefile
@@ -22,6 +22,7 @@ FILES= \
 	openzfs-2.0-linux \
 	openzfs-2.1-freebsd \
 	openzfs-2.1-linux \
+	openzfs-2.2 \
 	zol-0.6.1 \
 	zol-0.6.4 \
 	zol-0.6.5 \
@@ -42,12 +43,17 @@ LINKS= \
 	${FILESDIR}/freebsd-11.3	${FILESDIR}/freebsd-12.0 \
 	${FILESDIR}/freebsd-11.3	${FILESDIR}/freebsd-12.1 \
 	${FILESDIR}/freebsd-11.3	${FILESDIR}/freebsd-12.2 \
+	${FILESDIR}/freebsd-11.3	${FILESDIR}/freebsd-12.3 \
+	${FILESDIR}/freebsd-11.3	${FILESDIR}/freebsd-12.4 \
 	${FILESDIR}/freebsd-11.3	${FILESDIR}/freenas-11.3 \
 	${FILESDIR}/freenas-11.0	${FILESDIR}/freenas-11.1 \
 	${FILESDIR}/openzfsonosx-1.9.3	${FILESDIR}/openzfsonosx-1.9.4 \
 	${FILESDIR}/openzfs-2.0-freebsd	${FILESDIR}/truenas-12.0 \
 	${FILESDIR}/zol-0.7		${FILESDIR}/ubuntu-18.04 \
-	${FILESDIR}/zol-0.8		${FILESDIR}/ubuntu-20.04
+	${FILESDIR}/zol-0.8		${FILESDIR}/ubuntu-20.04 \
+	${FILESDIR}/openzfs-2.1-linux	${FILESDIR}/ubuntu-22.04 \
+	${FILESDIR}/openzfs-2.2		${FILESDIR}/openzfs-2.2-linux \
+	${FILESDIR}/openzfs-2.2		${FILESDIR}/openzfs-2.2-freebsd
 
 LINKMODE= ${NOBINMODE}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309272244.38RMidM9007151>