Re: [dm-devel] [PATCH 0/4] multipath-tools: important fixes for 0.7.5

2018-03-09 Thread Christophe Varoqui
The fixes and missing patches series are now merged. The version is bumped to 0.7.6. Thanks, Christophe. On Thu, Mar 8, 2018 at 5:04 PM, Xose Vazquez Perez wrote: > On 03/08/2018 12:08 AM, Martin Wilck wrote: > > Hi Christophe, > > > > thanks for catching up. This

Re: [dm-devel] [PATCH] multipath-tools: Remove trailing/leading whitespaces and reformat code

2018-03-09 Thread Bart Van Assche
On Fri, 2018-03-09 at 23:00 +0100, Xose Vazquez Perez wrote: > # Check whether a function with name $1 has been declared in header file $2. > -check_func =\ > -$(shell

Re: [dm-devel] [PATCH] multipath-tools: Remove trailing/leading whitespaces and reformat code

2018-03-09 Thread Xose Vazquez Perez
On 03/09/2018 11:04 PM, Bart Van Assche wrote: > you are making the code > much more ugly by breaking the alignment of the trailing backslahes. Yikes! This is consistent with the rest of the code of Makefile.inc. -- dm-devel mailing list dm-devel@redhat.com

[dm-devel] [PATCH] multipath-tools: Remove trailing/leading whitespaces and reformat code

2018-03-09 Thread Xose Vazquez Perez
Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- Makefile.inc | 23 +++ kpartx/mac.h | 2 +- kpartx/test-kpartx | 2 +-

[dm-devel] [git pull] device mapper fixes for 4.16-rc5

2018-03-09 Thread Mike Snitzer
Hi Linus, The following changes since commit 661e50bc853209e41a5c14a290ca4decc43cbfd1: Linux 4.16-rc4 (2018-03-04 14:54:11 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/for-4.16/dm-fixes-2 for you to fetch

Re: [dm-devel] [PATCH] multipathd: check and cleanup zombie paths

2018-03-09 Thread Benjamin Marzinski
On Fri, Mar 09, 2018 at 06:47:30AM +, Chongyun Wu wrote: > On 2018/3/8 23:45, Benjamin Marzinski wrote: > > On Thu, Mar 08, 2018 at 08:03:50AM +, Chongyun Wu wrote: > >> On 2018/3/7 20:45, Martin Wilck wrote: > >>> On Wed, 2018-03-07 at 01:45 +, Chongyun Wu wrote: > > Hi

Re: [dm-devel] [RFC PATCH 0/5] alternate dmevents waiter method

2018-03-09 Thread Benjamin Marzinski
On Thu, Mar 08, 2018 at 09:08:31PM +0100, Xose Vazquez Perez wrote: > On 03/08/2018 08:59 PM, Xose Vazquez Perez wrote: > > > 1-4/5 were Reviewed-by: Martin Wilck . > > And in 5/5, consensus was reached at the end: > > https://marc.info/?t=15182394221 > > but they are t. >

Re: [dm-devel] device mapper mapping across reboot

2018-03-09 Thread Zdenek Kabelac
Dne 9.3.2018 v 10:58 jitendra kumar khasdev napsal(a): Hi All, I wrote the basic target using device mapper framework. Using dmsetup utility I am able to create device node under /dev/mapper/my_custom_mapper. But when I do reboot the system, it lost the mapping. Is there any way by which I

[dm-devel] device mapper mapping across reboot

2018-03-09 Thread jitendra kumar khasdev
Hi All, I wrote the basic target using device mapper framework. Using dmsetup utility I am able to create device node under /dev/mapper/my_custom_mapper. But when I do reboot the system, it lost the mapping. Is there any way by which I can create mapping during boot like LVM does. --- Jitendra

[dm-devel] [PATCH] md: get rid of a VLA

2018-03-09 Thread Tycho Andersen
Ideally, we'd like to get rid of all VLAs in the kernel and add -Wvla to the build args: https://lkml.org/lkml/2018/3/7/621 This one is a simple case, since we don't actually need the VLA at all: we can just iterate over the stripes twice, once to emit their names, and the second time to emit

Re: [dm-devel] [PATCH] multipathd: check and cleanup zombie paths

2018-03-09 Thread Xose Vazquez Perez
On 03/09/2018 07:47 AM, Chongyun Wu wrote: > You just mentioned *the TUR checker could return a special path state > for this*, what is the special path state? Thanks~ to follow with this bug, you should post: - distribution - kernel release - multipath-tools release - /etc/multipath.conf -