[dm-devel] Next release plans?

Ritesh Raj Sarraf rrs at debian.org
Tue Apr 19 11:47:56 UTC 2016


On Tue, 2016-04-19 at 00:22 +0200, Xose Vazquez Perez wrote:
> On 04/18/2016 11:42 AM, Christophe Varoqui wrote:
> 
> > 
> > Hannes has not submitted the SuSE patchset for inclusion yet, but I'll bump
> > the version to 0.6.1 if he does.
> CCed: Ritesh, Debian maintainer.
> 
> Maybe there is some pending patches for upstream at Debian.

In Debian, we don't have much delta. The only minor (1 liner) patch I see
carrying is:

rrs at learner:~/.rrs-home/Community/Packaging/multipath-tools (master)$ cat
debian/patches/increase-kpartx-retries.patch 
https://www.redhat.com/archives/dm-devel/2015-May/msg00087.html

Many users have reported that increasing the retries solves the problem

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785251
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734794
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608737
Index: multipath-tools/kpartx/lopart.c
===================================================================
--- multipath-tools.orig/kpartx/lopart.c	2015-10-16 21:33:27.235438304
+0530
+++ multipath-tools/kpartx/lopart.c	2015-10-16 21:33:27.231438251 +0530
@@ -296,7 +296,7 @@
 extern int 
 del_loop (const char *device)
 {
-	int retries = 3;
+	int retries = 5;
 	int fd;
 
 	if ((fd = open (device, O_RDONLY)) < 0) {

-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System
-------------- next part --------------
A non-text attachment was scrubbed...
Name: increase-kpartx-retries.patch
Type: text/x-patch
Size: 726 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20160419/b7494186/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: This is a digitally signed message part
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20160419/b7494186/attachment.sig>


More information about the dm-devel mailing list