* Description of problem: Running 'purge-docker-cluster.yml' playbook to purge a Containerized Ceph cluster setup, fails at "TASK [ensure rbd devices are unmapped]". The task tries to execute 'rbdmap unmap-all', however the 'rbdmap' command isn't available on the host machine. ----- 2019-10-24 XX:XX:XX,172 p=2133 u=ceph | fatal: [host0]: FAILED! => {"changed": false, "cmd": "rbdmap unmap-all", "msg": "[Errno 2] No such file or directory", "rc": 2} 2019-10-24 XX:XX:XX,247 p=2133 u=ceph | fatal: [host2]: FAILED! => {"changed": false, "cmd": "rbdmap unmap-all", "msg": "[Errno 2] No such file or directory", "rc": 2} 2019-10-24 XX:XX:XX,333 p=2133 u=ceph | fatal: [host1]: FAILED! => {"changed": false, "cmd": "rbdmap unmap-all", "msg": "[Errno 2] No such file or directory", "rc": 2} ----- * Version-Release number of selected component (if applicable): ceph-ansible-3.2.24 * How reproducible: Always * Steps to Reproduce: 1. Make sure you have clients deployed via ceph-anisble and have an entry in /etc/ansible/hosts' 2. Try purging a containerized cluster with 'purge-docker-cluster.yml' * Actual results: Purging of the cluster fails. * Expected results: The cluster should be purged. * Additional info: NA
Purged cluster with ceph version 14.2.4-85.el8cp. The purge was successful with client in inventory. Moving to "VERIFIED" state.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:0312