From 508220ed2cfdd49942426a58502ae09012b9a695 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 15 Oct 2023 13:25:07 +0200 Subject: [PATCH] zfsutils-linux: install new trim units, zilstat tool, and new man pages Cater to dh_missing complaints and ship new: - zilstat tool - zfs-lock and zfs-unlock manual pages in section 8 - vdevprops manual page in section 7 - systemd template unit files for trimming a specific pool, inclusive timers to do so on a weekly and/or monthly basis. Keep those covered by our default "no-stop-on-upgrade" rule for the dh_systemd helper. Signed-off-by: Thomas Lamprecht --- debian/zfsutils-linux.install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/zfsutils-linux.install b/debian/zfsutils-linux.install index d30aa23..e788e27 100644 --- a/debian/zfsutils-linux.install +++ b/debian/zfsutils-linux.install @@ -14,6 +14,9 @@ lib/systemd/system/zfs-scrub-monthly@.timer lib/systemd/system/zfs-scrub-weekly@.timer lib/systemd/system/zfs-scrub@.service lib/systemd/system/zfs-share.service +lib/systemd/system/zfs-trim-monthly@.timer +lib/systemd/system/zfs-trim-weekly@.timer +lib/systemd/system/zfs-trim@.service lib/systemd/system/zfs-volume-wait.service lib/systemd/system/zfs-volumes.target lib/systemd/system/zfs.target @@ -30,6 +33,7 @@ sbin/zpool sbin/zstream sbin/zstreamdump usr/bin/zvol_wait +usr/bin/zilstat usr/lib/modules-load.d/ lib/ usr/lib/zfs-linux/zpool.d/ usr/lib/zfs-linux/zpool_influxdb @@ -43,6 +47,7 @@ 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/vdevprops.7 usr/share/man/man7/zfsconcepts.7 usr/share/man/man7/zfsprops.7 usr/share/man/man7/zpoolconcepts.7 @@ -84,6 +89,7 @@ usr/share/man/man8/zfs-snapshot.8 usr/share/man/man8/zfs-unallow.8 usr/share/man/man8/zfs-unload-key.8 usr/share/man/man8/zfs-unmount.8 +usr/share/man/man8/zfs-unzone.8 usr/share/man/man8/zfs-upgrade.8 usr/share/man/man8/zfs-userspace.8 usr/share/man/man8/zfs-wait.8 @@ -122,6 +128,7 @@ usr/share/man/man8/zpool-sync.8 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/zfs-zone.8 usr/share/man/man8/zpool.8 usr/share/man/man8/zstream.8 usr/share/man/man8/zstreamdump.8