mirror of https://github.com/ceph/ceph-ansible.git
validate: print a message for old scenarios
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 9ea1e49407
)
pull/3857/head
parent
11c6655f57
commit
279044155f
|
@ -97,7 +97,10 @@
|
|||
|
||||
- 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
|
||||
|
|
Loading…
Reference in New Issue