29 Jun
2020
29 Jun
'20
6:24 p.m.
Error occurs here: - name: look up for ceph-volume rejected devices ceph_volume: cluster: "{{ cluster }}" action: "inventory" register: rejected_devices environment: CEPH_VOLUME_DEBUG: 1 CEPH_CONTAINER_IMAGE: "{{ ceph_docker_registry + '/' + ceph_docker_image + ':' + ceph_docker_image_tag if containerized_deployment else None }}" CEPH_CONTAINER_BINARY: "{{ container_binary }}" PYTHONIOENCODING: utf-8 With Error: fatal: [18.225.11.17]: FAILED! => changed=false cmd: ceph-volume inventory --format=json msg: '[Errno 2] No such file or directory' rc: 2 I think ansible is not able to found the ceph-volume command. How can i fix this?