Package: zfs-linux / 0.7.6-1~bpo8+1

Metadata

Package Version Patches format
zfs-linux 0.7.6-1~bpo8+1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Prevent manual builds in the DKMS source.patch | (download)

config/dkms.m4 | 14 14 + 0 - 0 !
config/user.m4 | 1 1 + 0 - 0 !
2 files changed, 15 insertions(+)

 block manual building in the dkms source tree.
  To avoid messing up future DKMS builds and the zfs installation,
  block manual building of the DKMS source tree.
0002 Check for META and DCH consistency in autoconf.patch | (download)

config/zfs-meta.m4 | 34 29 + 5 - 0 !
1 file changed, 29 insertions(+), 5 deletions(-)

---
0003 Add libuutil to LIBADD for libzfs and libzfs_core.patch | (download)

lib/libzfs/Makefile.am | 1 1 + 0 - 0 !
lib/libzfs_core/Makefile.am | 3 2 + 1 - 0 !
2 files changed, 3 insertions(+), 1 deletion(-)

---
enable zed.patch | (download)

cmd/zed/zed.d/zed.rc | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 enable zed emails
 The OpenZFS event daemon monitors pools.  This patch enables the email
 sending function by default (if zed is installed).  This is consistent with
 the default behavior of mdadm.
1001 cmd python exec path.patch | (download)

cmd/arc_summary/arc_summary.py | 2 1 + 1 - 0 !
cmd/arcstat/arcstat.py | 2 1 + 1 - 0 !
cmd/dbufstat/dbufstat.py | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

---
1004 zed service bindir.patch | (download)

etc/systemd/system/zfs-zed.service.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix the path to the zed binary on the systemd unit.
 We install zed into /usr/sbin manually meanwhile the upstream default
 is installing it into /sbin.
 Ubuntu packages also install zed to /usr/sbin, but they ship their own
 zfs-zed unit.
0008 dracut make module setup.sh shebang explicit.patch | (download)

contrib/dracut/02zfsexpandknowledge/module-setup.sh.in | 2 1 + 1 - 0 !
contrib/dracut/90zfs/module-setup.sh.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 dracut: make module-setup.sh shebang explicit
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

while these are source by dracut (which is a bash script)
0009 add man page reference to systemd units.patch | (download)

etc/systemd/system/zfs-import-cache.service.in | 1 1 + 0 - 0 !
etc/systemd/system/zfs-import-scan.service.in | 1 1 + 0 - 0 !
etc/systemd/system/zfs-mount.service.in | 1 1 + 0 - 0 !
etc/systemd/system/zfs-share.service.in | 1 1 + 0 - 0 !
4 files changed, 4 insertions(+)

 add man page reference to systemd units
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Fabian Grnbichler <f.gruenbichler@proxmox.com>

0010 fix install path of zpool.d scripts.patch | (download)

cmd/zpool/Makefile.am | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

 fix install path of zpool.d scripts
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Fabian Grnbichler <f.gruenbichler@proxmox.com>

2000 increase default zcmd allocation to 256K.patch | (download)

lib/libzfs/libzfs_util.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---