Bug 1946275

Summary: [Container]: Deployment fails at TASK [ceph-osd : activate containerized osd(s)] failed
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Ameena Suhani S H <amsyedha>
Component: ContainerAssignee: Dimitri Savineau <dsavinea>
Status: CLOSED NOTABUG QA Contact: Vasishta <vashastr>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.3CC: bniver, ceph-eng-bugs, dsavinea, gabrioux, gsitlani
Target Milestone: ---Keywords: Regression, TestBlocker
Target Release: 3.3z7   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-04-06 16:12:18 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1906293, 1921750    

Description Ameena Suhani S H 2021-04-05 16:24:44 UTC
Description of problem:
Deployment of osds fails at TASK [ceph-osd : activate containerized osd(s)] 

Version-Release number of selected component (if applicable):
ceph-ansible-3.2.54-1.el7cp.noarch
ansible-2.6.20-1.el7ae.noarch
ceph-base-12.2.12-137.el7cp.x86_64

How reproducible:
2/2

Steps to Reproduce:
1. Deploy containerized cluster with the following config

---
dummy:
fetch_directory: ~/ceph-ansible-keys
ceph_repository_type: cdn
ceph_origin: distro
ceph_repository: rhcs
radosgw_interface: eno1
ceph_rhcs_version: 3
monitor_interface: eno1
public_network: 10.8.128.0/21 
ceph_docker_image: "rh-osbs/rhceph"
ceph_docker_image_tag: "ceph-3.3-rhel-7-containers-candidate-21190-20210303221139"
ceph_docker_registry: "registry-proxy.engineering.redhat.com"
containerized_deployment: true

#cat /etc/ansible/hosts 

[mons]
magna061
magna062
magna063
[mgrs]
magna061
magna062
magna063
[osds]
magna061 osd_auto_discovery=true osd_scenario=collocated osd_objectstore=bluestore
magna062 osd_auto_discovery=true osd_scenario=collocated osd_objectstore=bluestore
magna063 osd_scenario=collocated osd_objectstore=bluestore devices="['/dev/sdb','/dev/sdc','/dev/sdd']"

Actual results:
Deployment fails

Expected results:
Deployment Should be successful