From a6803c9ef3f548d4cf2881ab94f31d0bbee444c3 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 24 Feb 2016 08:56:41 +0000 Subject: [PATCH] polling_interval is only valid in defaults Signed-off-by: Patrick Uiterwijk --- roles/iscsi_client/files/multipath.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/roles/iscsi_client/files/multipath.conf b/roles/iscsi_client/files/multipath.conf index e8b01a9b83..49bd0cbf09 100644 --- a/roles/iscsi_client/files/multipath.conf +++ b/roles/iscsi_client/files/multipath.conf @@ -3,6 +3,7 @@ defaults { user_friendly_names yes max_fds max queue_without_daemon no + polling_interval 3 } blacklist { @@ -50,7 +51,6 @@ devices { path_grouping_policy multibus path_selector "round-robin 0" no_path_retry 5 - polling_interval 3 failback 15 } @@ -62,7 +62,6 @@ devices { path_grouping_policy multibus path_selector "round-robin 0" no_path_retry 5 - polling_interval 3 failback 15 } }