]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
purge-cluster: fix failure when raw_multi_journal is not defined
authorAndrew Schoen <aschoen@redhat.com>
Thu, 26 Jan 2017 18:07:42 +0000 (12:07 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 27 Jan 2017 11:23:17 +0000 (05:23 -0600)
commitd3cb8dba4e05f2081051855949b8ec5de34b19f0
treedcfd46da65545aef3672964f85034af1372adc99
parentb2a6f095f1199a318a7ffaaf00f643811d336b02
purge-cluster: fix failure when raw_multi_journal is not defined

Because the purge-cluster.yml playbook does not have access to the roles
default vars then we can be sure that raw_multi_journal is defined. For
example, if this was purging a dmcrypt journal then raw_multi_journal
might not be defined at all in group_vars/all.yml or
group_vars/osds.yml.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
infrastructure-playbooks/purge-cluster.yml