From 93c07813ee46a53af7c87e028be64085870df098 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 18 May 2020 16:15:34 -0700 Subject: [PATCH] srp, nvmeof-mp: Use no_path_retry instead of queue_if_no_path queue_if_no_path has been deprecated, hence use no_path_retry instead. Signed-off-by: Bart Van Assche --- tests/srp/multipath.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/srp/multipath.conf b/tests/srp/multipath.conf index d6e1f1b..e0da32e 100644 --- a/tests/srp/multipath.conf +++ b/tests/srp/multipath.conf @@ -7,7 +7,7 @@ devices { device { vendor "LIO-ORG|SCST_BIO|FUSIONIO" product ".*" - features "1 queue_if_no_path" + no_path_retry queue path_checker tur } } -- 2.49.0