multipath requires udev-rules in host

install sg3-utils-udev if multipath is enabled, else SCSI_IDENT*
vars are missing in udev.

Closes-Bug: 1877509
Change-Id: Ib205f3cdb775c9cfa719325f702f4fad196d346b
This commit is contained in:
Fabian Zimmermann 2020-05-08 08:15:19 +02:00
parent a44bba845f
commit 5dfc270a62

View File

@ -45,6 +45,7 @@ debian_pkg_install:
- "python3-pip"
- "{% if virtualenv is not none %}python3-virtualenv{% endif %}"
- "{% if enable_host_ntp | bool %}ntp{% endif %}"
- "{% if enable_multipathd|bool %}sg3-utils-udev{% endif %}"
redhat_pkg_install:
- "{{ docker_yum_package }}"