mirror of https://github.com/ceph/ceph-ansible.git
78ce0aa0b5
Ceph iSCSI gateway requires Red Hat Enterprise Linux or CentOS 7.5
or later.
Because we can not check the ansible_distribution_version fact for
CentOS with ansible 2.8 (returns only the major version) we can
fallback by checking the kernel option.
- CONFIG_TARGET_CORE=m
- CONFIG_TCM_USER2=m
- CONFIG_ISCSI_TARGET=m
http://docs.ceph.com/docs/master/rbd/iscsi-target-cli-manual-install/
Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit
|
||
---|---|---|
.. | ||
check_devices.yml | ||
check_eth_mon.yml | ||
check_eth_rgw.yml | ||
check_ipaddr_mon.yml | ||
check_iscsi.yml | ||
check_rgw_multisite.yml | ||
check_system.yml | ||
main.yml |