[dm-devel] [PATCH 1/5] multipath-tools: delete spec/rpm traces from Makefile

2016-06-30 Thread Xose Vazquez Perez
spec file was deleted time ago. Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- Makefile | 9 - 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 06f50c8..bd7cfc1 100644 --- a/Makefile +++ b/Makefile @@ -60,8 +60,6 @@ recu

[dm-devel] [PATCH 3/5] multipath-tools: don't create /usr/share/doc/mpathpersist/ from make install

2016-06-30 Thread Xose Vazquez Perez
Useless, it's empty. Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- libmpathpersist/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/libmpathpersist/Makefile b/libmpathpersist/Makefile index dd02158..70b2974 100644 --- a/libmpathpersist/Ma

[dm-devel] [PATCH 5/5] multipath-tools: make uninstall leaves traces behind

2016-06-30 Thread Xose Vazquez Perez
delete mpath_persist.h and libmpathpersist.so Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- libmpathpersist/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libmpathpersist/Makefile b/libmpathpersist/Makefile index 70b2974..e6a7eb8 100

[dm-devel] [PATCH 2/5] multipath-tools: merge RPM_OPT_FLAGS into OPTFLAGS

2016-06-30 Thread Xose Vazquez Perez
Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- Makefile.inc | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile.inc b/Makefile.inc index d7fc444..c4bea67 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -59,11 +59,9 @@ mp

[dm-devel] [PATCH 0/5] multipath-tools: Makefiles housekeeping

2016-06-30 Thread Xose Vazquez Perez
Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez Xose Vazquez Perez (5): multipath-tools: delete spec/rpm traces from Makefile multipath-tools: merge RPM_OPT_FLAGS into OPTFLAGS multipath-tools: don't create /usr/share/doc/mpathpersist/ from make ins

[dm-devel] [PATCH 4/5] multipath-tools: don't create /etc/init.d from make install

2016-06-30 Thread Xose Vazquez Perez
sysv scripts were deleted time ago. Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- Makefile.inc| 1 - multipathd/Makefile | 2 -- 2 files changed, 3 deletions(-) diff --git a/Makefile.inc b/Makefile.inc index c4bea67..7adeb46 100644 --- a/Ma

[dm-devel] [PATCH 1/2] multipath-tools: replace FSF address with a www pointer

2016-06-30 Thread Xose Vazquez Perez
less prone to future modifications, new FSF licences point exactly to this url: Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- kpartx/dasd.c | 4 +--- kpartx/dasd.h | 4 +--- kpar

[dm-devel] [PATCH 2/2] multipath-tools: replace COPYING with a fresh copy from gnu.org

2016-06-30 Thread Xose Vazquez Perez
https://www.gnu.org/licenses/old-licenses/lgpl-2.0.txt Same licence and version, with some corrections(mainly fsf address) Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- COPYING | 22 ++ 1 file changed, 10 insertions(+), 12 deleti

[dm-devel] [PATCH 0/2] multipath-tools: Licence housekeeping

2016-06-30 Thread Xose Vazquez Perez
Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez Xose Vazquez Perez (2): multipath-tools: replace FSF address with a www pointer multipath-tools: replace COPYING with a fresh copy from gnu.org COPYING | 22 ++-

Re: [dm-devel] [PATCH v3 0/4] Support DAX for device-mapper linear devices

2016-06-30 Thread Mike Snitzer
On Thu, Jun 23 2016 at 5:05pm -0400, Mike Snitzer wrote: > Jens, please pick up the first 2 block patches and I'll get the other > 2 DM patches staged for 4.8. Hey Jens, Looks like you're back so I figured I'd ping you on these first 2 block patches again. Can you pick them up for 4.8/core?

Re: [dm-devel] [PATCH 0/3] offload bios to a thread

