[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#787014: jessie-pu: package multipath-tools/0.5.0-6



Package: release.debian.org
Severity: normal
Tags: jessie
User: release.debian.org@packages.debian.org
Usertags: pu


THis fix is already commited to upstream, and also slated for next
upload into Debian unstable. Attached is the debdiff


Quoting Mauricio, the submitted of the bug report and the patch.


--------

With the default path selector changing to dm-service-time [1], it's not
possible to boot from multipath currently, as it's not in the initramfs:

        # multipath -v3
    ...
    ... | mpathg: assembled map [1 queue_if_no_path 1 alua 2 1 service-time 0 1 1 8:80 1 service-time 0 1 1 8:176 1]
    ... | mpathg: set ACT_CREATE (map does not exist)
    [...] device-mapper: table: 254:0: multipath: unknown path selector type
    ...

May you please consider the attached patch for an upload for jessie?

    # gzip -dc /boot/initrd.img | cpio -t | grep dm-service-time
    118384 blocks
    lib/modules/.../kernel/drivers/md/dm-service-time.ko

Thanks!

Links:
  [1] http://git.opensvc.com/gitweb.cgi?p=multipath-tools/.git;a=commit;h=c015b128103e7a6426d124a38cd679a181573b88

---------




-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (101, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.0.4+ (SMP w/4 CPU cores)
Locale: LANG=en_IN.utf8, LC_CTYPE=en_IN.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru multipath-tools-0.5.0/debian/changelog multipath-tools-0.5.0/debian/changelog
--- multipath-tools-0.5.0/debian/changelog	2015-03-04 14:23:28.000000000 +0530
+++ multipath-tools-0.5.0/debian/changelog	2015-05-27 23:51:14.000000000 +0530
@@ -1,3 +1,10 @@
+multipath-tools (0.5.0-6+deb8u1) jessie; urgency=medium
+
+  * [b40599e] Add dm-service-time path checked.
+    Thanks to Mauricio Faria de Oliveira (Closes: #782363)
+
+ -- Ritesh Raj Sarraf <rrs@debian.org>  Wed, 27 May 2015 23:25:19 +0530
+
 multipath-tools (0.5.0-6) unstable; urgency=medium
 
   [ Mauricio Faria de Oliveira ]
diff -Nru multipath-tools-0.5.0/debian/initramfs/hooks multipath-tools-0.5.0/debian/initramfs/hooks
--- multipath-tools-0.5.0/debian/initramfs/hooks	2014-09-05 14:42:29.000000000 +0530
+++ multipath-tools-0.5.0/debian/initramfs/hooks	2015-05-27 23:51:14.000000000 +0530
@@ -48,7 +48,7 @@
 [ -r /etc/multipath.conf ] && cp /etc/multipath.conf $DESTDIR/etc/
 add_bindings
 
-for x in dm-multipath dm-round-robin dm-emc; do
+for x in dm-multipath dm-service-time dm-round-robin dm-emc; do
 	manual_add_modules ${x}
 done
 

Reply to: