From: Sébastien Han Date: Thu, 14 Sep 2017 05:48:41 +0000 (-0600) Subject: osd: add meaningful message for journal_size X-Git-Tag: v3.0.0rc9^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=660893e70ed3e2b084d603d1f07f2a458705c62e;p=ceph-ansible.git osd: add meaningful message for journal_size Signed-off-by: Sébastien Han --- diff --git a/roles/ceph-osd/tasks/check_mandatory_vars.yml b/roles/ceph-osd/tasks/check_mandatory_vars.yml index a48b141da..800a9fca2 100644 --- a/roles/ceph-osd/tasks/check_mandatory_vars.yml +++ b/roles/ceph-osd/tasks/check_mandatory_vars.yml @@ -13,7 +13,7 @@ - name: make sure journal_size configured debug: - msg: "WARNING: journal_size is configured to less than 5GB. This is not recommended and can lead to severe issues." + msg: "WARNING: journal_size is configured to {{ journal_size }}, which is less than 5GB. This is not recommended and can lead to severe issues." when: - journal_size|int < 5120 - osd_objectstore == 'filestore'