Bug 1946275 - [Container]: Deployment fails at TASK [ceph-osd : activate containerized osd(s)] failed
Summary: [Container]: Deployment fails at TASK [ceph-osd : activate containerized osd...
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Ceph Storage
Classification: Red Hat Storage
Component: Container
Version: 3.3
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 3.3z7
Assignee: Dimitri Savineau
QA Contact: Vasishta
URL:
Whiteboard:
Depends On:
Blocks: 1906293 1921750
TreeView+ depends on / blocked
 
Reported: 2021-04-05 16:24 UTC by Ameena Suhani S H
Modified: 2021-04-06 16:12 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2021-04-06 16:12:18 UTC
Embargoed:


Attachments (Terms of Use)

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


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