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 262C870E6E for ; Tue, 7 Sep 2021 15:18:44 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1D3321C399 for ; Tue, 7 Sep 2021 15:18:14 +0200 (CEST) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [94.136.29.106]) (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 0E4D21C37D for ; Tue, 7 Sep 2021 15:18:13 +0200 (CEST) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id D41C744607 for ; Tue, 7 Sep 2021 15:18:12 +0200 (CEST) From: Stoiko Ivanov To: pve-devel@lists.proxmox.com Date: Tue, 7 Sep 2021 15:17:52 +0200 Message-Id: <20210907131755.1016175-3-s.ivanov@proxmox.com> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210907131755.1016175-1-s.ivanov@proxmox.com> References: <20210907131755.1016175-1-s.ivanov@proxmox.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 AWL 0.157 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% 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 SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [RFC zfsonlinux 2/5] buildsys: adapt install paths for zfs 2.1.0 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: Tue, 07 Sep 2021 13:18:44 -0000 Signed-off-by: Stoiko Ivanov --- debian/zfsutils-linux.install | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/zfsutils-linux.install b/debian/zfsutils-linux.install index 4f93aa70..b7501b30 100644 --- a/debian/zfsutils-linux.install +++ b/debian/zfsutils-linux.install @@ -28,6 +28,7 @@ sbin/zstreamdump usr/bin/zvol_wait usr/lib/modules-load.d/ lib/ usr/lib/zfs-linux/zpool.d/ +usr/lib/zfs-linux/zpool_influxdb usr/sbin/arc_summary usr/sbin/arcstat usr/sbin/dbufstat @@ -35,7 +36,14 @@ usr/share/bash-completion/completions usr/share/man/man8/arcstat.8 usr/share/man/man1/zhack.1 usr/share/man/man1/zvol_wait.1 +usr/share/man/man4/zfs.4 +usr/share/man/man4/spl.4 usr/share/man/man5/ +usr/share/man/man7/zfsconcepts.7 +usr/share/man/man7/zfsprops.7 +usr/share/man/man7/zpoolconcepts.7 +usr/share/man/man7/zpoolprops.7 +usr/share/man/man7/zpool-features.7 usr/share/man/man8/fsck.zfs.8 usr/share/man/man8/mount.zfs.8 usr/share/man/man8/vdev_id.8 @@ -79,8 +87,6 @@ usr/share/man/man8/zfs-userspace.8 usr/share/man/man8/zfs-wait.8 usr/share/man/man8/zfs.8 usr/share/man/man8/zfs_ids_to_path.8 -usr/share/man/man8/zfsconcepts.8 -usr/share/man/man8/zfsprops.8 usr/share/man/man8/zgenhostid.8 usr/share/man/man8/zpool-add.8 usr/share/man/man8/zpool-attach.8 @@ -94,6 +100,7 @@ usr/share/man/man8/zpool-export.8 usr/share/man/man8/zpool-get.8 usr/share/man/man8/zpool-history.8 usr/share/man/man8/zpool-import.8 +usr/share/man/man8/zpool_influxdb.8 usr/share/man/man8/zpool-initialize.8 usr/share/man/man8/zpool-iostat.8 usr/share/man/man8/zpool-labelclear.8 @@ -114,7 +121,6 @@ usr/share/man/man8/zpool-trim.8 usr/share/man/man8/zpool-upgrade.8 usr/share/man/man8/zpool-wait.8 usr/share/man/man8/zpool.8 -usr/share/man/man8/zpoolconcepts.8 -usr/share/man/man8/zpoolprops.8 usr/share/man/man8/zstream.8 usr/share/man/man8/zstreamdump.8 +usr/share/zfs/compatibility.d/ -- 2.30.2