]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
common: explicitly set rhel os version support 1553/head
authorSébastien Han <seb@redhat.com>
Fri, 19 May 2017 08:37:31 +0000 (10:37 +0200)
committerSébastien Han <seb@redhat.com>
Fri, 19 May 2017 15:24:25 +0000 (17:24 +0200)
Clarify in the error message that only RHEL version >= 7.3 are
supported.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1452431
Signed-off-by: Sébastien Han <seb@redhat.com>
(cherry picked from commit 8ad503b2488c1b9544165fa53c01e27d85af17ab)
Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/tasks/checks/check_system.yml

index 985c387e384da0dbc50d67854f7c0853cb268f2a..ec545979ca3209880e297d754864110687ecd972 100644 (file)
@@ -16,7 +16,7 @@
 
 - name: fail on unsupported distribution for red hat ceph storage
   fail:
-    msg: "Distribution not supported {{ ansible_distribution_version }} by Red Hat Ceph Storage, only RHEL 7"
+    msg: "Distribution not supported {{ ansible_distribution_version }} by Red Hat Ceph Storage, only RHEL >= 7.3"
   when:
     - ceph_rhcs
     - ansible_distribution_version | version_compare('7.3', '<')