mirror of https://github.com/ceph/ceph-ansible.git
osd: add meaningful message for journal_size
Signed-off-by: Sébastien Han <seb@redhat.com>pull/1889/head
parent
f67b47d056
commit
660893e70e
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- name: make sure journal_size configured
|
- name: make sure journal_size configured
|
||||||
debug:
|
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:
|
when:
|
||||||
- journal_size|int < 5120
|
- journal_size|int < 5120
|
||||||
- osd_objectstore == 'filestore'
|
- osd_objectstore == 'filestore'
|
||||||
|
|
Loading…
Reference in New Issue