From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 4D9AC6200F for ; Fri, 18 Dec 2020 14:13:09 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 44FC494C4 for ; Fri, 18 Dec 2020 14:12:39 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id 5EDC994BC for ; Fri, 18 Dec 2020 14:12:38 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 2CBF345383 for ; Fri, 18 Dec 2020 14:12:38 +0100 (CET) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Fri, 18 Dec 2020 14:12:26 +0100 Message-Id: <20201218131226.20388-1-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL -0.176 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment KAM_NUMSUBJECT 0.5 Subject ends in numbers excluding current years RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [service.in, target.in, makefile.am, preset.in] Subject: [pve-devel] [PATCH zfsonlinux] update submodule and patches for zfs-0.8.6 X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Dec 2020 13:13:09 -0000 zfs-0.8.6 got released recently [0]. The changes are rather small: * compat for kernels up to 5.10 * a fix for ARC performance (certain hits were not accounted, resulting in earlier eviction) * build fixes for in kernel (not module) compilation None of them seem to have a large potential for regression to me. I quickly tested it on a test-setup of mine: * storage replication * container snapshot+rollback Signed-off-by: Stoiko Ivanov --- .../0004-import-with-d-dev-disk-by-id-in-scan-service.patch | 4 ++-- ...0008-Add-systemd-unit-for-importing-specific-pools.patch | 6 +++--- upstream | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/patches/0004-import-with-d-dev-disk-by-id-in-scan-service.patch b/debian/patches/0004-import-with-d-dev-disk-by-id-in-scan-service.patch index 4ad0db30..12dfde85 100644 --- a/debian/patches/0004-import-with-d-dev-disk-by-id-in-scan-service.patch +++ b/debian/patches/0004-import-with-d-dev-disk-by-id-in-scan-service.patch @@ -14,10 +14,10 @@ Signed-off-by: Thomas Lamprecht 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/system/zfs-import-scan.service.in b/etc/systemd/system/zfs-import-scan.service.in -index 278f937fe..e8c502a33 100644 +index 6520f3246..1718f98a2 100644 --- a/etc/systemd/system/zfs-import-scan.service.in +++ b/etc/systemd/system/zfs-import-scan.service.in -@@ -12,7 +12,7 @@ ConditionPathExists=!@sysconfdir@/zfs/zpool.cache +@@ -13,7 +13,7 @@ ConditionPathIsDirectory=/sys/module/zfs [Service] Type=oneshot RemainAfterExit=yes diff --git a/debian/patches/0008-Add-systemd-unit-for-importing-specific-pools.patch b/debian/patches/0008-Add-systemd-unit-for-importing-specific-pools.patch index c5d27816..e8992176 100644 --- a/debian/patches/0008-Add-systemd-unit-for-importing-specific-pools.patch +++ b/debian/patches/0008-Add-systemd-unit-for-importing-specific-pools.patch @@ -14,8 +14,8 @@ Signed-off-by: Stoiko Ivanov --- etc/systemd/system/50-zfs.preset.in | 1 + etc/systemd/system/Makefile.am | 2 ++ - etc/systemd/system/zfs-import@.service.in | 17 +++++++++++++++++ - 3 files changed, 20 insertions(+) + etc/systemd/system/zfs-import@.service.in | 16 ++++++++++++++++ + 3 files changed, 19 insertions(+) create mode 100644 etc/systemd/system/zfs-import@.service.in diff --git a/etc/systemd/system/50-zfs.preset.in b/etc/systemd/system/50-zfs.preset.in @@ -52,7 +52,7 @@ index 4e14467a0..ae72102af 100644 $(top_srcdir)/etc/systemd/system/zfs-import.target.in \ diff --git a/etc/systemd/system/zfs-import@.service.in b/etc/systemd/system/zfs-import@.service.in new file mode 100644 -index 000000000..2db9fdaab +index 000000000..9b4ee9371 --- /dev/null +++ b/etc/systemd/system/zfs-import@.service.in @@ -0,0 +1,16 @@ diff --git a/upstream b/upstream index d2632f0c..2bc66898 160000 --- a/upstream +++ b/upstream @@ -1 +1 @@ -Subproject commit d2632f0cc196a685428115ab023bf4fe3d8e5806 +Subproject commit 2bc66898b7056140108a4937a6557d9fe27cafc6 -- 2.20.1