ceph-disk will be removed in 3.3 and we encourage to start using
ceph-volume as of 3.2.
Signed-off-by: Sébastien Han <seb@redhat.com>
- ansible_distribution in ['RedHat', 'CentOS']
- ansible_distribution_version < '7.4'
- iscsi_gw_group_name in group_names
+
+- name: warn users that ceph-disk scenarios will be removed on 3.3
+ debug:
+ msg: "You are running 3.2 and should start considering using ceph-volume to deploy your OSDs. ceph-disk based deployments will be impossible in 3.3."
+ run_once: true
+ when:
+ - osd_group_name in group_names
+ - osd_scenario != 'lvm'
\ No newline at end of file