Add multipath element

This commits introduces a new element `iscsi-multipath`
that should be used when the system contains multipath devices.

Change-Id: I52761aecf0e17ed7482897b50a9b64ee514edfbe
This commit is contained in:
Iury Gregory Melo Ferreira 2022-03-31 18:36:42 -03:00
parent 835f6483d2
commit ff4115bbdb
5 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,6 @@
===============
iscsi-multipath
===============
Updates the ironic agent, installing multipath and iscsi packages,
and enabling needed modules by default, to execute a modprobe for
the needed drivers before it is started.

View File

@ -0,0 +1,2 @@
install-static
package-installs

View File

@ -0,0 +1,2 @@
iscsi-initiator-utils:
device-mapper-multipath:

View File

@ -0,0 +1,9 @@
qla4xxx
cxgb3i
cxgb4i
bnx2i
be2iscsi
iscsi_boot_sysfs
iscsi_ibft
iscsi_tcp
target_core_mod

View File

@ -0,0 +1,6 @@
---
features:
- |
Adds a new element ``ironic-agent-multipath`` for configuring setups
using multipath.