Bug 1624417 - rados index object creation assumes rados command available on the baremetal node
Summary: rados index object creation assumes rados command available on the baremetal ...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Ceph-Ansible
Version: 3.1
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: 3.2
Assignee: Guillaume Abrioux
QA Contact: ceph-qe-bugs
URL:
Whiteboard:
Depends On:
Blocks: 1553640 1584264
TreeView+ depends on / blocked
 
Reported: 2018-08-31 14:04 UTC by Giulio Fidente
Modified: 2018-11-06 17:11 UTC (History)
14 users (show)

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.
Clone Of:
Environment:
Last Closed: 2018-11-06 17:11:43 UTC
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github ceph ceph-ansible pull 3088 0 None closed ceph-nfs: run rados cmds in container 2020-02-25 15:27:54 UTC

Description Giulio Fidente 2018-08-31 14:04:35 UTC
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

Comment 12 Ken Dreyer (Red Hat) 2018-11-06 17:11:43 UTC
The latest GA version of ceph-ansible is ceph-ansible-3.1.5-1.el7cp, from https://access.redhat.com/errata/RHBA-2018:2819


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