diff options
| author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-02-24 08:56:41 +0000 |
|---|---|---|
| committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-02-24 08:56:41 +0000 |
| commit | a6803c9ef3f548d4cf2881ab94f31d0bbee444c3 (patch) | |
| tree | ce8361505586526e1ac74ed40059fcce6c88aaac /roles/iscsi_client | |
| parent | f329b6f6d9688fca19271f63b514bd37c4b34be2 (diff) | |
| download | ansible-a6803c9ef3f548d4cf2881ab94f31d0bbee444c3.tar.gz ansible-a6803c9ef3f548d4cf2881ab94f31d0bbee444c3.tar.xz ansible-a6803c9ef3f548d4cf2881ab94f31d0bbee444c3.zip | |
polling_interval is only valid in defaults
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'roles/iscsi_client')
| -rw-r--r-- | roles/iscsi_client/files/multipath.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/iscsi_client/files/multipath.conf b/roles/iscsi_client/files/multipath.conf index e8b01a9b8..49bd0cbf0 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 } } |
