mirror of https://github.com/ceph/ceph-ansible.git
cfac79bec4
This removes a bit of unnecessary code, the check was always wrong because of the condition 'not ceph_current_status.get('rc', 1) == 0' It will never match since `Not` is used for bool and we are checking for an rc. Also, even though the check would work, this will be a major blocker for a complete meltdown. If the whole platform is shutdown then nothing will be up but files will be present, so this check is definitely wrong. Signed-off-by: Sébastien Han <seb@redhat.com> |
||
---|---|---|
.. | ||
defaults | ||
meta | ||
tasks | ||
README.md |
README.md
Ansible role: ceph-docker
Documentation is available at http://docs.ceph.com/ceph-ansible/.