Add multipath-io element
This commits introduces a new element `multipath-io` that should be used when the system contains multipath devices. Change-Id: I52761aecf0e17ed7482897b50a9b64ee514edfbe
This commit is contained in:
parent
835f6483d2
commit
e5bf43c791
6
dib/multipath-io/README.md
Normal file
6
dib/multipath-io/README.md
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
============
|
||||||
|
multipath-io
|
||||||
|
============
|
||||||
|
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.
|
2
dib/multipath-io/element-deps
Normal file
2
dib/multipath-io/element-deps
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
install-static
|
||||||
|
package-installs
|
2
dib/multipath-io/package-installs.yaml
Normal file
2
dib/multipath-io/package-installs.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
iscsi-initiator-utils:
|
||||||
|
device-mapper-multipath:
|
9
dib/multipath-io/static/etc/modules-load.d/iscsi.conf
Normal file
9
dib/multipath-io/static/etc/modules-load.d/iscsi.conf
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
qla4xxx
|
||||||
|
cxgb3i
|
||||||
|
cxgb4i
|
||||||
|
bnx2i
|
||||||
|
be2iscsi
|
||||||
|
iscsi_boot_sysfs
|
||||||
|
iscsi_ibft
|
||||||
|
iscsi_tcp
|
||||||
|
target_core_mod
|
6
releasenotes/notes/multipath-0eb6a4f3b2ee22a3.yaml
Normal file
6
releasenotes/notes/multipath-0eb6a4f3b2ee22a3.yaml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
---
|
||||||
|
features:
|
||||||
|
- |
|
||||||
|
Adds a new element ``multipath-io`` for configuring setups
|
||||||
|
using multipath.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user