Bugzilla will be upgraded to version 5.0 on a still to be determined date in the near future. The original upgrade date has been delayed.
Bug 1624417 - rados index object creation assumes rados command available on the baremetal node
rados index object creation assumes rados command available on the baremetal ...
Status: POST
Product: Red Hat Ceph Storage
Classification: Red Hat
Component: Ceph-Ansible (Show other bugs)
3.1
Unspecified Unspecified
unspecified Severity high
: rc
: 3.*
Assigned To: Guillaume Abrioux
ceph-qe-bugs
:
Depends On:
Blocks: 1553640 1584264
  Show dependency treegraph
 
Reported: 2018-08-31 10:04 EDT by Giulio Fidente
Modified: 2018-09-10 13:21 EDT (History)
11 users (show)

See Also:
Fixed In Version:
Doc Type: Bug Fix
Doc Text:
.RADOS index object creation no longer assumes rados command available on the baremetal Previously, the creation of the rados index object in `ceph-ansible` assumed the `rados` command was available on the bare metal node, but that is not always true when deploying in containers. This can cause the task which starts NFS to fail because the `rados` command is missing on the host. With this update to {product} the Ansible playbook runs `rados` commands from the Ceph container instead during containerized deployment.
Story Points: ---
Clone Of:
Environment:
Last Closed:
Type: Bug
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Category: ---
oVirt Team: ---
RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: ---


Attachments (Terms of Use)


External Trackers
Tracker ID Priority Status Summary Last Updated
Github ceph/ceph-ansible/pull/3088 None None None 2018-09-03 09:01 EDT

  None (edit)
Description Giulio Fidente 2018-08-31 10:04:35 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

Note You need to log in before you can comment on or make changes to this bug.