2016-06-30 Thread Mike Snitzer
[cc'ing linux-block and drbd folks] On Tue, Jun 28 2016 at 8:16pm -0400, Mikulas Patocka wrote: > Hi > > Here I'm sending three patches to fix the deadlocks in snapshot and > snapshot-merge. > > The first patch fixes the deadlock, the following 2 patches introduce a > timer, so that bios ar

[dm-devel] NVMeoF multi-path setup

2016-06-30 Thread Ming Lin
Hi Mike, I'm trying to test NVMeoF multi-path. root@host:~# lsmod |grep dm_multipath dm_multipath 24576 0 root@host:~# ps aux |grep multipath root 13183 0.0 0.1 238452 4972 ?SLl 13:41 0:00 /sbin/multipathd I have nvme0 and nvme1 that are 2 paths to the same NVMe subs

Re: [dm-devel] NVMeoF multi-path setup

2016-06-30 Thread Ming Lin
On Thu, 2016-06-30 at 14:08 -0700, Ming Lin wrote: > Hi Mike, > > I'm trying to test NVMeoF multi-path. > > root@host:~# lsmod |grep dm_multipath > dm_multipath 24576 0 > root@host:~# ps aux |grep multipath > root 13183 0.0 0.1 238452 4972 ?SLl 13:41 0:00 > /sbin/mult

Re: [dm-devel] NVMeoF multi-path setup

2016-06-30 Thread Ming Lin
On Thu, Jun 30, 2016 at 2:57 PM, Ming Lin wrote: > > There are two problems: > > 1. there is no "/block/" in the path > > /sys/devices/virtual/nvme-fabrics/block/nvme0/nvme0n1 Typo, the path is: /sys/devices/virtual/nvme-fabrics/ctl/nvme0/nvme0n1 > > 2. nvme was blacklisted. -- dm-devel mailing

Re: [dm-devel] NVMeoF multi-path setup

2016-06-30 Thread Mike Snitzer
On Thu, Jun 30 2016 at 5:57pm -0400, Ming Lin wrote: > On Thu, 2016-06-30 at 14:08 -0700, Ming Lin wrote: > > Hi Mike, > > > > I'm trying to test NVMeoF multi-path. > > > > root@host:~# lsmod |grep dm_multipath > > dm_multipath 24576 0 > > root@host:~# ps aux |grep multipath > > roo

Re: [dm-devel] NVMeoF multi-path setup

2016-06-30 Thread Mike Snitzer
On Thu, Jun 30 2016 at 6:52pm -0400, Mike Snitzer wrote: > Also, just so you're aware, I've staged bio-based dm-multipath support > for the 4.8 merge window. Please see either the 'for-next' or 'dm-4.8' > branch in linux-dm.git: > https://git.kernel.org/cgit/linux/kernel/git/device-mapper/linux

Re: [dm-devel] NVMeoF multi-path setup

2016-06-30 Thread Keith Busch
On Thu, Jun 30, 2016 at 06:52:07PM -0400, Mike Snitzer wrote: > AFAIK, hch had Intel disable that by default in the hopes of avoiding > people having dm-multipath "just work" with NVMeoF. (Makes me wonder > what other unpleasant unilateral decisions were made because some > non-existant NVMe speci

Re: [dm-devel] [PATCH 0/3] offload bios to a thread

2016-06-30 Thread Mike Snitzer
On Thu, Jun 30 2016 at 3:40pm -0400, Mike Snitzer wrote: > [cc'ing linux-block and drbd folks] > > On Tue, Jun 28 2016 at 8:16pm -0400, > Mikulas Patocka wrote: > > > Hi > > > > Here I'm sending three patches to fix the deadlocks in snapshot and > > snapshot-merge. > > > > The first patch

Re: [dm-devel] [PATCH 5/6] lightnvm: expose device geometry through sysfs

2016-06-30 Thread J Freyensee
On Wed, 2016-06-29 at 16:51 +0200, Matias Bjørling wrote: > From: "Simon A. F. Lund" > > For a host to access an Open-Channel SSD, it has to know its > geometry, > so that it writes and reads at the appropriate device bounds. > > Currently, the geometry information is kept within the kernel, and