Add Cinder NVMe-oF target port

Similar to the iSCSI port that requires a firewall rule when using
Cinder LVM driver with an iSCSI target we also require port 4420 to be
allowed when using LVM with the NVMe-oF target.

This patch adds the 4420 port to the list of required ports and
clarifies a bit the iSCSI one, since it's only required when using LVM
with iSCSI, not always.

Change-Id: I499f1916eadc0f99558e529be6cc49576224c8f5
This commit is contained in:
Gorka Eguileor 2023-03-16 12:57:57 +01:00
parent 704fde2626
commit fa7f5e0e15

View File

@ -113,7 +113,10 @@ This table lists the ports that other OpenStack components use:
- OpenStack Object Storage. Required.
* - iSCSI target
- 3260
- OpenStack Block Storage. Required.
- OpenStack Block Storage. Required when using LVM with iSCSI target (tgt, LIO, iSER)
* - NVMe-oF target
- 4420
- OpenStack Block Storage. Required when using LVM with NVMe-oF target (nvmet).
* - MySQL database service
- 3306
- Most OpenStack components.