ceph-disk is not supported anymore, so all the newly created OSDs will
be configured using ceph-volume.
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit
9ea1e494076c819cc623fca234ece79fd38883ba)
- 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."
+ msg: |
+ osd_scenario is set to {{ osd_scenario }}, this variable is not used anymore and defaults to 'lvm'.
+ If you have something different than 'lvm', this means you want ceph-ansible to manage your ceph-disk OSDs.
+ So basically, ceph-ansible can still start your ceph-disk osd services
run_once: true
when:
- osd_group_name in group_names