]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
validate: print a message for old scenarios
authorSébastien Han <seb@redhat.com>
Wed, 10 Oct 2018 19:16:43 +0000 (15:16 -0400)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Fri, 12 Apr 2019 00:45:21 +0000 (00:45 +0000)
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)

roles/ceph-validate/tasks/check_system.yml

index 704cb3e6d11d60416ef5db0ea28aa3fc8d17cd40..aa107cb5a2f70991e39e31a8485af44a9c183634 100644 (file)
 
 - 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