From: Martin Wilck <[email protected]>
Signed-off-by: Martin Wilck <[email protected]>
---
libmultipath/structs.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libmultipath/structs.c b/libmultipath/structs.c
index 4419510d..c2565239 100644
--- a/libmultipath/structs.c
+++ b/libmultipath/structs.c
@@ -501,6 +501,9 @@ void setup_feature(struct multipath *mpp, char *feature)
if (!strncmp(feature, "queue_if_no_path", 16)) {
if (mpp->no_path_retry <= NO_PATH_RETRY_UNDEF)
mpp->no_path_retry = NO_PATH_RETRY_QUEUE;
+ else
+ condlog(1, "%s: ignoring feature queue_if_no_path
because no_path_retry = %d",
+ mpp->alias, mpp->no_path_retry);
}
}
--
2.11.0
--
dm-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/dm-devel