Re: [dm-devel] Make the mq policy an alias for smq

2016-02-26 Thread Mike Snitzer
On Thu, Feb 11 2016 at 5:41am -0500, Joe Thornber wrote: > On Wed, Feb 10, 2016 at 09:13:05PM -0500, Mike Snitzer wrote: > > Shouldn't get_policy()'s call to get_policy_once() resolve "mq" to be > > "smq" if we just add this to the bottom of dm-cache-policy-smq?: > > > >

Re: [dm-devel] [PATCH V2]multipath-tools: prevent unnecessary reinstate of stand-by paths with implicit tpgs mode and no active array paths

2016-02-26 Thread Shiva Krishna
On 2/26/16, 11:00 AM, "Benjamin Marzinski" wrote: >On Fri, Feb 26, 2016 at 02:25:08AM +, Shiva Krishna wrote: >> --- >> libmultipath/propsel.c |2 +- >> libmultipath/structs.h |1 + >> multipathd/main.c | 19 --- >> 3 files changed, 18

Re: [dm-devel] [PATCH v5 0/3] init: add support to directly boot to a mapped device

2016-02-26 Thread Mike Snitzer
On Fri, Feb 26 2016 at 2:59pm -0500, Kees Cook wrote: > On Fri, Feb 26, 2016 at 11:21 AM, Mike Snitzer wrote: > > On Fri, Feb 26 2016 at 1:52pm -0500, > > Kees Cook wrote: > > > >> On Fri, Feb 26, 2016 at 8:53 AM, Mike Snitzer

Re: [dm-devel] [PATCH v5 0/3] init: add support to directly boot to a mapped device

2016-02-26 Thread Kees Cook
On Fri, Feb 26, 2016 at 11:21 AM, Mike Snitzer wrote: > On Fri, Feb 26 2016 at 1:52pm -0500, > Kees Cook wrote: > >> On Fri, Feb 26, 2016 at 8:53 AM, Mike Snitzer wrote: >> > On Mon, Feb 22 2016 at 1:55pm -0500, >> > Kees Cook

Re: [dm-devel] [PATCH v5 0/3] init: add support to directly boot to a mapped device

2016-02-26 Thread Mike Snitzer
On Fri, Feb 26 2016 at 1:52pm -0500, Kees Cook wrote: > On Fri, Feb 26, 2016 at 8:53 AM, Mike Snitzer wrote: > > On Mon, Feb 22 2016 at 1:55pm -0500, > > Kees Cook wrote: > > > >> On Sun, Feb 21, 2016 at 2:08 PM, Alasdair G

Re: [dm-devel] [PATCH V2]multipath-tools: prevent unnecessary reinstate of stand-by paths with implicit tpgs mode and no active array paths

2016-02-26 Thread Benjamin Marzinski
On Fri, Feb 26, 2016 at 02:25:08AM +, Shiva Krishna wrote: > --- > libmultipath/propsel.c |2 +- > libmultipath/structs.h |1 + > multipathd/main.c | 19 --- > 3 files changed, 18 insertions(+), 4 deletions(-) > > diff --git a/libmultipath/propsel.c

Re: [dm-devel] [PATCH]multipath-tools: prevent unnecessary reinstate of stand-by paths with implicit tpgs mode and no active array paths.

2016-02-26 Thread Benjamin Marzinski
On Fri, Feb 26, 2016 at 12:32:51AM +, Shiva Krishna wrote: > > > On 2/25/16, 12:49 PM, "Benjamin Marzinski" wrote: > > >On Sat, Feb 20, 2016 at 08:23:29PM +, Shiva Krishna wrote: > > > >I understand your problem, but this isn't the right patch to fix it. For > >one

Re: [dm-devel] [PATCH v5 0/3] init: add support to directly boot to a mapped device

2016-02-26 Thread Mike Snitzer
On Mon, Feb 22 2016 at 1:55pm -0500, Kees Cook wrote: > On Sun, Feb 21, 2016 at 2:08 PM, Alasdair G Kergon wrote: > > On Sat, Feb 20, 2016 at 10:13:49AM -0800, Kees Cook wrote: > >> This is a resurrection of a patch series from a few years back, first >

Re: [dm-devel] blkio cgroups controller doesn't work with LVM?

2016-02-26 Thread Vivek Goyal
On Thu, Feb 25, 2016 at 09:53:14AM -0500, Mike Snitzer wrote: > On Thu, Feb 25 2016 at 2:48am -0500, > Nikolay Borisov wrote: > > > > > > > On 02/24/2016 08:12 PM, Chris Friesen wrote: > > > > > > Hi, > > > > > > Are there known limitations with the blkio cgroup controller

[dm-devel] [PATCH] dmsetup: improve message command

2016-02-26 Thread Werner Koch
Hi! I am playing with a new crypto container format and propose to enhance "dmsetup message" to accept the actual message from stdin instead of taking it only from the command line. This is useful to set a key and similar to how "dmsetup create" is reading the table from stdin. Patch attached.