]> www.infradead.org Git - users/hch/blktests.git/commitdiff
srp, nvmeof-mp: Use no_path_retry instead of queue_if_no_path
authorBart Van Assche <bvanassche@acm.org>
Mon, 18 May 2020 23:15:34 +0000 (16:15 -0700)
committerOmar Sandoval <osandov@osandov.com>
Tue, 4 Aug 2020 18:46:07 +0000 (11:46 -0700)
queue_if_no_path has been deprecated, hence use no_path_retry instead.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
tests/srp/multipath.conf

index d6e1f1bd4bcb4ef07fcf140a9ee0bb137d7178e7..e0da32e299177132de7ec0f121a0cf93aaa20613 100644 (file)
@@ -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
        }
 }