Bug#782363: multipath-tools-boot: include dm-service-time in initramfs (new default path selector)

2015-04-22 Thread Mauricio Faria de Oliveira

Hi Ritesh,

On 04/21/2015 10:14 AM, Ritesh Raj Sarraf wrote:

On Saturday 11 April 2015 04:29 AM, Mauricio Faria de Oliveira wrote:


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



Sorry. I haven't been on top of it. I'll push it for unstable for now.
Later we'll do an s-p-u and propose it for jessie.


Great, thanks!


--
Mauricio Faria de Oliveira
IBM Linux Technology Center


--
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#782363: multipath-tools-boot: include dm-service-time in initramfs (new default path selector)

2015-04-21 Thread Ritesh Raj Sarraf
On Saturday 11 April 2015 04:29 AM, Mauricio Faria de Oliveira wrote:

 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


Sorry. I haven't been on top of it. I'll push it for unstable for now.
Later we'll do an s-p-u and propose it for jessie.

-- 
Ritesh Raj Sarraf
RESEARCHUT - http://www.researchut.com
Necessity is the mother of invention.




signature.asc
Description: OpenPGP digital signature


Bug#782363: multipath-tools-boot: include dm-service-time in initramfs (new default path selector)

2015-04-10 Thread Mauricio Faria de Oliveira

Package: src:multipath-tools
Version: 0.5.0-6
Severity: serious

Hi Ritesh,

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


--
Mauricio Faria de Oliveira
IBM Linux Technology Center
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 05:53:28.0 
-0300
+++ multipath-tools-0.5.0/debian/changelog  2015-04-10 14:57:34.0 
-0300
@@ -1,3 +1,9 @@
+multipath-tools (0.5.0-6pathselector1) UNRELEASED; urgency=medium
+
+  * initramfs/hooks: include dm-service-time in initramfs (new default path 
selector).
+
+ -- Mauricio Faria de Oliveira mauri...@linux.vnet.ibm.com  Fri, 10 Apr 2015 
14:51:30 -0300
+
 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/hooks2014-09-05 
06:12:29.0 -0300
+++ multipath-tools-0.5.0/debian/initramfs/hooks2015-04-10 
14:50:53.0 -0300
@@ -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