2019-01-30 17:26:24 +03:00
|
|
|
0001-Check-for-META-and-DCH-consistency-in-autoconf.patch
|
2019-05-24 00:11:30 +03:00
|
|
|
0002-always-load-ZFS-module-on-boot.patch
|
|
|
|
0003-Fix-the-path-to-the-zed-binary-on-the-systemd-unit.patch
|
2019-09-28 09:12:00 +03:00
|
|
|
0004-import-with-d-dev-disk-by-id-in-scan-service.patch
|
|
|
|
0005-Enable-zed-emails.patch
|
Preserve /etc/zfs/zed.d configuration on upgrade
Of the zedlet scripts shipped by upstream, a subset are enabled by
default, by creating symlinks in /etc/zfs/zed.d. These symlinks are
shipped in the zfs-zed package. dpkg, however, does not support
conffile handling of symlinks, and therefore any changes (removals) to
the symlinks are not preserved on package upgrade.
To address this policy violation, we:
1. During package build, create a list of enabled-by-default zedlets,
instead of creating symlinks.
2. On package removal, identify all enabled-by-default zedlets whose
symlinks do not exist (i.e., were removed by the user). This is done
by creating "whiteout" links to /dev/null in their place).
3. On package installation, create links to enabled-by-default zedlets
UNLESS there is already a file there (i.e., abort if there is a
whiteout link).
4. We also clean up broken symlinks to removed zedlets at package
postinst.
(cherry picked and adapted from 5cee380324d74e640d5dd7a360faba3994c8007f [0])
[0] https://salsa.debian.org/zfsonlinux-team/zfs.git
Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
2020-03-20 19:28:43 +03:00
|
|
|
0006-dont-symlink-zed-scripts.patch
|
2023-04-20 10:26:09 +03:00
|
|
|
0007-Add-systemd-unit-for-importing-specific-pools.patch
|
|
|
|
0008-Patch-move-manpage-arcstat-1-to-arcstat-8.patch
|
2023-10-15 13:08:06 +03:00
|
|
|
0009-arc-stat-summary-guard-access-to-l2arc-MFU-MRU-stats.patch
|
2023-12-04 14:27:51 +03:00
|
|
|
0010-Fix-nfs_truncate_shares-without-etc-exports.d.patch
|
|
|
|
0011-zpool-status-tighten-bounds-for-noalloc-stat-availab.patch
|
2024-03-06 16:24:36 +03:00
|
|
|
0012-udev-correctly-handle-partition-16-and-later.patch
|