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

Bug#787014: marked as done (jessie-pu: package multipath-tools/0.5.0-6)



Your message dated Sat, 06 Jun 2015 13:11:11 +0100
with message-id <1433592671.2987.12.camel@adam-barratt.org.uk>
and subject line Fix released with 8.1 point release
has caused the Debian Bug report #787014,
regarding jessie-pu: package multipath-tools/0.5.0-6
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
787014: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787014
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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
 

--- End Message ---
--- Begin Message ---
Version: 8.1

Hi,

The fix discussed in this bug was released to stable as part of the 8.1
point release earlier today.

Regards,

Adam

--- End Message ---

Reply to: