350bb171ef
In CentOS/RHEL 8 there is no scsi-target-utils package, nor is it available in EPEL. It is removed from kolla in [1]. In RHEL 7 and beyond the LIO kernel subsystem can be used instead of the tgtd daemon. This change removes support for the SCSI target daemon on CentOS/RHEL 8. The 'tgtd' image is no longer available for CentOS/RHEL 8. [1] https://review.openstack.org/#/c/613815/5 Change-Id: I718fc16cde2dd177b2a1c2f79b932426034897fe Related: blueprint centos-rhel-8
7 lines
241 B
YAML
7 lines
241 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Support for the SCSI target daemon (``tgtd``) has been removed for
|
|
CentOS/RHEL 8. The default value of ``cinder_target_helper`` is now
|
|
``lioadm`` on CentOS/RHEL 8, but remains as ``tgtadm`` on other platforms.
|