Red Hat Bugzilla – Bug 1624417
rados index object creation assumes rados command available on the baremetal node
Last modified: 2018-09-10 13:21:43 EDT
The two tasks at [1] and [2] for creation of the ceph_nfs rados index object assume the 'rados' command is available on the baremetal node where ceph_nfs is deployed, but that's not always true when deploying in containers. 1. https://github.com/ceph/ceph-ansible/blob/master/roles/ceph-nfs/tasks/start_nfs.yml#L3 2. https://github.com/ceph/ceph-ansible/blob/master/roles/ceph-nfs/tasks/start_nfs.yml#L11