Package: release.debian.org Severity: normal Tags: buster User: release.debian....@packages.debian.org Usertags: pu
Dear Stable Release Managers, I'd like to push a fix for #959727 to buster. The bug causes us some trouble with block devices that are -sometimes- missing. I've tested the fix a while ago (on buster), and it seemed to help. Please consider this. Thanks, Chris diff -Nru multipath-tools-0.7.9/debian/changelog multipath-tools-0.7.9/debian/changelog --- multipath-tools-0.7.9/debian/changelog 2019-03-18 15:26:38.000000000 +0000 +++ multipath-tools-0.7.9/debian/changelog 2020-06-21 16:41:48.000000000 +0000 @@ -1,3 +1,9 @@ +multipath-tools (0.7.9-3+deb10u1) buster; urgency=medium + + * [775fe68] kpartx: use correct path to partx in udev rule (Closes: #959727) + + -- Chris Hofstaedtler <z...@debian.org> Sun, 21 Jun 2020 16:41:48 +0000 + multipath-tools (0.7.9-3) unstable; urgency=medium * [51a7724] Reliably extract the running systemd version diff -Nru multipath-tools-0.7.9/debian/patches/partx-path.patch multipath-tools-0.7.9/debian/patches/partx-path.patch --- multipath-tools-0.7.9/debian/patches/partx-path.patch 1970-01-01 00:00:00.000000000 +0000 +++ multipath-tools-0.7.9/debian/patches/partx-path.patch 2020-06-21 16:41:48.000000000 +0000 @@ -0,0 +1,14 @@ +Use Debian-specific path for partx (from util-linux). + +Index: multipath-tools/kpartx/del-part-nodes.rules +=================================================================== +--- multipath-tools.orig/kpartx/del-part-nodes.rules ++++ multipath-tools/kpartx/del-part-nodes.rules +@@ -28,6 +28,6 @@ GOTO="end_del_part_nodes" + LABEL="del_part_nodes" + IMPORT{db}="DM_DEL_PART_NODES" + ENV{DM_DEL_PART_NODES}!="1", ENV{DM_DEL_PART_NODES}="1", \ +- RUN+="/usr/sbin/partx -d --nr 1-1024 $env{DEVNAME}" ++ RUN+="/usr/bin/partx -d --nr 1-1024 $env{DEVNAME}" + + LABEL="end_del_part_nodes" diff -Nru multipath-tools-0.7.9/debian/patches/series multipath-tools-0.7.9/debian/patches/series --- multipath-tools-0.7.9/debian/patches/series 2019-02-08 13:38:26.000000000 +0000 +++ multipath-tools-0.7.9/debian/patches/series 2020-06-21 16:41:48.000000000 +0000 @@ -6,3 +6,4 @@ fix-usrmerge-paths.patch 11-dm-mpath-fix-DM_UDEV_RULES_VSN-check.patch enable-cross-build.patch +partx-path.patch