On 02/21/2017 11:12 PM, Keith Busch wrote:
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index f5a5f7b..8409261 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -1073,6 +1073,16 @@ static struct hwentry default_hw[] = {
> .prio_name = P
On 02/21/2017 11:12 PM, Keith Busch wrote:
> diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
> index f5a5f7b..8409261 100644
> --- a/libmultipath/hwtable.c
> +++ b/libmultipath/hwtable.c
> @@ -1073,6 +1073,16 @@ static struct hwentry default_hw[] = {
> .prio_name = P
On 02/21/2017 11:12 PM, Keith Busch wrote:
multipath-tools project does not use Patchwork.
CC: Christophe Varoqui
> Signed-off-by: Keith Busch
> ---
> v1->v2:
> Removed explicitly setting the wwid path information. We get that with
> through exported udev attributes.
>
> Added default ret
ACK
-Ben
On Tue, Feb 21, 2017 at 05:12:31PM -0500, Keith Busch wrote:
> Signed-off-by: Keith Busch
> ---
> v1->v2:
> Removed explicitly setting the wwid path information. We get that with
> through exported udev attributes.
>
> Added default retain_hwhandler to off for NVME devices. This
Signed-off-by: Keith Busch
---
v1->v2:
Removed explicitly setting the wwid path information. We get that with
through exported udev attributes.
Added default retain_hwhandler to off for NVME devices. This has the
kernel not call into scsi specific APIs that don't exist for NVMe.
libmult