All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ritesh Raj Sarraf <rrs@debian.org>
To: Xose Vazquez Perez <xose.vazquez@gmail.com>,
	Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: device-mapper development <dm-devel@redhat.com>, mathieu.tl@gmail.com
Subject: Re: Next release plans?
Date: Tue, 19 Apr 2016 17:17:56 +0530	[thread overview]
Message-ID: <1461066476.4833.40.camel@debian.org> (raw)
In-Reply-To: <7daddb85-3de7-9015-35fd-2e535f707f7a@gmail.com>


[-- Attachment #1.1.1: Type: text/plain, Size: 1416 bytes --]

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@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

[-- Attachment #1.1.2: increase-kpartx-retries.patch --]
[-- Type: text/x-patch, Size: 726 bytes --]

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) {

[-- Attachment #1.2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

[-- Attachment #2: Type: text/plain, Size: 0 bytes --]



  reply	other threads:[~2016-04-19 11:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-07 14:52 Next release plans? Xose Vazquez Perez
2016-04-11 17:09 ` Xose Vazquez Perez
2016-04-18  9:42   ` Christophe Varoqui
2016-04-18 11:10     ` Hannes Reinecke
2016-04-18 21:57     ` Xose Vazquez Perez
2016-04-18 22:22     ` Xose Vazquez Perez
2016-04-19 11:47       ` Ritesh Raj Sarraf [this message]
2016-05-10 16:39         ` [PATCH Debian] kpartx: increase retries was " Xose Vazquez Perez
2016-05-11 17:36           ` Christophe Varoqui
  -- strict thread matches above, loose matches on Subject: below --
2015-06-02 16:46 Mathieu Trudel-Lapierre
2015-06-03  7:44 ` Christophe Varoqui

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1461066476.4833.40.camel@debian.org \
    --to=rrs@debian.org \
    --cc=christophe.varoqui@opensvc.com \
    --cc=dm-devel@redhat.com \
    --cc=mathieu.tl@gmail.com \
    --cc=xose.vazquez@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.